1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/path-root-regex/package.json

97 lines
2.1 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "path-root-regex@^0.1.0",
2023-12-18 13:12:25 +08:00
"_id": "path-root-regex@0.1.2",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-4GlJ6rZDhQZFE0DPVKh0e9jmZ5egZfxTkp7bcRDuPlJXbAwhxcl2dINPUAsjLdejqaLsCeg8axcLjIbvBjN4pQ==",
2023-12-18 13:12:25 +08:00
"_location": "/path-root-regex",
"_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": "path-root-regex@^0.1.0",
2023-12-18 13:12:25 +08:00
"name": "path-root-regex",
"escapedName": "path-root-regex",
2024-01-16 21:26:16 +08:00
"rawSpec": "^0.1.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^0.1.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/path-root"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/path-root-regex/-/path-root-regex-0.1.2.tgz",
"_shasum": "bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d",
"_spec": "path-root-regex@^0.1.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\path-root",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/regexhq/path-root-regex/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Regular expression for getting the root of a posix or windows filepath.",
"devDependencies": {
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/regexhq/path-root-regex",
"keywords": [
"detect",
"expression",
"file",
"filepath",
"match",
"parse",
"path",
"regex",
"regexp",
"regular",
"root",
"test"
],
"license": "MIT",
"main": "index.js",
"name": "path-root-regex",
"repository": {
"type": "git",
"url": "git+https://github.com/regexhq/path-root-regex.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": false,
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"highlight": "path-root",
"list": [
"parse-filepath",
"is-absolute"
]
},
"reflinks": [
"verb",
"path-root"
],
"lint": {
"reflinks": true
}
},
"version": "0.1.2"
}