package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "inflight@^1.0.4",
  6. "scope": null,
  7. "escapedName": "inflight",
  8. "name": "inflight",
  9. "rawSpec": "^1.0.4",
  10. "spec": ">=1.0.4 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/glob"
  14. ]
  15. ],
  16. "_from": "inflight@>=1.0.4 <2.0.0",
  17. "_id": "inflight@1.0.6",
  18. "_inCache": true,
  19. "_location": "/inflight",
  20. "_nodeVersion": "6.5.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/inflight-1.0.6.tgz_1476330807696_0.10388551792129874"
  24. },
  25. "_npmUser": {
  26. "name": "isaacs",
  27. "email": "i@izs.me"
  28. },
  29. "_npmVersion": "3.10.7",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "inflight@^1.0.4",
  33. "scope": null,
  34. "escapedName": "inflight",
  35. "name": "inflight",
  36. "rawSpec": "^1.0.4",
  37. "spec": ">=1.0.4 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/glob"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
  44. "_shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
  45. "_shrinkwrap": null,
  46. "_spec": "inflight@^1.0.4",
  47. "_where": "/home/robert/workspace/xmlrpc/node_modules/glob",
  48. "author": {
  49. "name": "Isaac Z. Schlueter",
  50. "email": "i@izs.me",
  51. "url": "http://blog.izs.me/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/isaacs/inflight/issues"
  55. },
  56. "dependencies": {
  57. "once": "^1.3.0",
  58. "wrappy": "1"
  59. },
  60. "description": "Add callbacks to requests in flight to avoid async duplication",
  61. "devDependencies": {
  62. "tap": "^7.1.2"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "49bd6331d7d02d0c09bc910a1075ba8165b56df9",
  67. "tarball": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
  68. },
  69. "files": [
  70. "inflight.js"
  71. ],
  72. "gitHead": "a547881738c8f57b27795e584071d67cf6ac1a57",
  73. "homepage": "https://github.com/isaacs/inflight",
  74. "license": "ISC",
  75. "main": "inflight.js",
  76. "maintainers": [
  77. {
  78. "name": "iarna",
  79. "email": "me@re-becca.org"
  80. },
  81. {
  82. "name": "isaacs",
  83. "email": "i@izs.me"
  84. },
  85. {
  86. "name": "othiym23",
  87. "email": "ogd@aoaioxxysz.net"
  88. },
  89. {
  90. "name": "zkat",
  91. "email": "kat@sykosomatic.org"
  92. }
  93. ],
  94. "name": "inflight",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/npm/inflight.git"
  100. },
  101. "scripts": {
  102. "test": "tap test.js --100"
  103. },
  104. "version": "1.0.6"
  105. }