42 lines
897 B
JSON
42 lines
897 B
JSON
{
|
|
"name": "is-path-in-cwd",
|
|
"version": "1.0.1",
|
|
"description": "Check if a path is in the current working directory",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/is-path-in-cwd",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"path",
|
|
"cwd",
|
|
"pwd",
|
|
"check",
|
|
"filepath",
|
|
"file",
|
|
"folder",
|
|
"in",
|
|
"inside"
|
|
],
|
|
"dependencies": {
|
|
"is-path-inside": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
}
|
|
|
|
,"_resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz"
|
|
,"_integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ=="
|
|
,"_from": "is-path-in-cwd@1.0.1"
|
|
} |