Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "is-stream@^2.0.0",
  3. "_id": "is-stream@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XCoy+WlUr7d1+Z8GgSuXmpuUFC9fOhRXglJMx+dwLKTkL44Cjd4W1Z5P+BQZpr+cR93aGP4S/s7Ftw6Nd/kiEw==",
  6. "_location": "/is-stream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-stream@^2.0.0",
  12. "name": "is-stream",
  13. "escapedName": "is-stream",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/execa"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.0.tgz",
  22. "_shasum": "bde9c32680d6fae04129d6ac9d921ce7815f78e3",
  23. "_spec": "is-stream@^2.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/execa",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-stream/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Check if something is a Node.js stream",
  36. "devDependencies": {
  37. "@types/node": "^11.13.6",
  38. "ava": "^1.4.1",
  39. "tempy": "^0.3.0",
  40. "tsd": "^0.7.2",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/is-stream#readme",
  51. "keywords": [
  52. "stream",
  53. "type",
  54. "streams",
  55. "writable",
  56. "readable",
  57. "duplex",
  58. "transform",
  59. "check",
  60. "detect",
  61. "is"
  62. ],
  63. "license": "MIT",
  64. "name": "is-stream",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/is-stream.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava && tsd"
  71. },
  72. "version": "2.0.0"
  73. }