UNPKG

@dream2023/data-mapping

Version:

@dream2023/data-mapping is a perfect object mapping solution。

57 lines (56 loc) 1.24 kB
{ "name": "@dream2023/data-mapping", "version": "2.1.1", "description": "@dream2023/data-mapping is a perfect object mapping solution。", "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.esm.js", "unpkg": "./dist/index.umd.js", "types": "./dist/index.d.ts", "sideEffects": false, "keywords": [ "template", "data-mapping", "compiler", "compile", "vm", "eval", "expression", "sandbox", "parser" ], "homepage": "https://dream2023.gitee.io/data-mapping/", "bugs": "https://github.com/dream2023/data-mapping/issues", "repository": { "type": "git", "url": "https://github.com/dream2023/data-mapping" }, "author": { "name": "dream2023", "email": "1098626505@qq.com" }, "scripts": { "build": "father-build", "test": "jest", "prepublishOnly": "npm run build" }, "files": [ "dist" ], "browserslist": [ ">0.2%", "not dead", "not op_mini all" ], "dependencies": { "map-obj": "^4.1.0" }, "devDependencies": { "@types/jest": "^26.0.20", "father-build": "^1.19.1", "jest": "^26.6.3", "rollup-plugin-node-polyfills": "^0.2.1", "ts-jest": "^26.5.1", "typescript": "^4.1.5" } }