notes/node_modules/path-exists/package.json

96 lines
2.2 KiB
JSON

{
"_args": [
[
"path-exists@^2.0.0",
"/Users/pmarsceill/_projects/just-the-docs/node_modules/find-up"
]
],
"_from": "path-exists@>=2.0.0 <3.0.0",
"_id": "path-exists@2.1.0",
"_inCache": true,
"_installable": true,
"_location": "/path-exists",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "sindresorhus@gmail.com",
"name": "sindresorhus"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "path-exists",
"raw": "path-exists@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/find-up"
],
"_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
"_shasum": "0feb6c64f0fc518d9a754dd5efb62c7022761f4b",
"_shrinkwrap": null,
"_spec": "path-exists@^2.0.0",
"_where": "/Users/pmarsceill/_projects/just-the-docs/node_modules/find-up",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/path-exists/issues"
},
"dependencies": {
"pinkie-promise": "^2.0.0"
},
"description": "Check if a path exists",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "0feb6c64f0fc518d9a754dd5efb62c7022761f4b",
"tarball": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "3af423661e78466764f87c5712263c5d7a1ce5b7",
"homepage": "https://github.com/sindresorhus/path-exists",
"keywords": [
"access",
"exist",
"exists",
"file",
"file-system",
"filepath",
"filesystem",
"fs",
"path",
"stat"
],
"license": "MIT",
"maintainers": [
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "path-exists",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/path-exists.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.1.0"
}