wishthis/node_modules/is-path-inside/package.json

38 lines
645 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-inside",
"version": "1.0.1",
"description": "Check if a path is inside another path",
"license": "MIT",
"repository": "sindresorhus/is-path-inside",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=0.10.0"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "xo && ava"
},
2022-01-21 08:28:41 +00:00
"files": [
"index.js"
],
"keywords": [
"path",
"inside",
"folder",
"directory",
"dir",
"file",
"resolve"
],
2022-04-08 10:55:35 +00:00
"dependencies": {
"path-is-inside": "^1.0.1"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"devDependencies": {
"ava": "*",
"xo": "*"
}
2022-01-21 08:28:41 +00:00
}