vs/v5.0.0/node_modules/npm/node_modules/os-tmpdir/package.json

{
  "_args": [
    [
      "os-tmpdir@^1.0.0",
      "/Users/rebecca/code/npm/node_modules/osenv"
    ]
  ],
  "_from": "os-tmpdir@>=1.0.0 <2.0.0",
  "_id": "os-tmpdir@1.0.1",
  "_inCache": true,
  "_location": "/os-tmpdir",
  "_nodeVersion": "0.12.3",
  "_npmUser": {
    "email": "sindresorhus@gmail.com",
    "name": "sindresorhus"
  },
  "_npmVersion": "2.9.1",
  "_phantomChildren": {},
  "_requested": {
    "name": "os-tmpdir",
    "raw": "os-tmpdir@^1.0.0",
    "rawSpec": "^1.0.0",
    "scope": null,
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/osenv"
  ],
  "_resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz",
  "_shasum": "e9b423a1edaf479882562e92ed71d7743a071b6e",
  "_shrinkwrap": null,
  "_spec": "os-tmpdir@^1.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/osenv",
  "author": {
    "email": "sindresorhus@gmail.com",
    "name": "Sindre Sorhus",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/os-tmpdir/issues"
  },
  "dependencies": {},
  "description": "Node.js os.tmpdir() ponyfill",
  "devDependencies": {
    "ava": "0.0.4"
  },
  "directories": {},
  "dist": {
    "shasum": "e9b423a1edaf479882562e92ed71d7743a071b6e",
    "tarball": "http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "5c5d355f81378980db629d60128ad03e02b1c1e5",
  "homepage": "https://github.com/sindresorhus/os-tmpdir",
  "keywords": [
    "built-in",
    "core",
    "dir",
    "directory",
    "env",
    "environment",
    "os",
    "polyfill",
    "ponyfill",
    "shim",
    "temp",
    "tempdir",
    "tmp",
    "tmpdir"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "os-tmpdir",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/sindresorhus/os-tmpdir"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.1"
}