nouveau-theatre-de-besancon/node_modules/lookup-path/package.json
2024-09-20 10:32:49 +02:00

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"]
}
}
}