blob: b91948fae14482f0b5233dcb9ea123f07d9340b4 [file] [log] [blame]
{
"_args": [
[
{
"raw": "is-resolvable@^1.0.0",
"scope": null,
"escapedName": "is-resolvable",
"name": "is-resolvable",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/brodybits/Documents/cordova/cordova-js/node_modules/eslint"
]
],
"_from": "is-resolvable@>=1.0.0 <2.0.0",
"_id": "is-resolvable@1.1.0",
"_inCache": true,
"_location": "/is-resolvable",
"_nodeVersion": "9.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/is-resolvable-1.1.0.tgz_1516612223746_0.7059133381117135"
},
"_npmUser": {
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {},
"_requested": {
"raw": "is-resolvable@^1.0.0",
"scope": null,
"escapedName": "is-resolvable",
"name": "is-resolvable",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz",
"_shasum": "fb18f87ce1feb925169c9a407c19318a3206ed88",
"_shrinkwrap": null,
"_spec": "is-resolvable@^1.0.0",
"_where": "/Users/brodybits/Documents/cordova/cordova-js/node_modules/eslint",
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
},
"bugs": {
"url": "https://github.com/shinnn/is-resolvable/issues"
},
"dependencies": {},
"description": "Check if a module ID is resolvable with require()",
"devDependencies": {
"@shinnn/eslint-config-node": "^5.0.0",
"eslint": "^4.16.0",
"istanbul": "^0.4.5",
"tape": "^4.8.0"
},
"directories": {},
"dist": {
"integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==",
"shasum": "fb18f87ce1feb925169c9a407c19318a3206ed88",
"tarball": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz"
},
"eslintConfig": {
"extends": "@shinnn/node",
"rules": {
"no-var": "off",
"prefer-template": "off"
}
},
"files": [
"index.js"
],
"gitHead": "ec72480eff8dc3a97f61dbd702f8f333d7f7529c",
"homepage": "https://github.com/shinnn/is-resolvable#readme",
"keywords": [
"file",
"path",
"resolve",
"resolvable",
"check",
"module"
],
"license": "ISC",
"maintainers": [
{
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
}
],
"name": "is-resolvable",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/shinnn/is-resolvable.git"
},
"scripts": {
"coverage": "istanbul cover --print=both test.js",
"pretest": "eslint --fix --format=codeframe index.js test.js",
"test": "node --throw-deprecation --track-heap-objects test.js"
},
"version": "1.1.0"
}