package.json 2.57 KB
{
  "_args": [
    [
      {
        "raw": "read-pkg@^2.0.0",
        "scope": null,
        "escapedName": "read-pkg",
        "name": "read-pkg",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/read-pkg-up"
    ]
  ],
  "_from": "read-pkg@>=2.0.0 <3.0.0",
  "_id": "read-pkg@2.0.0",
  "_inCache": true,
  "_location": "/read-pkg",
  "_nodeVersion": "4.5.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/read-pkg-2.0.0.tgz_1475052271222_0.4820629544556141"
  },
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "2.15.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "read-pkg@^2.0.0",
    "scope": null,
    "escapedName": "read-pkg",
    "name": "read-pkg",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/read-pkg-up"
  ],
  "_resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz",
  "_shasum": "8ef1c0623c6a6db0dc6713c4bfac46332b2368f8",
  "_shrinkwrap": null,
  "_spec": "read-pkg@^2.0.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/read-pkg-up",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/read-pkg/issues"
  },
  "dependencies": {
    "load-json-file": "^2.0.0",
    "normalize-package-data": "^2.3.2",
    "path-type": "^2.0.0"
  },
  "description": "Read a package.json file",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "8ef1c0623c6a6db0dc6713c4bfac46332b2368f8",
    "tarball": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "c1664a2f42d1f1898b7648534576e6dcfa1f48c8",
  "homepage": "https://github.com/sindresorhus/read-pkg#readme",
  "keywords": [
    "json",
    "read",
    "parse",
    "file",
    "fs",
    "graceful",
    "load",
    "pkg",
    "package",
    "normalize"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "read-pkg",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/read-pkg.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "2.0.0",
  "xo": {
    "esnext": true
  }
}