package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "is-stream@1.1.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-stream@1.1.0",
  10. "_id": "is-stream@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
  13. "_location": "/is-stream",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-stream@1.1.0",
  19. "name": "is-stream",
  20. "escapedName": "is-stream",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/execa",
  27. "/lint-staged/execa",
  28. "/listr",
  29. "/yorkie/execa"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
  32. "_spec": "1.1.0",
  33. "_where": "E:\\item\\newItem\\admin",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/is-stream/issues"
  41. },
  42. "description": "Check if something is a Node.js stream",
  43. "devDependencies": {
  44. "ava": "*",
  45. "tempfile": "^1.1.0",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/is-stream#readme",
  55. "keywords": [
  56. "stream",
  57. "type",
  58. "streams",
  59. "writable",
  60. "readable",
  61. "duplex",
  62. "transform",
  63. "check",
  64. "detect",
  65. "is"
  66. ],
  67. "license": "MIT",
  68. "name": "is-stream",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/is-stream.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "1.1.0"
  77. }