pnpm
Version:
A fast implementation of npm install
113 lines (112 loc) • 2.79 kB
JSON
{
"_args": [
[
{
"raw": "exists-file@3.0.0",
"scope": null,
"escapedName": "exists-file",
"name": "exists-file",
"rawSpec": "3.0.0",
"spec": "3.0.0",
"type": "version"
},
"/home/zkochan/src/pnpm"
]
],
"_from": "exists-file@3.0.0",
"_id": "exists-file@3.0.0",
"_inCache": true,
"_location": "/exists-file",
"_nodeVersion": "6.7.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/exists-file-3.0.0.tgz_1476012583879_0.5543908630497754"
},
"_npmUser": {
"name": "kikobeats",
"email": "josefrancisco.verdu@gmail.com"
},
"_npmVersion": "3.10.3",
"_phantomChildren": {},
"_requested": {
"raw": "exists-file@3.0.0",
"scope": null,
"escapedName": "exists-file",
"name": "exists-file",
"rawSpec": "3.0.0",
"spec": "3.0.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/exists-file/-/exists-file-3.0.0.tgz",
"_shasum": "2e886bf9c6b696a8425cff217a897060e22e7465",
"_shrinkwrap": null,
"_spec": "exists-file@3.0.0",
"_where": "/home/zkochan/src/pnpm",
"author": {
"name": "Kiko Beats",
"email": "josefrancisco.verdu@gmail.com",
"url": "https://github.com/Kikobeats"
},
"bugs": {
"url": "https://github.com/Kikobeats/exists-file/issues"
},
"dependencies": {
"cb2promise": "^1.0.2"
},
"description": "Check if a file exists. A fs.exists implementation that is not deprecated.",
"devDependencies": {
"coveralls": "latest",
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"standard": "latest"
},
"directories": {},
"dist": {
"shasum": "2e886bf9c6b696a8425cff217a897060e22e7465",
"tarball": "https://registry.npmjs.org/exists-file/-/exists-file-3.0.0.tgz"
},
"engines": {
"node": ">= 0.10"
},
"files": [
"index.js"
],
"gitHead": "49898e57c4f8c700d46e421da4fd0828cd9b7ac8",
"homepage": "https://github.com/Kikobeats/exists-file",
"keywords": [
"directory",
"exists",
"file",
"file system",
"filesystem",
"fs",
"recursive"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "kikobeats",
"email": "josefrancisco.verdu@gmail.com"
}
],
"name": "exists-file",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/kikobeats/exists-file.git"
},
"scripts": {
"clean": "rm -rf node_modules",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard lib index.js",
"pretest": "npm run lint",
"test": "nyc mocha"
},
"version": "3.0.0"
}