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.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "cloneable-readable@^1.0.0",
  3. "_id": "cloneable-readable@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-2EF8zTQOxYq70Y4XKtorQupqF0m49MBz2/yf5Bj+MHjvpG3Hy7sImifnqD6UA+TKYxeSV+u6qqQPawN5UvnpKQ==",
  6. "_location": "/cloneable-readable",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cloneable-readable@^1.0.0",
  12. "name": "cloneable-readable",
  13. "escapedName": "cloneable-readable",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/vinyl"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.3.tgz",
  22. "_shasum": "120a00cb053bfb63a222e709f9683ea2e11d8cec",
  23. "_spec": "cloneable-readable@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\vinyl",
  25. "author": {
  26. "name": "Matteo Collina",
  27. "email": "hello@matteocollina.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/mcollina/cloneable-readable/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "inherits": "^2.0.1",
  35. "process-nextick-args": "^2.0.0",
  36. "readable-stream": "^2.3.5"
  37. },
  38. "deprecated": false,
  39. "description": "Clone a Readable stream, safely",
  40. "devDependencies": {
  41. "flush-write-stream": "^1.0.0",
  42. "from2": "^2.1.1",
  43. "pre-commit": "^1.1.2",
  44. "pump": "^3.0.0",
  45. "standard": "^11.0.0",
  46. "tap-spec": "^4.1.1",
  47. "tape": "^4.9.0"
  48. },
  49. "homepage": "https://github.com/mcollina/cloneable-readable#readme",
  50. "keywords": [
  51. "readable",
  52. "stream",
  53. "clone"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "cloneable-readable",
  58. "precommit": "test",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/mcollina/cloneable-readable.git"
  62. },
  63. "scripts": {
  64. "test": "standard && tape test.js | tap-spec"
  65. },
  66. "version": "1.1.3"
  67. }