You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.6 KiB
62 lines
1.6 KiB
3 years ago
|
{
|
||
|
"_from": "property-expr@^1.5.0",
|
||
|
"_id": "property-expr@1.5.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-CGuc0VUTGthpJXL36ydB6jnbyOf/rAHFvmVrJlH+Rg0DqqLFQGAP6hIaxD/G0OAmBJPhXDHuEJigrp0e0wFV6g==",
|
||
|
"_location": "/property-expr",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "property-expr@^1.5.0",
|
||
|
"name": "property-expr",
|
||
|
"escapedName": "property-expr",
|
||
|
"rawSpec": "^1.5.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.5.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/yup"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/property-expr/-/property-expr-1.5.1.tgz",
|
||
|
"_shasum": "22e8706894a0c8e28d58735804f6ba3a3673314f",
|
||
|
"_spec": "property-expr@^1.5.0",
|
||
|
"_where": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\yup",
|
||
|
"author": {
|
||
|
"name": "@monasticpanic Jason Quense"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jquense/expr/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "tiny util for getting and setting deep object props safely",
|
||
|
"homepage": "https://github.com/jquense/expr#readme",
|
||
|
"keywords": [
|
||
|
"expr",
|
||
|
"expression",
|
||
|
"setter",
|
||
|
"getter",
|
||
|
"deep",
|
||
|
"property",
|
||
|
"Justin-Beiber",
|
||
|
"accessor"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "property-expr",
|
||
|
"prettier": {
|
||
|
"singleQuote": true,
|
||
|
"semi": false
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/jquense/expr.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"debug": "node --inspect-brk ./test.js",
|
||
|
"test": "node ./test.js"
|
||
|
},
|
||
|
"version": "1.5.1"
|
||
|
}
|