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