package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "promise-inflight@1.0.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "promise-inflight@1.0.1",
  10. "_id": "promise-inflight@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=",
  13. "_location": "/promise-inflight",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "promise-inflight@1.0.1",
  19. "name": "promise-inflight",
  20. "escapedName": "promise-inflight",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service/cacache",
  27. "/cacache",
  28. "/compression-webpack-plugin/cacache"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/promise-inflight/download/promise-inflight-1.0.1.tgz",
  31. "_spec": "1.0.1",
  32. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  33. "author": {
  34. "name": "Rebecca Turner",
  35. "email": "me@re-becca.org",
  36. "url": "http://re-becca.org/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/iarna/promise-inflight/issues"
  40. },
  41. "description": "One promise for multiple requests in flight to avoid async duplication",
  42. "devDependencies": {},
  43. "files": [
  44. "inflight.js"
  45. ],
  46. "homepage": "https://github.com/iarna/promise-inflight#readme",
  47. "keywords": [],
  48. "license": "ISC",
  49. "main": "inflight.js",
  50. "name": "promise-inflight",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/iarna/promise-inflight.git"
  54. },
  55. "scripts": {
  56. "test": "echo \"Error: no test specified\" && exit 1"
  57. },
  58. "version": "1.0.1"
  59. }