package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "asynckit@^0.4.0",
  6. "scope": null,
  7. "escapedName": "asynckit",
  8. "name": "asynckit",
  9. "rawSpec": "^0.4.0",
  10. "spec": ">=0.4.0 <0.5.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/form-data"
  14. ]
  15. ],
  16. "_from": "asynckit@>=0.4.0 <0.5.0",
  17. "_id": "asynckit@0.4.0",
  18. "_inCache": true,
  19. "_location": "/asynckit",
  20. "_nodeVersion": "0.12.11",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/asynckit-0.4.0.tgz_1465928940169_0.8008207362145185"
  24. },
  25. "_npmUser": {
  26. "name": "alexindigo",
  27. "email": "iam@alexindigo.com"
  28. },
  29. "_npmVersion": "2.15.6",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "asynckit@^0.4.0",
  33. "scope": null,
  34. "escapedName": "asynckit",
  35. "name": "asynckit",
  36. "rawSpec": "^0.4.0",
  37. "spec": ">=0.4.0 <0.5.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/form-data"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  44. "_shasum": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79",
  45. "_shrinkwrap": null,
  46. "_spec": "asynckit@^0.4.0",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/form-data",
  48. "author": {
  49. "name": "Alex Indigo",
  50. "email": "iam@alexindigo.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/alexindigo/asynckit/issues"
  54. },
  55. "dependencies": {},
  56. "description": "Minimal async jobs utility library, with streams support",
  57. "devDependencies": {
  58. "browserify": "^13.0.0",
  59. "browserify-istanbul": "^2.0.0",
  60. "coveralls": "^2.11.9",
  61. "eslint": "^2.9.0",
  62. "istanbul": "^0.4.3",
  63. "obake": "^0.1.2",
  64. "phantomjs-prebuilt": "^2.1.7",
  65. "pre-commit": "^1.1.3",
  66. "reamde": "^1.1.0",
  67. "rimraf": "^2.5.2",
  68. "size-table": "^0.2.0",
  69. "tap-spec": "^4.1.1",
  70. "tape": "^4.5.1"
  71. },
  72. "directories": {},
  73. "dist": {
  74. "shasum": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79",
  75. "tarball": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
  76. },
  77. "gitHead": "583a75ed4fe41761b66416bb6e703ebb1f8963bf",
  78. "homepage": "https://github.com/alexindigo/asynckit#readme",
  79. "keywords": [
  80. "async",
  81. "jobs",
  82. "parallel",
  83. "serial",
  84. "iterator",
  85. "array",
  86. "object",
  87. "stream",
  88. "destroy",
  89. "terminate",
  90. "abort"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "maintainers": [
  95. {
  96. "name": "alexindigo",
  97. "email": "iam@alexindigo.com"
  98. }
  99. ],
  100. "name": "asynckit",
  101. "optionalDependencies": {},
  102. "pre-commit": [
  103. "clean",
  104. "lint",
  105. "test",
  106. "browser",
  107. "report",
  108. "size"
  109. ],
  110. "readme": "ERROR: No README data found!",
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/alexindigo/asynckit.git"
  114. },
  115. "scripts": {
  116. "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
  117. "clean": "rimraf coverage",
  118. "debug": "tape test/test-*.js",
  119. "lint": "eslint *.js lib/*.js test/*.js",
  120. "report": "istanbul report",
  121. "size": "browserify index.js | size-table asynckit",
  122. "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
  123. "win-test": "tape test/test-*.js"
  124. },
  125. "version": "0.4.0"
  126. }