package.json 1.7 KB

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