package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "asynckit@^0.4.0",
  3. "_id": "asynckit@0.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
  6. "_location": "/asynckit",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "asynckit@^0.4.0",
  12. "name": "asynckit",
  13. "escapedName": "asynckit",
  14. "rawSpec": "^0.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.0"
  17. },
  18. "_requiredBy": [
  19. "/form-data",
  20. "/request/form-data"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  23. "_shasum": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79",
  24. "_spec": "asynckit@^0.4.0",
  25. "_where": "E:\\workspace\\node\\qipai_server\\node_modules\\form-data",
  26. "author": {
  27. "name": "Alex Indigo",
  28. "email": "iam@alexindigo.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/alexindigo/asynckit/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Minimal async jobs utility library, with streams support",
  37. "devDependencies": {
  38. "browserify": "^13.0.0",
  39. "browserify-istanbul": "^2.0.0",
  40. "coveralls": "^2.11.9",
  41. "eslint": "^2.9.0",
  42. "istanbul": "^0.4.3",
  43. "obake": "^0.1.2",
  44. "phantomjs-prebuilt": "^2.1.7",
  45. "pre-commit": "^1.1.3",
  46. "reamde": "^1.1.0",
  47. "rimraf": "^2.5.2",
  48. "size-table": "^0.2.0",
  49. "tap-spec": "^4.1.1",
  50. "tape": "^4.5.1"
  51. },
  52. "homepage": "https://github.com/alexindigo/asynckit#readme",
  53. "keywords": [
  54. "async",
  55. "jobs",
  56. "parallel",
  57. "serial",
  58. "iterator",
  59. "array",
  60. "object",
  61. "stream",
  62. "destroy",
  63. "terminate",
  64. "abort"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "asynckit",
  69. "pre-commit": [
  70. "clean",
  71. "lint",
  72. "test",
  73. "browser",
  74. "report",
  75. "size"
  76. ],
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/alexindigo/asynckit.git"
  80. },
  81. "scripts": {
  82. "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
  83. "clean": "rimraf coverage",
  84. "debug": "tape test/test-*.js",
  85. "lint": "eslint *.js lib/*.js test/*.js",
  86. "report": "istanbul report",
  87. "size": "browserify index.js | size-table asynckit",
  88. "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
  89. "win-test": "tape test/test-*.js"
  90. },
  91. "version": "0.4.0"
  92. }