package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "good-listener@^1.2.2",
  3. "_id": "good-listener@1.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=",
  6. "_location": "/good-listener",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "good-listener@^1.2.2",
  12. "name": "good-listener",
  13. "escapedName": "good-listener",
  14. "rawSpec": "^1.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.2"
  17. },
  18. "_requiredBy": [
  19. "/clipboard"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz",
  22. "_shasum": "d53b30cdf9313dffb7dc9a0d477096aa6d145c50",
  23. "_spec": "good-listener@^1.2.2",
  24. "_where": "/Users/wanglili/Documents/work/GitHub/yuyao/node_modules/clipboard",
  25. "bugs": {
  26. "url": "https://github.com/zenorocha/good-listener/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "delegate": "^3.1.2"
  31. },
  32. "deprecated": false,
  33. "description": "A more versatile way of adding & removing event listeners",
  34. "devDependencies": {
  35. "browserify": "^13.0.0",
  36. "chai": "^3.5.0",
  37. "karma": "^1.3.0",
  38. "karma-browserify": "^5.0.1",
  39. "karma-chai": "^0.1.0",
  40. "karma-mocha": "^1.2.0",
  41. "karma-phantomjs-launcher": "^1.0.0",
  42. "karma-sinon": "^1.0.4",
  43. "mocha": "^3.1.2",
  44. "phantomjs-polyfill": "0.0.2",
  45. "phantomjs-prebuilt": "^2.1.3",
  46. "simulant": "^0.2.2",
  47. "sinon": "^1.17.3",
  48. "watchify": "^3.7.0"
  49. },
  50. "homepage": "https://github.com/zenorocha/good-listener#readme",
  51. "keywords": [
  52. "event",
  53. "listener"
  54. ],
  55. "license": "MIT",
  56. "main": "src/listen.js",
  57. "name": "good-listener",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/zenorocha/good-listener.git"
  61. },
  62. "scripts": {
  63. "build": "browserify src/listen.js -s listen -o dist/good-listener.js",
  64. "test": "karma start --single-run"
  65. },
  66. "version": "1.2.2"
  67. }