package.json 2.71 KB
{
  "_args": [
    [
      {
        "raw": "locate-path@^2.0.0",
        "scope": null,
        "escapedName": "locate-path",
        "name": "locate-path",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/read-pkg-up/node_modules/find-up"
    ]
  ],
  "_from": "locate-path@>=2.0.0 <3.0.0",
  "_id": "locate-path@2.0.0",
  "_inCache": true,
  "_location": "/locate-path",
  "_nodeVersion": "7.2.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/locate-path-2.0.0.tgz_1480310853492_0.9661909360438585"
  },
  "_npmUser": {
    "name": "sindresorhus",
    "email": "sindresorhus@gmail.com"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "locate-path@^2.0.0",
    "scope": null,
    "escapedName": "locate-path",
    "name": "locate-path",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/read-pkg-up/find-up"
  ],
  "_resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz",
  "_shasum": "2b568b265eec944c6d9c0de9c3dbbbca0354cd8e",
  "_shrinkwrap": null,
  "_spec": "locate-path@^2.0.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/read-pkg-up/node_modules/find-up",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/locate-path/issues"
  },
  "dependencies": {
    "p-locate": "^2.0.0",
    "path-exists": "^3.0.0"
  },
  "description": "Get the first path that exists on disk of multiple paths",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "2b568b265eec944c6d9c0de9c3dbbbca0354cd8e",
    "tarball": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "a30b86df0934329c66ff6a2be395db03d65478b8",
  "homepage": "https://github.com/sindresorhus/locate-path#readme",
  "keywords": [
    "locate",
    "path",
    "paths",
    "file",
    "files",
    "exists",
    "find",
    "finder",
    "search",
    "searcher",
    "array",
    "iterable",
    "iterator"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "sindresorhus",
      "email": "sindresorhus@gmail.com"
    }
  ],
  "name": "locate-path",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/locate-path.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "2.0.0",
  "xo": {
    "esnext": true
  }
}