package.json 2.4 KB

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