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 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "unpipe@1.0.0",
  3. "_id": "unpipe@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
  6. "_location": "/unpipe",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "unpipe@1.0.0",
  12. "name": "unpipe",
  13. "escapedName": "unpipe",
  14. "rawSpec": "1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/raw-body"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
  22. "_shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
  23. "_spec": "unpipe@1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\raw-body",
  25. "author": {
  26. "name": "Douglas Christopher Wilson",
  27. "email": "doug@somethingdoug.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/stream-utils/unpipe/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Unpipe a stream from all destinations",
  35. "devDependencies": {
  36. "istanbul": "0.3.15",
  37. "mocha": "2.2.5",
  38. "readable-stream": "1.1.13"
  39. },
  40. "engines": {
  41. "node": ">= 0.8"
  42. },
  43. "files": [
  44. "HISTORY.md",
  45. "LICENSE",
  46. "README.md",
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/stream-utils/unpipe#readme",
  50. "license": "MIT",
  51. "name": "unpipe",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/stream-utils/unpipe.git"
  55. },
  56. "scripts": {
  57. "test": "mocha --reporter spec --bail --check-leaks test/",
  58. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
  59. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  60. },
  61. "version": "1.0.0"
  62. }