{
  "_args": [
    [
      "get-stdin@^5.0.1",
      "/Users/gajus/Documents/dev/canonical-code-style/canonical"
    ]
  ],
  "_from": "get-stdin@>=5.0.1 <6.0.0",
  "_id": "get-stdin@5.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/get-stdin",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "email": "sindresorhus@gmail.com",
    "name": "sindresorhus"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "get-stdin",
    "raw": "get-stdin@^5.0.1",
    "rawSpec": "^5.0.1",
    "scope": null,
    "spec": ">=5.0.1 <6.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz",
  "_shasum": "122e161591e21ff4c52530305693f20e6393a398",
  "_shrinkwrap": null,
  "_spec": "get-stdin@^5.0.1",
  "_where": "/Users/gajus/Documents/dev/canonical-code-style/canonical",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/get-stdin/issues"
  },
  "dependencies": {},
  "description": "Get stdin as a string or buffer",
  "devDependencies": {
    "ava": "*",
    "buffer-equals": "^1.0.3",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "122e161591e21ff4c52530305693f20e6393a398",
    "tarball": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz"
  },
  "engines": {
    "node": ">=0.12.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "496456754b3cf8faabd320181374ef0bdb664820",
  "homepage": "https://github.com/sindresorhus/get-stdin",
  "keywords": [
    "std",
    "stdin",
    "stdio",
    "concat",
    "buffer",
    "stream",
    "process",
    "read"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "email": "sindresorhus@gmail.com",
      "name": "sindresorhus"
    }
  ],
  "name": "get-stdin",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/get-stdin.git"
  },
  "scripts": {
    "test": "xo && ava test.js && echo unicorns | ava test-real.js"
  },
  "version": "5.0.1",
  "xo": {
    "ignores": [
      "test.js"
    ]
  }
}
