1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/import-cwd/package.json

74 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "import-cwd@^2.0.0",
2023-12-18 13:12:25 +08:00
"_id": "import-cwd@2.1.0",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-Ew5AZzJQFqrOV5BTW3EIoHAnoie1LojZLXKcCQ/yTRyVZosBhK1x1ViYjHGf5pAFOq8ZyChZp6m/fSN7pJyZtg==",
2023-12-18 13:12:25 +08:00
"_location": "/import-cwd",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "import-cwd@^2.0.0",
2023-12-18 13:12:25 +08:00
"name": "import-cwd",
"escapedName": "import-cwd",
2024-01-16 21:26:16 +08:00
"rawSpec": "^2.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^2.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/postcss-load-config"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/import-cwd/-/import-cwd-2.1.0.tgz",
"_shasum": "aa6cf36e722761285cb371ec6519f53e2435b0a9",
"_spec": "import-cwd@^2.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\postcss-load-config",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/import-cwd/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"import-from": "^2.1.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Import a module like with `require()` but from the current working directory",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/import-cwd#readme",
"keywords": [
"require",
"resolve",
"path",
"module",
"from",
"like",
"cwd",
"current",
"working",
"directory",
"import"
],
"license": "MIT",
"name": "import-cwd",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/import-cwd.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.1.0"
}