package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "tiny-emitter@2.1.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "tiny-emitter@2.1.0",
  9. "_id": "tiny-emitter@2.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-HRpW7fxRxD6GPLtTgqcjMONVVCM=",
  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. "/clipboard"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/tiny-emitter/download/tiny-emitter-2.1.0.tgz",
  28. "_spec": "2.1.0",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  30. "author": {
  31. "name": "Scott Corgan"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/scottcorgan/tiny-emitter/issues"
  35. },
  36. "description": "A tiny (less than 1k) event emitter library",
  37. "devDependencies": {
  38. "@tap-format/spec": "0.2.0",
  39. "browserify": "11.2.0",
  40. "tape": "4.2.1",
  41. "testling": "1.7.1",
  42. "uglify-js": "2.5.0"
  43. },
  44. "homepage": "https://github.com/scottcorgan/tiny-emitter#readme",
  45. "keywords": [
  46. "event",
  47. "emitter",
  48. "pubsub",
  49. "tiny",
  50. "events",
  51. "bind"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "tiny-emitter",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/scottcorgan/tiny-emitter.git"
  59. },
  60. "scripts": {
  61. "build": "npm test && npm run bundle && npm run minify",
  62. "bundle": "browserify index.js > dist/tinyemitter.js -s TinyEmitter && echo 'Bundled'",
  63. "minify": "uglifyjs dist/tinyemitter.js -o dist/tinyemitter.min.js -m && echo 'Minified'",
  64. "size": "uglifyjs index.js -o minified.js -m && ls -l && rm minified.js",
  65. "test": "testling | tap-format-spec",
  66. "test-node": "tape test/index.js | tap-format-spec"
  67. },
  68. "testling": {
  69. "files": [
  70. "test/index.js"
  71. ],
  72. "browsers": [
  73. "iexplore/10.0",
  74. "iexplore/9.0",
  75. "firefox/16..latest",
  76. "chrome/22..latest",
  77. "safari/5.1..latest",
  78. "ipad/6.0..latest",
  79. "iphone/6.0..latest",
  80. "android-browser/4.2..latest"
  81. ]
  82. },
  83. "version": "2.1.0"
  84. }