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

74 lines
1.7 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "tildify@^1.0.0",
2023-12-18 13:12:25 +08:00
"_id": "tildify@1.2.0",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-Y9q1GaV/BO65Z9Yf4NOGMuwt3SGdptkZBnaaKfTQakrDyCLiuO1Kc5wxW4xLdsjzunRtqtOdhekiUFmZbklwYQ==",
2023-12-18 13:12:25 +08:00
"_location": "/tildify",
"_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": "tildify@^1.0.0",
2023-12-18 13:12:25 +08:00
"name": "tildify",
"escapedName": "tildify",
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": [
"/gulp"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/tildify/-/tildify-1.2.0.tgz",
"_shasum": "dcec03f55dca9b7aa3e5b04f21817eb56e63588a",
"_spec": "tildify@^1.0.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\gulp",
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/tildify/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"os-homedir": "^1.0.0"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/tildify#readme",
"keywords": [
"unexpand",
"homedir",
"tilde",
"tildify",
"collapse",
"path",
"home",
"dir",
"directory",
"user",
"expand"
],
"license": "MIT",
"name": "tildify",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/tildify.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "1.2.0"
}