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

71 lines
1.7 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-from@^2.1.0",
2023-12-18 13:12:25 +08:00
"_id": "import-from@2.1.0",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-0vdnLL2wSGnhlRmzHJAg5JHjt1l2vYhzJ7tNLGbeVg0fse56tpGaH0uzH+r9Slej+BSXXEHvBKDEnVSLLE9/+w==",
2023-12-18 13:12:25 +08:00
"_location": "/import-from",
"_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-from@^2.1.0",
2023-12-18 13:12:25 +08:00
"name": "import-from",
"escapedName": "import-from",
2024-01-16 21:26:16 +08:00
"rawSpec": "^2.1.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^2.1.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/import-cwd"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/import-from/-/import-from-2.1.0.tgz",
"_shasum": "335db7f2a7affd53aaa471d4b8021dee36b7f3b1",
"_spec": "import-from@^2.1.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\import-cwd",
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-from/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"resolve-from": "^3.0.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 a given path",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/import-from#readme",
"keywords": [
"require",
"resolve",
"path",
"module",
"from",
"like",
"import",
"path"
],
"license": "MIT",
"name": "import-from",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/import-from.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.1.0"
}