package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "tiny-emitter@2.1.0",
  5. "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam"
  6. ]
  7. ],
  8. "_from": "tiny-emitter@2.1.0",
  9. "_id": "tiny-emitter@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==",
  12. "_location": "/tiny-emitter",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tiny-emitter@2.1.0",
  18. "name": "tiny-emitter",
  19. "escapedName": "tiny-emitter",
  20. "rawSpec": "2.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.1.0"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/clipboard"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam",
  31. "author": {
  32. "name": "Scott Corgan"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/scottcorgan/tiny-emitter/issues"
  36. },
  37. "description": "A tiny (less than 1k) event emitter library",
  38. "devDependencies": {
  39. "@tap-format/spec": "0.2.0",
  40. "browserify": "11.2.0",
  41. "tape": "4.2.1",
  42. "testling": "1.7.1",
  43. "uglify-js": "2.5.0"
  44. },
  45. "homepage": "https://github.com/scottcorgan/tiny-emitter#readme",
  46. "keywords": [
  47. "event",
  48. "emitter",
  49. "pubsub",
  50. "tiny",
  51. "events",
  52. "bind"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "tiny-emitter",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/scottcorgan/tiny-emitter.git"
  60. },
  61. "scripts": {
  62. "build": "npm test && npm run bundle && npm run minify",
  63. "bundle": "browserify index.js > dist/tinyemitter.js -s TinyEmitter && echo 'Bundled'",
  64. "minify": "uglifyjs dist/tinyemitter.js -o dist/tinyemitter.min.js -m && echo 'Minified'",
  65. "size": "uglifyjs index.js -o minified.js -m && ls -l && rm minified.js",
  66. "test": "testling | tap-format-spec",
  67. "test-node": "tape test/index.js | tap-format-spec"
  68. },
  69. "testling": {
  70. "files": [
  71. "test/index.js"
  72. ],
  73. "browsers": [
  74. "iexplore/10.0",
  75. "iexplore/9.0",
  76. "firefox/16..latest",
  77. "chrome/22..latest",
  78. "safari/5.1..latest",
  79. "ipad/6.0..latest",
  80. "iphone/6.0..latest",
  81. "android-browser/4.2..latest"
  82. ]
  83. },
  84. "version": "2.1.0"
  85. }