dd
This commit is contained in:
81
extensions/Excel转JSON/node_modules/dot-prop/package.json
generated
vendored
Normal file
81
extensions/Excel转JSON/node_modules/dot-prop/package.json
generated
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"dot-prop@5.3.0",
|
||||
"/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "dot-prop@5.3.0",
|
||||
"_id": "dot-prop@5.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-kMzOcIzZzYLMTcjD3dmr3VWyDog=",
|
||||
"_location": "/dot-prop",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "dot-prop@5.3.0",
|
||||
"name": "dot-prop",
|
||||
"escapedName": "dot-prop",
|
||||
"rawSpec": "5.3.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.3.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/conf"
|
||||
],
|
||||
"_resolved": "https://registry.nlark.com/dot-prop/download/dot-prop-5.3.0.tgz",
|
||||
"_spec": "5.3.0",
|
||||
"_where": "/Users/wuyu/Desktop/61/Git/h5game_ailesson_v2.4/packages/excel_to_json",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/dot-prop/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"is-obj": "^2.0.0"
|
||||
},
|
||||
"description": "Get, set, or delete a property from a nested object using a dot path",
|
||||
"devDependencies": {
|
||||
"ava": "^2.1.0",
|
||||
"benchmark": "^2.1.4",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.25.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/dot-prop#readme",
|
||||
"keywords": [
|
||||
"object",
|
||||
"prop",
|
||||
"property",
|
||||
"dot",
|
||||
"path",
|
||||
"get",
|
||||
"set",
|
||||
"delete",
|
||||
"access",
|
||||
"notation",
|
||||
"dotty"
|
||||
],
|
||||
"license": "MIT",
|
||||
"name": "dot-prop",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/dot-prop.git"
|
||||
},
|
||||
"scripts": {
|
||||
"bench": "node bench.js",
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"version": "5.3.0"
|
||||
}
|
||||
Reference in New Issue
Block a user