package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "inflight@1.0.6",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "inflight@1.0.6",
  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. "/glob",
  27. "/node-gyp/glob",
  28. "/node-sass/glob",
  29. "/rimraf/glob",
  30. "/sass-graph/glob"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  33. "_spec": "1.0.6",
  34. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  35. "author": {
  36. "name": "Isaac Z. Schlueter",
  37. "email": "i@izs.me",
  38. "url": "http://blog.izs.me/"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/isaacs/inflight/issues"
  42. },
  43. "dependencies": {
  44. "once": "^1.3.0",
  45. "wrappy": "1"
  46. },
  47. "description": "Add callbacks to requests in flight to avoid async duplication",
  48. "devDependencies": {
  49. "tap": "^7.1.2"
  50. },
  51. "files": [
  52. "inflight.js"
  53. ],
  54. "homepage": "https://github.com/isaacs/inflight",
  55. "license": "ISC",
  56. "main": "inflight.js",
  57. "name": "inflight",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/npm/inflight.git"
  61. },
  62. "scripts": {
  63. "test": "tap test.js --100"
  64. },
  65. "version": "1.0.6"
  66. }