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

69 lines
1.4 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"is-path-cwd@1.0.0",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "is-path-cwd@1.0.0",
"_id": "is-path-cwd@1.0.0",
"_inBundle": false,
"_integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
"_location": "/is-path-cwd",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-path-cwd@1.0.0",
"name": "is-path-cwd",
"escapedName": "is-path-cwd",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/del"
],
"_resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "F:\\laragon\\www\\wishthis",
2022-01-21 08:28:41 +00:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "http://sindresorhus.com"
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/sindresorhus/is-path-cwd/issues"
},
"description": "Check if a path is CWD",
"devDependencies": {
"mocha": "*"
},
2022-01-21 08:28:41 +00:00
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
2022-02-23 16:41:13 +00:00
"homepage": "https://github.com/sindresorhus/is-path-cwd#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"path",
"cwd",
"pwd",
"check",
"filepath",
"file",
"folder"
],
2022-02-23 16:41:13 +00:00
"license": "MIT",
"name": "is-path-cwd",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-path-cwd.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.0.0"
2022-01-21 08:28:41 +00:00
}