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.
 
 
 
 
 
 

73 lines
1.8 KiB

{
"_from": "is-resolvable@^1.0.0",
"_id": "is-resolvable@1.0.0",
"_inBundle": false,
"_integrity": "sha1-jfV8YeouPFAUCNEA+wE8+NbgzGI=",
"_location": "/eslint/is-resolvable",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-resolvable@^1.0.0",
"name": "is-resolvable",
"escapedName": "is-resolvable",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz",
"_shasum": "8df57c61ea2e3c501408d100fb013cf8d6e0cc62",
"_spec": "is-resolvable@^1.0.0",
"_where": "/Users/trott/io.js/tools/eslint-tmp/node_modules/eslint",
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
},
"bugs": {
"url": "https://github.com/shinnn/is-resolvable/issues"
},
"bundleDependencies": false,
"dependencies": {
"tryit": "^1.0.1"
},
"deprecated": false,
"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"
},
"files": [
"index.js"
],
"homepage": "https://github.com/shinnn/is-resolvable#readme",
"keywords": [
"read",
"file",
"font",
"glyph",
"code-point",
"unicode",
"parse",
"cmap",
"table",
"data",
"metadata"
],
"license": "MIT",
"name": "is-resolvable",
"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"
}