package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "inflight@^1.0.4",
  3. "_id": "inflight@1.0.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
  6. "_location": "/inflight",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "inflight@^1.0.4",
  12. "name": "inflight",
  13. "escapedName": "inflight",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/babel-plugin-module-resolver/glob",
  20. "/cacache/glob",
  21. "/copy-webpack-plugin/glob",
  22. "/del/glob",
  23. "/eslint/glob",
  24. "/flat-cache/glob",
  25. "/glob",
  26. "/globby/glob",
  27. "/node-gyp/glob",
  28. "/node-sass/glob",
  29. "/node-sass/globule/glob",
  30. "/rimraf/glob",
  31. "/sass-graph/glob",
  32. "/true-case-path/glob"
  33. ],
  34. "_resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
  35. "_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
  36. "_spec": "inflight@^1.0.4",
  37. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\glob",
  38. "author": {
  39. "name": "Isaac Z. Schlueter",
  40. "email": "i@izs.me",
  41. "url": "http://blog.izs.me/"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/isaacs/inflight/issues"
  45. },
  46. "bundleDependencies": false,
  47. "dependencies": {
  48. "once": "^1.3.0",
  49. "wrappy": "1"
  50. },
  51. "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
  52. "description": "Add callbacks to requests in flight to avoid async duplication",
  53. "devDependencies": {
  54. "tap": "^7.1.2"
  55. },
  56. "files": [
  57. "inflight.js"
  58. ],
  59. "homepage": "https://github.com/isaacs/inflight",
  60. "license": "ISC",
  61. "main": "inflight.js",
  62. "name": "inflight",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/npm/inflight.git"
  66. },
  67. "scripts": {
  68. "test": "tap test.js --100"
  69. },
  70. "version": "1.0.6"
  71. }