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

82 lines
1.9 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "to-object-path@^0.3.0",
2023-12-18 13:12:25 +08:00
"_id": "to-object-path@0.3.0",
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==",
2023-12-18 13:12:25 +08:00
"_location": "/to-object-path",
2024-01-16 21:26:16 +08:00
"_phantomChildren": {
"is-buffer": "1.1.6"
},
2023-12-18 13:12:25 +08:00
"_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": "to-object-path@^0.3.0",
2023-12-18 13:12:25 +08:00
"name": "to-object-path",
"escapedName": "to-object-path",
2024-01-16 21:26:16 +08:00
"rawSpec": "^0.3.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^0.3.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
2024-01-16 21:26:16 +08:00
"/cache-base"
2023-12-18 13:12:25 +08:00
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/to-object-path/-/to-object-path-0.3.0.tgz",
"_shasum": "297588b7b0e7e0ac08e04e672f85c1f4999e17af",
"_spec": "to-object-path@^0.3.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\cache-base",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/to-object-path/issues"
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"kind-of": "^3.0.2"
},
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Create an object path from a list or array of strings.",
"devDependencies": {
"base": "^0.6.7",
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/to-object-path",
"keywords": [
"dot",
"nested",
"notation",
"object",
"path",
"stringify"
],
"license": "MIT",
"main": "index.js",
"name": "to-object-path",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/to-object-path.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"get-value",
"set-value",
"has-value",
"omit-value",
"unset-value"
]
}
},
"version": "0.3.0"
}