package.json 3.2 KB

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