package.json 1.6 KB

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