package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "get-stdin@4.0.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  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. "/node-sass",
  27. "/strip-indent"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
  30. "_spec": "4.0.1",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "http://sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/get-stdin/issues"
  39. },
  40. "description": "Easier stdin",
  41. "devDependencies": {
  42. "ava": "0.0.4",
  43. "buffer-equal": "0.0.1"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/get-stdin#readme",
  52. "keywords": [
  53. "std",
  54. "stdin",
  55. "stdio",
  56. "concat",
  57. "buffer",
  58. "stream",
  59. "process",
  60. "stream"
  61. ],
  62. "license": "MIT",
  63. "name": "get-stdin",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/get-stdin.git"
  67. },
  68. "scripts": {
  69. "test": "node test.js && node test-buffer.js && echo unicorns | node test-real.js"
  70. },
  71. "version": "4.0.1"
  72. }