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