package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "once@1.4.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "once@1.4.0",
  9. "_id": "once@1.4.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  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. "/pump",
  29. "/pumpify/pump"
  30. ],
  31. "_resolved": "https://registry.nlark.com/once/download/once-1.4.0.tgz",
  32. "_spec": "1.4.0",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  34. "author": {
  35. "name": "Isaac Z. Schlueter",
  36. "email": "i@izs.me",
  37. "url": "http://blog.izs.me/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/isaacs/once/issues"
  41. },
  42. "dependencies": {
  43. "wrappy": "1"
  44. },
  45. "description": "Run a function exactly one time",
  46. "devDependencies": {
  47. "tap": "^7.0.1"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "files": [
  53. "once.js"
  54. ],
  55. "homepage": "https://github.com/isaacs/once#readme",
  56. "keywords": [
  57. "once",
  58. "function",
  59. "one",
  60. "single"
  61. ],
  62. "license": "ISC",
  63. "main": "once.js",
  64. "name": "once",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/isaacs/once.git"
  68. },
  69. "scripts": {
  70. "test": "tap test/*.js"
  71. },
  72. "version": "1.4.0"
  73. }