package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "get-stdin@^4.0.1",
  3. "_id": "get-stdin@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
  6. "_location": "/get-stdin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-stdin@^4.0.1",
  12. "name": "get-stdin",
  13. "escapedName": "get-stdin",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/node-sass"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/get-stdin/download/get-stdin-4.0.1.tgz",
  22. "_shasum": "b968c6b0a04384324902e8bf1a5df32579a450fe",
  23. "_spec": "get-stdin@^4.0.1",
  24. "_where": "/Users/kiys/Desktop/parkService-wxapp/pet/node_modules/node-sass",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "http://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/get-stdin/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Easier stdin",
  36. "devDependencies": {
  37. "ava": "0.0.4",
  38. "buffer-equal": "0.0.1"
  39. },
  40. "engines": {
  41. "node": ">=0.10.0"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/sindresorhus/get-stdin#readme",
  47. "keywords": [
  48. "std",
  49. "stdin",
  50. "stdio",
  51. "concat",
  52. "buffer",
  53. "stream",
  54. "process",
  55. "stream"
  56. ],
  57. "license": "MIT",
  58. "name": "get-stdin",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/sindresorhus/get-stdin.git"
  62. },
  63. "scripts": {
  64. "test": "node test.js && node test-buffer.js && echo unicorns | node test-real.js"
  65. },
  66. "version": "4.0.1"
  67. }