Files
codeql-action/node_modules/is-path-cwd/package.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

37 lines
639 B
JSON
Raw Normal View History

{
2020-05-04 18:50:13 +01:00
"name": "is-path-cwd",
"version": "2.2.0",
"description": "Check if a path is the current working directory",
2020-05-12 12:11:25 +01:00
"license": "MIT",
2020-05-04 18:50:13 +01:00
"repository": "sindresorhus/is-path-cwd",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"engines": {
2020-05-04 18:50:13 +01:00
"node": ">=6"
},
2020-05-12 12:11:25 +01:00
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"path",
2020-05-04 18:50:13 +01:00
"cwd",
"pwd",
"check",
"filepath",
2020-05-04 18:50:13 +01:00
"file",
"folder"
],
2020-05-12 12:11:25 +01:00
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
2022-02-24 17:03:29 +00:00
}