package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "namespace-emitter@2.0.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "namespace-emitter@2.0.1",
  9. "_id": "namespace-emitter@2.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-N/sMKHniSDJBjfrkbS/tpkPj4RAbvW3mr8UAzvlMHyun93XEm83IAvhWtJVHo+RHn/oO8Job5YN4b+wRjSVp5g==",
  12. "_location": "/namespace-emitter",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "namespace-emitter@2.0.1",
  18. "name": "namespace-emitter",
  19. "escapedName": "namespace-emitter",
  20. "rawSpec": "2.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.1"
  23. },
  24. "_requiredBy": [
  25. "/@uppy/companion-client",
  26. "/@uppy/core"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/namespace-emitter/-/namespace-emitter-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "sethvincent",
  33. "email": "sethvincent@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sethvincent/namespace-emitter/issues"
  37. },
  38. "description": "tiny event emitter with namespaces",
  39. "devDependencies": {
  40. "budo": "^10.0.3",
  41. "documentation-readme": "^2.1.1",
  42. "nanobench": "^2.1.0",
  43. "standard": "^10.0.2",
  44. "tap-spec": "^4.1.1",
  45. "tape": "^4.7.0"
  46. },
  47. "homepage": "https://github.com/sethvincent/namespace-emitter#readme",
  48. "keywords": [
  49. "eventemitter",
  50. "events",
  51. "namespaces"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "namespace-emitter",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/sethvincent/namespace-emitter.git"
  59. },
  60. "scripts": {
  61. "build-docs": "documentation-readme -s 'API'",
  62. "lint": "standard",
  63. "start": "budo example.js --live",
  64. "test": "tape test.js | tap-spec"
  65. },
  66. "version": "2.0.1"
  67. }