3 Star 1 Fork 0

MJ PC Lab / object-hierarchy-access

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
小小猫猫 提交于 2020-12-26 14:11 . chore: update dependencies
{
"name": "object-hierarchy-access",
"version": "0.33.0",
"description": "Get/Set value from/to JS object hierarchy properties",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "src/index.ts",
"scripts": {
"build": "rm -rf built/* dist/*; npx tsc; npx rollup -c",
"lint": "eslint src/**/*.ts",
"test": "node test/index.js",
"publish-check": "git diff-index --quiet HEAD && npm run build && npm run lint && npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mjpclab/object-hierarchy-access.git"
},
"keywords": [
"object",
"hierarchy"
],
"author": "MJ PC Lab",
"license": "ISC",
"bugs": {
"url": "https://github.com/mjpclab/object-hierarchy-access/issues"
},
"homepage": "https://github.com/mjpclab/object-hierarchy-access#readme",
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.0.1",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"eslint": "^7.16.0",
"rollup": "^2.35.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^2.0.3",
"typescript": "^4.1.3"
}
}
TypeScript
1
https://gitee.com/mjpclab/object-hierarchy-access.git
git@gitee.com:mjpclab/object-hierarchy-access.git
mjpclab
object-hierarchy-access
object-hierarchy-access
master

搜索帮助