package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "inflight@1.0.6",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "inflight@^1.0.4",
  10. "_id": "inflight@1.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
  13. "_location": "/inflight",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "inflight@1.0.6",
  19. "name": "inflight",
  20. "escapedName": "inflight",
  21. "rawSpec": "1.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.6"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/asar/glob",
  28. "/glob"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  31. "_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
  32. "_spec": "1.0.6",
  33. "_where": "E:\\vscode\\UseStudio.Desktop",
  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/inflight/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "once": "^1.3.0",
  45. "wrappy": "1"
  46. },
  47. "deprecated": false,
  48. "description": "Add callbacks to requests in flight to avoid async duplication",
  49. "devDependencies": {
  50. "tap": "^7.1.2"
  51. },
  52. "files": [
  53. "inflight.js"
  54. ],
  55. "homepage": "https://github.com/isaacs/inflight",
  56. "license": "ISC",
  57. "main": "inflight.js",
  58. "name": "inflight",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/npm/inflight.git"
  62. },
  63. "scripts": {
  64. "test": "tap test.js --100"
  65. },
  66. "version": "1.0.6"
  67. }