package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "delegate@3.2.0",
  5. "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam"
  6. ]
  7. ],
  8. "_from": "delegate@3.2.0",
  9. "_id": "delegate@3.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==",
  12. "_location": "/delegate",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "delegate@3.2.0",
  18. "name": "delegate",
  19. "escapedName": "delegate",
  20. "rawSpec": "3.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.2.0"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/good-listener"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/delegate/-/delegate-3.2.0.tgz",
  29. "_spec": "3.2.0",
  30. "_where": "/usr/local/develop/php/www/waibao/NN2025081602/NN2025081602/addons/min-exam",
  31. "bugs": {
  32. "url": "https://github.com/zenorocha/delegate/issues"
  33. },
  34. "description": "Lightweight event delegation",
  35. "devDependencies": {
  36. "browserify": "^13.1.0",
  37. "chai": "^3.5.0",
  38. "karma": "^1.3.0",
  39. "karma-browserify": "^5.1.0",
  40. "karma-chai": "^0.1.0",
  41. "karma-mocha": "^1.2.0",
  42. "karma-phantomjs-launcher": "^1.0.2",
  43. "karma-sinon": "^1.0.4",
  44. "mocha": "^3.1.2",
  45. "phantomjs-polyfill": "0.0.2",
  46. "simulant": "^0.2.2",
  47. "sinon": "^1.17.6"
  48. },
  49. "homepage": "https://github.com/zenorocha/delegate#readme",
  50. "keywords": [
  51. "event",
  52. "delegate",
  53. "delegation"
  54. ],
  55. "license": "MIT",
  56. "main": "src/delegate.js",
  57. "name": "delegate",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/zenorocha/delegate.git"
  61. },
  62. "scripts": {
  63. "build": "browserify src/delegate.js -s delegate -o dist/delegate.js",
  64. "test": "karma start --single-run"
  65. },
  66. "version": "3.2.0"
  67. }