53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "lookup-path",
|
|
"description": "Attempt to resolve the absolute filepath to a file and verify that it exists.",
|
|
"version": "0.3.1",
|
|
"homepage": "https://github.com/jonschlinkert/lookup-path",
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
|
"repository": "jonschlinkert/lookup-path",
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/lookup-path/issues"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"debug": "^2.2.0",
|
|
"is-absolute": "^0.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"should": "*"
|
|
},
|
|
"keywords": [
|
|
"absolute",
|
|
"current",
|
|
"cwd",
|
|
"directory",
|
|
"file",
|
|
"filepath",
|
|
"find",
|
|
"join",
|
|
"lookup",
|
|
"path",
|
|
"relative",
|
|
"resolve",
|
|
"working"
|
|
],
|
|
"verb": {
|
|
"layout": "default",
|
|
"plugins": ["gulp-format-md"],
|
|
"related": {
|
|
"highlight": "is-absolute",
|
|
"list": ["is-absolute", "is-relative", "is-windows"]
|
|
}
|
|
}
|
|
}
|