package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "component-emitter@~1.3.0",
  3. "_id": "component-emitter@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==",
  6. "_location": "/component-emitter",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "component-emitter@~1.3.0",
  12. "name": "component-emitter",
  13. "escapedName": "component-emitter",
  14. "rawSpec": "~1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/base",
  20. "/cache-base",
  21. "/engine.io-client",
  22. "/socket.io-client",
  23. "/socket.io-parser"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/component-emitter/-/component-emitter-1.3.1.tgz",
  26. "_shasum": "ef1d5796f7d93f135ee6fb684340b26403c97d17",
  27. "_spec": "component-emitter@~1.3.0",
  28. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\socket.io-client",
  29. "bugs": {
  30. "url": "https://github.com/sindresorhus/component-emitter/issues"
  31. },
  32. "bundleDependencies": false,
  33. "component": {
  34. "scripts": {
  35. "emitter/index.js": "index.js"
  36. }
  37. },
  38. "deprecated": false,
  39. "description": "Event emitter",
  40. "devDependencies": {
  41. "mocha": "*",
  42. "should": "*"
  43. },
  44. "files": [
  45. "index.js",
  46. "LICENSE"
  47. ],
  48. "funding": "https://github.com/sponsors/sindresorhus",
  49. "homepage": "https://github.com/sindresorhus/component-emitter#readme",
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "component-emitter",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/sindresorhus/component-emitter.git"
  56. },
  57. "scripts": {
  58. "test": "make test"
  59. },
  60. "version": "1.3.1"
  61. }