| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "_args": [
- [
- "@form-create/core@2.5.27",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_from": "@form-create/core@2.5.27",
- "_id": "@form-create/core@2.5.27",
- "_inBundle": false,
- "_integrity": "sha512-f2Lp1lW2YobviQbZzFspozQ5+7r2swx7l8ZiBjTj1X4OblGJBvRyg5tuFI2r/OlXr9+r9giDWXoKViPPdf1dIQ==",
- "_location": "/@form-create/core",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@form-create/core@2.5.27",
- "name": "@form-create/core",
- "escapedName": "@form-create%2fcore",
- "scope": "@form-create",
- "rawSpec": "2.5.27",
- "saveSpec": null,
- "fetchSpec": "2.5.27"
- },
- "_requiredBy": [
- "/@form-create/iview"
- ],
- "_resolved": "https://registry.npmmirror.com/@form-create/core/-/core-2.5.27.tgz",
- "_spec": "2.5.27",
- "_where": "E:\\item\\newItem\\admin",
- "author": {
- "name": "xaboy"
- },
- "bugs": {
- "url": "https://github.com/xaboy/form-create/issues"
- },
- "dependencies": {
- "@form-create/utils": "^2.5.27"
- },
- "description": "vue动态表单,助你轻松搞定表单|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON. Supports 3 UI frameworks, and supports the generation of any Vue components. Built-in 20 kinds of commonly used form components and custom components, no matter how complex forms can be easily handled.",
- "files": [
- "README.md",
- "package.json",
- "LICENSE",
- "src",
- "types",
- "dist"
- ],
- "gitHead": "ca02f3c2b7570705ec3676361ec62350495f6481",
- "homepage": "http://www.form-create.com",
- "keywords": [
- "动态表单",
- "@form-create",
- "form-builder",
- "form",
- "components",
- "vue.js",
- "json-form",
- "dynamic-form"
- ],
- "license": "MIT",
- "main": "./dist/index.min.js",
- "module": "./dist/index.min.js",
- "name": "@form-create/core",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/xaboy/form-create.git"
- },
- "scripts": {
- "bili": "cross-env UI_LIB=core bili",
- "build": "npm-run-all clean bili",
- "clean": "rimraf dist/"
- },
- "typings": "./types/index.d.ts",
- "version": "2.5.27"
- }
|