You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. ],
  21. "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
  22. "_shasum": "c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79",
  23. "_spec": "asynckit@^0.4.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\form-data",
  25. "author": {
  26. "name": "Alex Indigo",
  27. "email": "iam@alexindigo.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/alexindigo/asynckit/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "Minimal async jobs utility library, with streams support",
  36. "devDependencies": {
  37. "browserify": "^13.0.0",
  38. "browserify-istanbul": "^2.0.0",
  39. "coveralls": "^2.11.9",
  40. "eslint": "^2.9.0",
  41. "istanbul": "^0.4.3",
  42. "obake": "^0.1.2",
  43. "phantomjs-prebuilt": "^2.1.7",
  44. "pre-commit": "^1.1.3",
  45. "reamde": "^1.1.0",
  46. "rimraf": "^2.5.2",
  47. "size-table": "^0.2.0",
  48. "tap-spec": "^4.1.1",
  49. "tape": "^4.5.1"
  50. },
  51. "homepage": "https://github.com/alexindigo/asynckit#readme",
  52. "keywords": [
  53. "async",
  54. "jobs",
  55. "parallel",
  56. "serial",
  57. "iterator",
  58. "array",
  59. "object",
  60. "stream",
  61. "destroy",
  62. "terminate",
  63. "abort"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "asynckit",
  68. "pre-commit": [
  69. "clean",
  70. "lint",
  71. "test",
  72. "browser",
  73. "report",
  74. "size"
  75. ],
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/alexindigo/asynckit.git"
  79. },
  80. "scripts": {
  81. "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
  82. "clean": "rimraf coverage",
  83. "debug": "tape test/test-*.js",
  84. "lint": "eslint *.js lib/*.js test/*.js",
  85. "report": "istanbul report",
  86. "size": "browserify index.js | size-table asynckit",
  87. "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
  88. "win-test": "tape test/test-*.js"
  89. },
  90. "version": "0.4.0"
  91. }