2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-04-08 10:55:35 +00:00
|
|
|
"name": "is-path-cwd",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Check if a path is CWD",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": "sindresorhus/is-path-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"
|
|
|
|
],
|
2022-04-08 10:55:35 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "*"
|
|
|
|
}
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|