package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "once@1.4.0",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "once@1.4.0",
  9. "_id": "once@1.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
  12. "_location": "/once",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "once@1.4.0",
  18. "name": "once",
  19. "escapedName": "once",
  20. "rawSpec": "1.4.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.4.0"
  23. },
  24. "_requiredBy": [
  25. "/end-of-stream",
  26. "/glob",
  27. "/inflight",
  28. "/mv/glob",
  29. "/pump",
  30. "/pumpify/pump"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  33. "_spec": "1.4.0",
  34. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  35. "author": {
  36. "name": "Isaac Z. Schlueter",
  37. "email": "i@izs.me",
  38. "url": "http://blog.izs.me/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/isaacs/once/issues"
  42. },
  43. "dependencies": {
  44. "wrappy": "1"
  45. },
  46. "description": "Run a function exactly one time",
  47. "devDependencies": {
  48. "tap": "^7.0.1"
  49. },
  50. "directories": {
  51. "test": "test"
  52. },
  53. "files": [
  54. "once.js"
  55. ],
  56. "homepage": "https://github.com/isaacs/once#readme",
  57. "keywords": [
  58. "once",
  59. "function",
  60. "one",
  61. "single"
  62. ],
  63. "license": "ISC",
  64. "main": "once.js",
  65. "name": "once",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/isaacs/once.git"
  69. },
  70. "scripts": {
  71. "test": "tap test/*.js"
  72. },
  73. "version": "1.4.0"
  74. }