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

134 lines
2.8 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "is-absolute@^1.0.0",
2023-12-18 13:12:25 +08:00
"_id": "is-absolute@1.0.0",
"_inBundle": false,
"_integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==",
"_location": "/is-absolute",
"_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": "is-absolute@^1.0.0",
2023-12-18 13:12:25 +08:00
"name": "is-absolute",
"escapedName": "is-absolute",
2024-01-16 21:26:16 +08:00
"rawSpec": "^1.0.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^1.0.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/parse-filepath"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/is-absolute/-/is-absolute-1.0.0.tgz",
"_shasum": "395e1ae84b11f26ad1795e73c17378e48a301576",
"_spec": "is-absolute@^1.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\parse-filepath",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-absolute/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"contributors": [
{
"name": "Elan Shanker",
"url": "https://github.com/es128"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Shinnosuke Watanabe",
"url": "https://shinnn.github.io"
},
{
"url": "http://sobak.pl"
}
],
"dependencies": {
"is-relative": "^1.0.0",
"is-windows": "^1.0.1"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.4.2"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/is-absolute",
"keywords": [
"absolute",
"built",
"built-in",
"check",
"core",
"detect",
"dir",
"file",
"filepath",
"is",
"is-absolute",
"isabsolute",
"normalize",
"path",
"path-absolute",
"path-is-absolute",
"paths",
"polyfill",
"relative",
"resolve",
"shim",
"slash",
"slashes",
"uri",
"url",
"util",
"utils"
],
"license": "MIT",
"main": "index.js",
"name": "is-absolute",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-absolute.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"is-dotfile",
"is-glob",
"is-relative",
"is-unc-path",
"is-valid-glob"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
},
"version": "1.0.0"
}