mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
2.3 KiB
96 lines
2.3 KiB
{
|
|
"_args": [
|
|
[
|
|
"is-resolvable@^1.0.0",
|
|
"/Users/trott/io.js/tools/node_modules/eslint"
|
|
]
|
|
],
|
|
"_from": "is-resolvable@>=1.0.0 <2.0.0",
|
|
"_id": "is-resolvable@1.0.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/is-resolvable",
|
|
"_nodeVersion": "2.4.0",
|
|
"_npmUser": {
|
|
"email": "snnskwtnb@gmail.com",
|
|
"name": "shinnn"
|
|
},
|
|
"_npmVersion": "2.13.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "is-resolvable",
|
|
"raw": "is-resolvable@^1.0.0",
|
|
"rawSpec": "^1.0.0",
|
|
"scope": null,
|
|
"spec": ">=1.0.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/eslint"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz",
|
|
"_shasum": "8df57c61ea2e3c501408d100fb013cf8d6e0cc62",
|
|
"_shrinkwrap": null,
|
|
"_spec": "is-resolvable@^1.0.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/eslint",
|
|
"author": {
|
|
"name": "Shinnosuke Watanabe",
|
|
"url": "https://github.com/shinnn"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shinnn/is-resolvable/issues"
|
|
},
|
|
"dependencies": {
|
|
"tryit": "^1.0.1"
|
|
},
|
|
"description": "Check if a module ID is resolvable with require()",
|
|
"devDependencies": {
|
|
"@shinnn/eslintrc-node": "^1.0.2",
|
|
"eslint": "^0.24.0",
|
|
"istanbul": "^0.3.17",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "8df57c61ea2e3c501408d100fb013cf8d6e0cc62",
|
|
"tarball": "http://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "e68ea1b3affa382cbd31b4bae1e1421040249a73",
|
|
"homepage": "https://github.com/shinnn/is-resolvable#readme",
|
|
"keywords": [
|
|
"read",
|
|
"file",
|
|
"font",
|
|
"glyph",
|
|
"code-point",
|
|
"unicode",
|
|
"parse",
|
|
"cmap",
|
|
"table",
|
|
"data",
|
|
"metadata"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"email": "snnskwtnb@gmail.com",
|
|
"name": "shinnn"
|
|
}
|
|
],
|
|
"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 test.js",
|
|
"pretest": "eslint --config node_modules/@shinnn/eslintrc-node/rc.json index.js test.js",
|
|
"test": "node test.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|
|
|