package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "is-stream@1.1.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/os-locale/execa",
  28. "/yorkie/execa"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/is-stream/download/is-stream-1.1.0.tgz",
  31. "_spec": "1.1.0",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/is-stream/issues"
  40. },
  41. "description": "Check if something is a Node.js stream",
  42. "devDependencies": {
  43. "ava": "*",
  44. "tempfile": "^1.1.0",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/is-stream#readme",
  54. "keywords": [
  55. "stream",
  56. "type",
  57. "streams",
  58. "writable",
  59. "readable",
  60. "duplex",
  61. "transform",
  62. "check",
  63. "detect",
  64. "is"
  65. ],
  66. "license": "MIT",
  67. "name": "is-stream",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/is-stream.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "1.1.0"
  76. }