You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. "/lpad-align",
  20. "/strip-indent"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
  23. "_shasum": "b968c6b0a04384324902e8bf1a5df32579a450fe",
  24. "_spec": "get-stdin@^4.0.1",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\lpad-align",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "http://sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/get-stdin/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Easier stdin",
  37. "devDependencies": {
  38. "ava": "0.0.4",
  39. "buffer-equal": "0.0.1"
  40. },
  41. "engines": {
  42. "node": ">=0.10.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/get-stdin#readme",
  48. "keywords": [
  49. "std",
  50. "stdin",
  51. "stdio",
  52. "concat",
  53. "buffer",
  54. "stream",
  55. "process",
  56. "stream"
  57. ],
  58. "license": "MIT",
  59. "name": "get-stdin",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/sindresorhus/get-stdin.git"
  63. },
  64. "scripts": {
  65. "test": "node test.js && node test-buffer.js && echo unicorns | node test-real.js"
  66. },
  67. "version": "4.0.1"
  68. }