wishthis/node_modules/is-path-in-cwd/package.json

39 lines
666 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"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",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "mocha"
},
2022-01-21 08:28:41 +00:00
"files": [
"index.js"
],
"keywords": [
"path",
"cwd",
"pwd",
"check",
"filepath",
"file",
"folder",
"in",
"inside"
],
2022-04-08 10:55:35 +00:00
"dependencies": {
"is-path-inside": "^1.0.0"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"mocha": "*"
}
2022-01-21 08:28:41 +00:00
}