package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "inflight@^1.0.4",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/findup-sync/node_modules/glob"
  6. ]
  7. ],
  8. "_from": "inflight@>=1.0.4 <2.0.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/inflight",
  13. "_nodeVersion": "0.10.32",
  14. "_npmUser": {
  15. "email": "[email protected]",
  16. "name": "othiym23"
  17. },
  18. "_npmVersion": "2.1.3",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "inflight",
  22. "raw": "inflight@^1.0.4",
  23. "rawSpec": "^1.0.4",
  24. "scope": null,
  25. "spec": ">=1.0.4 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/findup-sync/glob",
  30. "/glob"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz",
  33. "_shasum": "6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a",
  34. "_shrinkwrap": null,
  35. "_spec": "inflight@^1.0.4",
  36. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/findup-sync/node_modules/glob",
  37. "author": {
  38. "email": "[email protected]",
  39. "name": "Isaac Z. Schlueter",
  40. "url": "http://blog.izs.me/"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/isaacs/inflight/issues"
  44. },
  45. "dependencies": {
  46. "once": "^1.3.0",
  47. "wrappy": "1"
  48. },
  49. "description": "Add callbacks to requests in flight to avoid async duplication",
  50. "devDependencies": {
  51. "tap": "^0.4.10"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "shasum": "6cbb4521ebd51ce0ec0a936bfd7657ef7e9b172a",
  56. "tarball": "http://registry.npmjs.org/inflight/-/inflight-1.0.4.tgz"
  57. },
  58. "gitHead": "c7b5531d572a867064d4a1da9e013e8910b7d1ba",
  59. "homepage": "https://github.com/isaacs/inflight",
  60. "license": "ISC",
  61. "main": "inflight.js",
  62. "maintainers": [
  63. {
  64. "name": "isaacs",
  65. "email": "[email protected]"
  66. },
  67. {
  68. "name": "othiym23",
  69. "email": "[email protected]"
  70. },
  71. {
  72. "name": "iarna",
  73. "email": "[email protected]"
  74. }
  75. ],
  76. "name": "inflight",
  77. "optionalDependencies": {},
  78. "readme": "ERROR: No README data found!",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/isaacs/inflight.git"
  82. },
  83. "scripts": {
  84. "test": "tap test.js"
  85. },
  86. "version": "1.0.4"
  87. }