You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80 lines
1.8 KiB
80 lines
1.8 KiB
|
3 years ago
|
{
|
||
|
|
"_args": [
|
||
|
|
[
|
||
|
|
"resolve-cwd@3.0.0",
|
||
|
|
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
|
||
|
|
]
|
||
|
|
],
|
||
|
|
"_development": true,
|
||
|
|
"_from": "resolve-cwd@3.0.0",
|
||
|
|
"_id": "resolve-cwd@3.0.0",
|
||
|
|
"_inBundle": false,
|
||
|
|
"_integrity": "sha1-DwB18bslRHZs9zumpuKt/ryxPy0=",
|
||
|
|
"_location": "/jest/resolve-cwd",
|
||
|
|
"_phantomChildren": {},
|
||
|
|
"_requested": {
|
||
|
|
"type": "version",
|
||
|
|
"registry": true,
|
||
|
|
"raw": "resolve-cwd@3.0.0",
|
||
|
|
"name": "resolve-cwd",
|
||
|
|
"escapedName": "resolve-cwd",
|
||
|
|
"rawSpec": "3.0.0",
|
||
|
|
"saveSpec": null,
|
||
|
|
"fetchSpec": "3.0.0"
|
||
|
|
},
|
||
|
|
"_requiredBy": [
|
||
|
|
"/jest/import-local"
|
||
|
|
],
|
||
|
|
"_resolved": "https://registry.npm.taobao.org/resolve-cwd/download/resolve-cwd-3.0.0.tgz",
|
||
|
|
"_spec": "3.0.0",
|
||
|
|
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
|
||
|
|
"author": {
|
||
|
|
"name": "Sindre Sorhus",
|
||
|
|
"email": "sindresorhus@gmail.com",
|
||
|
|
"url": "sindresorhus.com"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/sindresorhus/resolve-cwd/issues"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"resolve-from": "^5.0.0"
|
||
|
|
},
|
||
|
|
"description": "Resolve the path of a module like `require.resolve()` but from the current working directory",
|
||
|
|
"devDependencies": {
|
||
|
|
"ava": "^1.4.1",
|
||
|
|
"tsd": "^0.7.2",
|
||
|
|
"xo": "^0.24.0"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=8"
|
||
|
|
},
|
||
|
|
"files": [
|
||
|
|
"index.js",
|
||
|
|
"index.d.ts"
|
||
|
|
],
|
||
|
|
"homepage": "https://github.com/sindresorhus/resolve-cwd#readme",
|
||
|
|
"keywords": [
|
||
|
|
"require",
|
||
|
|
"resolve",
|
||
|
|
"path",
|
||
|
|
"module",
|
||
|
|
"from",
|
||
|
|
"like",
|
||
|
|
"cwd",
|
||
|
|
"current",
|
||
|
|
"working",
|
||
|
|
"directory",
|
||
|
|
"import"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"name": "resolve-cwd",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/sindresorhus/resolve-cwd.git"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"test": "xo && ava && tsd"
|
||
|
|
},
|
||
|
|
"version": "3.0.0"
|
||
|
|
}
|