package.json 1.5 KB

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