package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "once@1.4.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "once@1.4.0",
  10. "_id": "once@1.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  13. "_location": "/once",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "once@1.4.0",
  19. "name": "once",
  20. "escapedName": "once",
  21. "rawSpec": "1.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.0"
  24. },
  25. "_requiredBy": [
  26. "/end-of-stream",
  27. "/glob",
  28. "/inflight",
  29. "/pump",
  30. "/pumpify/pump"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/once/download/once-1.4.0.tgz",
  33. "_spec": "1.4.0",
  34. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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. }