{ "_from": "@form-create/core@^2.6.3", "_id": "@form-create/core@2.6.3", "_inBundle": false, "_integrity": "sha512-Va3Gsm85Df5VPNVmWqQiYIZeddmqa/H3gzmfD+4bPjrN9O+4iVj5C02Ybd+zBjqRWChZDKzTD1+Zd1zTpvUQxw==", "_location": "/@form-create/core", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@form-create/core@^2.6.3", "name": "@form-create/core", "escapedName": "@form-create%2fcore", "scope": "@form-create", "rawSpec": "^2.6.3", "saveSpec": null, "fetchSpec": "^2.6.3" }, "_requiredBy": [ "/@form-create/element-ui" ], "_resolved": "https://registry.npmmirror.com/@form-create/core/-/core-2.6.3.tgz", "_shasum": "4e1d7f3cde12af5835a84661b20fb4b421e257d8", "_spec": "@form-create/core@^2.6.3", "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\@form-create\\element-ui", "author": { "name": "xaboy" }, "bugs": { "url": "https://github.com/xaboy/form-create/issues" }, "bundleDependencies": false, "dependencies": { "@form-create/utils": "^2.6.3" }, "deprecated": false, "description": "FormCreate低代码表单渲染引擎,可以通过 JSON 生成具有动态渲染、数据收集、验证和提交功能的低代码表单。支持6个UI框架,适配移动端,并且支持生成任何 Vue 组件。", "devDependencies": { "vue": "2.7" }, "files": [ "README.md", "package.json", "LICENSE", "src", "types", "dist" ], "gitHead": "2f7acd60c77ee74a3b03c788b21dd5da96e97d2a", "homepage": "http://www.form-create.com", "jsdelivr": "./dist/index.js", "keywords": [ "动态表单", "@form-create", "form-builder", "form", "components", "vue", "json-form", "dynamic-form" ], "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.es.js", "name": "@form-create/core", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/xaboy/form-create.git" }, "scripts": { "build:lib": "npm-run-all clean build:lib:vite", "build:lib:vite": "vite build --config vite.build.config.js", "clean": "rimraf dist/" }, "typings": "./types/index.d.ts", "unpkg": "./dist/index.js", "version": "2.6.3" }