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

65 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": "path-is-inside@^1.0.2",
2023-12-18 13:12:25 +08:00
"_id": "path-is-inside@1.0.2",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==",
2023-12-18 13:12:25 +08:00
"_location": "/path-is-inside",
"_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-is-inside@^1.0.2",
2023-12-18 13:12:25 +08:00
"name": "path-is-inside",
"escapedName": "path-is-inside",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.2",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.2"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/eslint",
"/is-path-inside"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/path-is-inside/-/path-is-inside-1.0.2.tgz",
"_shasum": "365417dede44430d1c11af61027facf074bdfc53",
"_spec": "path-is-inside@^1.0.2",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\eslint",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Domenic Denicola",
"email": "d@domenic.me",
"url": "https://domenic.me"
},
"bugs": {
"url": "https://github.com/domenic/path-is-inside/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Tests whether one path is inside another path",
"devDependencies": {
"jshint": "~2.3.0",
"mocha": "~1.15.1"
},
"files": [
"lib"
],
"homepage": "https://github.com/domenic/path-is-inside#readme",
"keywords": [
"path",
"directory",
"folder",
"inside",
"relative"
],
"license": "(WTFPL OR MIT)",
"main": "lib/path-is-inside.js",
"name": "path-is-inside",
"repository": {
"type": "git",
"url": "git+https://github.com/domenic/path-is-inside.git"
},
"scripts": {
"lint": "jshint lib",
"test": "mocha"
},
"version": "1.0.2"
}