{"_id":"@antv/antv-spec","_rev":"3331925","name":"@antv/antv-spec","description":"A declarative grammar that supports various technology stacks of AntV.","dist-tags":{"alpha":"0.1.0-alpha.6","latest":"0.1.0-alpha.18"},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"time":{"modified":"2024-07-10T07:25:09.000Z","created":"2021-08-25T05:51:54.205Z","0.1.0-alpha.18":"2021-11-19T08:49:08.908Z","0.1.0-alpha.17":"2021-11-19T08:24:31.940Z","0.1.0-alpha.15":"2021-11-18T17:18:06.998Z","0.1.0-alpha.14":"2021-11-18T17:13:35.011Z","0.1.0-alpha.13":"2021-11-18T16:45:27.887Z","0.1.0-alpha.12":"2021-11-18T16:14:04.526Z","0.1.0-alpha.11":"2021-11-18T13:20:35.602Z","0.1.0-alpha.10":"2021-11-18T03:10:06.663Z","0.1.0-alpha.9":"2021-11-17T03:25:56.400Z","0.1.0-alpha.8":"2021-11-17T03:04:22.340Z","0.1.0-alpha.7":"2021-11-15T10:02:59.069Z","0.1.0-alpha.6":"2021-11-05T06:44:43.099Z","0.1.0-alpha.5":"2021-11-05T03:32:00.636Z","0.1.0-alpha.4":"2021-09-08T08:03:48.296Z","0.1.0-alpha.3":"2021-09-02T03:09:13.961Z","0.1.0-alpha.2":"2021-09-02T02:40:18.503Z","0.1.0-alpha.1":"2021-08-25T05:51:54.205Z"},"users":{},"author":{"name":"AntV","url":"https://antv.vision/"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"versions":{"0.1.0-alpha.18":{"name":"@antv/antv-spec","version":"0.1.0-alpha.18","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","unpkg":"dist/index.min.js","module":"esm/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:* && npm run size","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s schema lint test build","setup:demo":"cd demo && npm install --package-lock=false","start:demo":"npm run setup:demo && cd demo && npm start","deploy:demo":"cd demo && npm run deploy:site","one-stop-setup":"npm install --package-lock=false && run-s setup:demo ci","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11","@babel/runtime":"^7.14.6","@commitlint/cli":"^13.2.1","@commitlint/config-conventional":"^13.2.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/jest":"^27.0.2","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.3.1","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.59.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.0.7","ts-json-schema-generator":"^0.94.1","typescript":"^4.4.4"},"peerDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"10 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"5082cb18a6c29967b0f65ca35d7be4353c33db62","_id":"@antv/antv-spec@0.1.0-alpha.18","_nodeVersion":"14.16.1","_npmVersion":"7.23.0","dist":{"shasum":"480f2f6a5f922e78a467338b6ba122a5c86c3149","size":39144,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.18.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.18.tgz"},"_npmUser":{"name":"bbsqq","email":"1491812683@qq.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.18_1637311748733_0.8362123921103175"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:49.958Z","publish_time":1637311748908,"_cnpm_publish_time":1637311748908},"0.1.0-alpha.17":{"name":"@antv/antv-spec","version":"0.1.0-alpha.17","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","unpkg":"dist/index.min.js","module":"esm/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:* && npm run size","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s schema lint test build","setup:demo":"cd demo && npm install --package-lock=false","start:demo":"npm run setup:demo && cd demo && npm start","deploy:demo":"cd demo && npm run deploy:site","one-stop-setup":"npm install --package-lock=false && run-s setup:demo ci","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags","postinstall":"npm run schema"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11","@babel/runtime":"^7.14.6","@commitlint/cli":"^13.2.1","@commitlint/config-conventional":"^13.2.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-json":"^4.1.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/jest":"^27.0.2","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.3.1","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.59.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.0.7","ts-json-schema-generator":"^0.94.1","typescript":"^4.4.4"},"peerDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"10 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"22636937dac1af766a725ad87afc530a5f1779f5","_id":"@antv/antv-spec@0.1.0-alpha.17","_nodeVersion":"14.16.1","_npmVersion":"7.23.0","dist":{"shasum":"3bdb1d10baeb56d64eaf564c09958dfb154c0ab0","size":39165,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.17.tgz"},"_npmUser":{"name":"bbsqq","email":"1491812683@qq.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.17_1637310271681_0.2801014127475743"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:48.090Z","hasInstallScript":true,"publish_time":1637310271940,"_cnpm_publish_time":1637310271940},"0.1.0-alpha.15":{"name":"@antv/antv-spec","version":"0.1.0-alpha.15","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","unpkg":"dist/index.min.js","module":"esm/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s schema lint test build","setup:demo":"cd demo && npm install --package-lock=false","start:demo":"npm run setup:demo && cd demo && npm start","deploy:demo":"cd demo && npm run deploy:site","one-stop-setup":"npm install --package-lock=false && run-s setup:demo ci","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11","@babel/runtime":"^7.14.6","@commitlint/cli":"^13.2.1","@commitlint/config-conventional":"^13.2.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/jest":"^27.0.2","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.3.1","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.59.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.0.7","ts-json-schema-generator":"^0.94.1","typescript":"^4.4.4"},"peerDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"61e9253cdcab1bee74c03941364f7d08b9bd991b","_id":"@antv/antv-spec@0.1.0-alpha.15","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"285d8557819a4f329b8afc0f7f91298013ad6eaa","size":30051,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.15.tgz"},"_npmUser":{"name":"neoddish","email":"neoddish@outlook.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.15_1637255886840_0.53149654260976"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:46.227Z","publish_time":1637255886998,"_cnpm_publish_time":1637255886998},"0.1.0-alpha.14":{"name":"@antv/antv-spec","version":"0.1.0-alpha.14","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","unpkg":"dist/index.min.js","module":"esm/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s schema lint test build","setup:demo":"cd demo && npm install --package-lock=false","start:demo":"npm run setup:demo && cd demo && npm start","deploy:demo":"cd demo && npm run deploy:site","one-stop-setup":"npm install --package-lock=false && run-s setup:demo ci","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11","@babel/runtime":"^7.14.6","@commitlint/cli":"^13.2.1","@commitlint/config-conventional":"^13.2.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/jest":"^27.0.2","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.3.1","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.59.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.0.7","ts-json-schema-generator":"^0.94.1","typescript":"^4.4.4"},"peerDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"9b0275668d2f0cc84d87b6d78cd9c25e09d5ca6d","_id":"@antv/antv-spec@0.1.0-alpha.14","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"718c9675738dfd43a2bab76c258c497b3a5b36d5","size":10361,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.14.tgz"},"_npmUser":{"name":"pddpd","email":"pddpengdi@gmail.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.14_1637255614851_0.37222054201609023"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:44.903Z","publish_time":1637255615011,"_cnpm_publish_time":1637255615011},"0.1.0-alpha.13":{"name":"@antv/antv-spec","version":"0.1.0-alpha.13","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","unpkg":"dist/index.min.js","module":"esm/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s schema lint test build","setup:demo":"cd demo && npm install --package-lock=false","start:demo":"npm run setup:demo && cd demo && npm start","deploy:demo":"cd demo && npm run deploy:site","one-stop-setup":"npm install --package-lock=false && run-s setup:demo ci","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11","@babel/runtime":"^7.14.6","@commitlint/cli":"^13.2.1","@commitlint/config-conventional":"^13.2.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/jest":"^27.0.2","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.3.1","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.59.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.0.7","ts-json-schema-generator":"^0.94.1","typescript":"^4.4.4"},"peerDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"479be317dd3a134ebbfa76ad6693f612b5149d4a","_id":"@antv/antv-spec@0.1.0-alpha.13","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"b27335de4a93e2bfca6250b13d32817c658bc04f","size":30006,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.13.tgz"},"_npmUser":{"name":"neoddish","email":"neoddish@outlook.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.13_1637253927704_0.5005617242655447"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:43.253Z","publish_time":1637253927887,"_cnpm_publish_time":1637253927887},"0.1.0-alpha.12":{"name":"@antv/antv-spec","version":"0.1.0-alpha.12","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","unpkg":"dist/index.min.js","module":"esm/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s schema lint test build","setup:demo":"cd demo && npm install --package-lock=false","start:demo":"npm run setup:demo && cd demo && npm start","deploy:demo":"cd demo && npm run deploy:site","one-stop-setup":"npm install --package-lock=false && run-s setup:demo ci","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11","@babel/runtime":"^7.14.6","@commitlint/cli":"^13.2.1","@commitlint/config-conventional":"^13.2.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/jest":"^27.0.2","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.3.1","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.59.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.0.7","ts-json-schema-generator":"^0.94.1","typescript":"^4.4.4"},"peerDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"77699b759ad91ce2e3d9b2c076de7630a1fc469f","_id":"@antv/antv-spec@0.1.0-alpha.12","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"929d0ef97617d43f1222088e93c00075e5fa99a0","size":10362,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.12.tgz"},"_npmUser":{"name":"pddpd","email":"pddpengdi@gmail.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.12_1637252044353_0.7774056553414599"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:41.354Z","publish_time":1637252044526,"_cnpm_publish_time":1637252044526},"0.1.0-alpha.11":{"name":"@antv/antv-spec","version":"0.1.0-alpha.11","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","unpkg":"dist/index.min.js","module":"esm/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s schema lint test build","setup:demo":"cd demo && npm install --package-lock=false","start:demo":"npm run setup:demo && cd demo && npm start","deploy:demo":"cd demo && npm run deploy:site","one-stop-setup":"npm install --package-lock=false && run-s setup:demo ci","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11","@babel/runtime":"^7.14.6","@commitlint/cli":"^13.2.1","@commitlint/config-conventional":"^13.2.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/jest":"^27.0.2","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.3.1","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.59.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.0.7","ts-json-schema-generator":"^0.94.1","typescript":"^4.4.4"},"peerDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"77699b759ad91ce2e3d9b2c076de7630a1fc469f","_id":"@antv/antv-spec@0.1.0-alpha.11","_nodeVersion":"14.17.0","_npmVersion":"6.14.13","dist":{"shasum":"d3605da43a462676dca65884e91625d238b9b86e","size":10362,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.11.tgz"},"_npmUser":{"name":"pddpd","email":"pddpengdi@gmail.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.11_1637241635462_0.529609797515544"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:39.687Z","publish_time":1637241635602,"_cnpm_publish_time":1637241635602},"0.1.0-alpha.10":{"name":"@antv/antv-spec","version":"0.1.0-alpha.10","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","unpkg":"dist/index.min.js","module":"esm/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s schema lint test build","setup:demo":"cd demo && npm install --package-lock=false","start:demo":"npm run setup:demo && cd demo && npm start","deploy:demo":"cd demo && npm run deploy:site","one-stop-setup":"npm install --package-lock=false && run-s setup:demo ci","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11","@babel/runtime":"^7.14.6","@commitlint/cli":"^13.2.1","@commitlint/config-conventional":"^13.2.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/jest":"^27.0.2","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.3.1","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.59.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.0.7","ts-json-schema-generator":"^0.94.1","typescript":"^4.4.4"},"peerDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"77699b759ad91ce2e3d9b2c076de7630a1fc469f","_id":"@antv/antv-spec@0.1.0-alpha.10","_nodeVersion":"16.0.0","_npmVersion":"7.11.1","dist":{"shasum":"6d746e65ef6bc71b16b884a7263729c716f562d3","size":30006,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.10.tgz"},"_npmUser":{"name":"chenluli","email":"chenluuli@gmail.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.10_1637205006380_0.4849681010791784"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:38.023Z","publish_time":1637205006663,"_cnpm_publish_time":1637205006663},"0.1.0-alpha.9":{"name":"@antv/antv-spec","version":"0.1.0-alpha.9","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","unpkg":"dist/index.min.js","module":"esm/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s schema lint test build","setup:demo":"cd demo && npm install --package-lock=false","start:demo":"npm run setup:demo && cd demo && npm start","deploy:demo":"cd demo && npm run deploy:site","one-stop-setup":"npm install --package-lock=false && run-s setup:demo ci","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11","@babel/runtime":"^7.14.6","@commitlint/cli":"^13.2.1","@commitlint/config-conventional":"^13.2.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/jest":"^27.0.2","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.3.1","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.59.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.0.7","ts-json-schema-generator":"^0.94.1","typescript":"^4.4.4"},"peerDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"9b3e798ac1d1eead6efdd1c473d1a6b5f33c6287","_id":"@antv/antv-spec@0.1.0-alpha.9","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"0b51033e796fa993f913a33c2d124c39c48cf8de","size":29575,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.9.tgz"},"_npmUser":{"name":"neoddish","email":"neoddish@outlook.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.9_1637119556232_0.3964827314948065"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:36.128Z","publish_time":1637119556400,"_cnpm_publish_time":1637119556400},"0.1.0-alpha.8":{"name":"@antv/antv-spec","version":"0.1.0-alpha.8","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","unpkg":"dist/index.js","module":"es/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s schema lint test build","setup:demo":"cd demo && npm install --package-lock=false","start:demo":"npm run setup:demo && cd demo && npm start","deploy:demo":"cd demo && npm run deploy:site","one-stop-setup":"npm install --package-lock=false && run-s setup:demo ci","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11","@babel/runtime":"^7.14.6","@commitlint/cli":"^13.2.1","@commitlint/config-conventional":"^13.2.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/jest":"^27.0.2","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.3.1","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.59.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.0.7","ts-json-schema-generator":"^0.94.1","typescript":"^4.4.4"},"peerDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"782d13ab3facaa5d1a899942683174804310c8b4","_id":"@antv/antv-spec@0.1.0-alpha.8","_nodeVersion":"16.13.0","_npmVersion":"8.1.0","dist":{"shasum":"79d3f97f50d409c37f7b81115edddf148fb52ad1","size":29576,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.8.tgz"},"_npmUser":{"name":"neoddish","email":"neoddish@outlook.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.8_1637118262104_0.49613097240149795"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:34.266Z","publish_time":1637118262340,"_cnpm_publish_time":1637118262340},"0.1.0-alpha.7":{"name":"@antv/antv-spec","version":"0.1.0-alpha.7","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","browser":"dist/index.js","module":"es/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s schema lint test build","setup:demo":"cd demo && npm install --package-lock=false","start:demo":"npm run setup:demo && cd demo && npm start","deploy:demo":"cd demo && npm run deploy:site","one-stop-setup":"npm install --package-lock=false && run-s setup:demo ci","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11","@babel/runtime":"^7.14.6","@commitlint/cli":"^13.2.1","@commitlint/config-conventional":"^13.2.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/jest":"^27.0.2","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.3.1","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.59.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.0.7","ts-json-schema-generator":"^0.94.1","typescript":"^4.4.4"},"peerDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"0a5d5511e091be26cc8fabcd70c7319e83bae866","_id":"@antv/antv-spec@0.1.0-alpha.7","_nodeVersion":"16.13.0","_npmVersion":"8.1.2","dist":{"shasum":"13807bc7a6ff17e6677c1f1e08f1a5e162779276","size":34756,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.7.tgz"},"_npmUser":{"name":"zeyuwang","email":"zywangx@gmail.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.7_1636970578896_0.008384083563328204"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:32.348Z","publish_time":1636970579069,"_cnpm_publish_time":1636970579069},"0.1.0-alpha.6":{"name":"@antv/antv-spec","version":"0.1.0-alpha.6","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","browser":"dist/index.js","module":"es/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s schema lint test build","setup:demo":"cd demo && npm install --package-lock=false","start:demo":"npm run setup:demo && cd demo && npm start","deploy:demo":"cd demo && npm run deploy:site","one-stop-setup":"npm install --package-lock=false && run-s setup:demo ci","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11","@babel/runtime":"^7.14.6","@commitlint/cli":"^13.2.1","@commitlint/config-conventional":"^13.2.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/jest":"^27.0.2","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.3.1","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.59.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.0.7","ts-json-schema-generator":"^0.94.1","typescript":"^4.4.4"},"peerDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"readmeFilename":"README.md","gitHead":"0cac1a15dd12efe63643348d353a531d4d644e05","_id":"@antv/antv-spec@0.1.0-alpha.6","_nodeVersion":"16.0.0","_npmVersion":"7.11.1","dist":{"shasum":"a3b6b29e1eb2e44ca9a61ee21b158000c2eef102","size":34543,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.6.tgz"},"_npmUser":{"name":"chenluli","email":"chenluuli@gmail.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.6_1636094682851_0.4361389775378681"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:30.499Z","publish_time":1636094683099,"_cnpm_publish_time":1636094683099},"0.1.0-alpha.5":{"name":"@antv/antv-spec","version":"0.1.0-alpha.5","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","browser":"dist/index.js","module":"es/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s schema lint test build","setup:demo":"cd demo && npm install --package-lock=false","start:demo":"npm run setup:demo && cd demo && npm start","deploy:demo":"cd demo && npm run deploy:site","one-stop-setup":"npm install --package-lock=false && run-s setup:demo ci","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11","@babel/runtime":"^7.14.6","@commitlint/cli":"^13.2.1","@commitlint/config-conventional":"^13.2.0","@rollup/plugin-commonjs":"^20.0.0","@rollup/plugin-node-resolve":"^13.0.4","@rollup/plugin-typescript":"^8.2.5","@types/jest":"^27.0.2","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.3.1","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.59.0","rollup-plugin-terser":"^7.0.2","ts-jest":"^27.0.7","ts-json-schema-generator":"^0.94.1","typescript":"^4.4.4"},"peerDependencies":{"@antv/g2plot":"^2.3.27","@antv/g6":"^4.3.11"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"readmeFilename":"README.md","gitHead":"86b6ce8e8f5940e7c8cc1af39fdc5176796ef9f1","_id":"@antv/antv-spec@0.1.0-alpha.5","_nodeVersion":"16.0.0","_npmVersion":"7.11.1","dist":{"shasum":"ad2a09b33badbe6464d0701bfdddfce2da650581","size":34478,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.5.tgz"},"_npmUser":{"name":"chenluli","email":"chenluuli@gmail.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.5_1636083120436_0.9992383428127556"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:28.556Z","publish_time":1636083120636,"_cnpm_publish_time":1636083120636},"0.1.0-alpha.4":{"name":"@antv/antv-spec","version":"0.1.0-alpha.4","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","browser":"dist/index.js","module":"es/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s lint schema test build","prepare:demo":"cd demo && npm install","start:demo":"npm run prepare:demo && cd demo && npm start","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@babel/runtime":"^7.14.6","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@rollup/plugin-node-resolve":"^13.0.1","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^26.0.24","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.0.6","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.53.2","rollup-plugin-uglify":"^6.0.4","ts-jest":"^27.0.3","ts-json-schema-generator":"^0.94.1","typescript":"4.3.5"},"peerDependencies":{"@antv/g2plot":"^2.3.27"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"33ee312ac5cd96013f2d559cad5d868b27811e97","_id":"@antv/antv-spec@0.1.0-alpha.4","_nodeVersion":"14.17.5","_npmVersion":"7.19.1","dist":{"shasum":"b31cbdad27f0e3c3cdadcb2b462ed8480225abbf","size":29232,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.4.tgz"},"_npmUser":{"name":"soundquiet","email":"fulingsun515@gmail.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.4_1631088228154_0.22270822253023237"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:26.693Z","publish_time":1631088228296,"_cnpm_publish_time":1631088228296},"0.1.0-alpha.3":{"name":"@antv/antv-spec","version":"0.1.0-alpha.3","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","browser":"dist/index.js","module":"es/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s lint schema test build","prepare:demo":"cd demo && npm install","start:demo":"npm run prepare:demo && cd demo && npm start","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@babel/runtime":"^7.14.6","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@rollup/plugin-node-resolve":"^13.0.1","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^26.0.24","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.0.6","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.53.2","rollup-plugin-uglify":"^6.0.4","ts-jest":"^27.0.3","ts-json-schema-generator":"^0.94.1","typescript":"4.3.5"},"peerDependencies":{"@antv/g2plot":"^2.3.27"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"e0468547d8844ef6b5c4ea6044b8e15a4e46486a","_id":"@antv/antv-spec@0.1.0-alpha.3","_nodeVersion":"14.17.5","_npmVersion":"7.19.1","dist":{"shasum":"248a11c4ea852bea8dcb6da76e49ba9901536887","size":28986,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.3.tgz"},"_npmUser":{"name":"soundquiet","email":"fulingsun515@gmail.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.3_1630552153799_0.08811112997553483"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:24.842Z","publish_time":1630552153961,"_cnpm_publish_time":1630552153961},"0.1.0-alpha.2":{"name":"@antv/antv-spec","version":"0.1.0-alpha.2","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","browser":"dist/index.js","module":"es/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s lint schema test build","prepare:demo":"cd demo && npm install","start:demo":"npm run prepare:demo && cd demo && npm start","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@antv/g2plot":"^2.3.27","@babel/runtime":"^7.14.6","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@rollup/plugin-node-resolve":"^13.0.1","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^26.0.24","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.0.6","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.53.2","rollup-plugin-uglify":"^6.0.4","ts-jest":"^27.0.3","ts-json-schema-generator":"^0.94.1","typescript":"4.3.5"},"peerDependencies":{"@antv/g2plot":"^2.3.27"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"8f5fb6eaee289c9fa8d1111dcdd06d7c92b2f6a9","_id":"@antv/antv-spec@0.1.0-alpha.2","_nodeVersion":"14.17.5","_npmVersion":"7.19.1","dist":{"shasum":"9821e1ba3fd1dbc893fea64b0f0926177d6ea7d1","size":28867,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.2.tgz"},"_npmUser":{"name":"soundquiet","email":"fulingsun515@gmail.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.2_1630550418341_0.26846628581419196"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:22.982Z","publish_time":1630550418503,"_cnpm_publish_time":1630550418503},"0.1.0-alpha.1":{"name":"@antv/antv-spec","version":"0.1.0-alpha.1","description":"A declarative grammar that supports various technology stacks of AntV.","main":"lib/src/index.js","types":"lib/src/index.d.ts","browser":"dist/index.js","module":"es/src/index.js","scripts":{"prepare":"husky install","format":"prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"","format-check":" prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check","lint":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check","fix":"eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format","lint-staged":"lint-staged","size":"limit-size","build:umd":"rimraf ./dist && rollup -c && npm run size","build:cjs":"rimraf ./lib && tsc --module commonjs --outDir lib","build:esm":"rimraf ./esm && tsc --module ESNext --outDir esm","build":"run-p build:*","clean":"rimraf lib esm dist","schema":"mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t AntVSpec --no-type-check --no-ref-encode > build/antv-spec.json","test":"jest","ci":"run-s lint schema test build","prepare:demo":"cd demo && npm install","start:demo":"npm run prepare:demo && cd demo && npm start","prepublishOnly":"npm run ci","preversion":"npm run lint","version":"npm run format && git add -A src","postversion":"git push && git push --tags"},"repository":{"type":"git","url":"git+https://github.com/antvis/antv-spec.git"},"author":{"name":"AntV","url":"https://antv.vision/"},"license":"MIT","publishConfig":{"access":"public"},"bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"homepage":"https://github.com/antvis/antv-spec#readme","devDependencies":{"@babel/runtime":"^7.14.6","@commitlint/cli":"^12.1.4","@commitlint/config-conventional":"^12.1.4","@rollup/plugin-node-resolve":"^13.0.1","@rollup/plugin-typescript":"^8.2.3","@types/jest":"^26.0.24","@types/jest-json-schema":"^2.1.3","@typescript-eslint/eslint-plugin":"^4.28.3","@typescript-eslint/parser":"^4.28.3","eslint":"^7.30.0","eslint-config-airbnb":"^18.2.1","eslint-config-prettier":"^8.3.0","eslint-import-resolver-typescript":"^2.4.0","eslint-plugin-import":"^2.23.4","eslint-plugin-prettier":"^3.4.0","eslint-plugin-react":"^7.24.0","husky":"^7.0.1","jest":"^27.0.6","jest-json-schema":"^5.0.0","limit-size":"^0.1.4","lint-staged":"^11.0.1","npm-run-all":"^4.1.5","prettier":"^2.3.2","rimraf":"^3.0.2","rollup":"^2.53.2","rollup-plugin-uglify":"^6.0.4","ts-jest":"^27.0.3","ts-json-schema-generator":"^0.94.1","typescript":"^4.3.5"},"lint-staged":{"*.{ts,tsx}":["eslint --fix","prettier --write","git add"]},"limit-size":[{"path":"dist/index.min.js","limit":"8 Kb","gzip":true},{"path":"dist/index.min.js","limit":"24 Kb"}],"gitHead":"4417c4620312554f948b9e9f13ae3670970742a5","_id":"@antv/antv-spec@0.1.0-alpha.1","_nodeVersion":"16.5.0","_npmVersion":"7.19.1","dist":{"shasum":"b28d15160dc0602e1e8a9fd714ca2fdc29788bec","size":21199,"noattachment":false,"key":"/@antv/antv-spec/-/@antv/antv-spec-0.1.0-alpha.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/antv-spec/download/@antv/antv-spec-0.1.0-alpha.1.tgz"},"_npmUser":{"name":"soundquiet","email":"fulingsun515@gmail.com"},"directories":{},"maintainers":[{"name":"afc163","email":""},{"name":"army8735","email":"army8735@qq.com"},{"name":"atool","email":""},{"name":"baizn","email":""},{"name":"banxuan","email":""},{"name":"basketduck","email":""},{"name":"bbsqq","email":""},{"name":"biupiubiupiu","email":""},{"name":"boyu.zlj","email":"boyu.zlj@antfin.com"},{"name":"bubkoo","email":""},{"name":"ccnuzindex","email":""},{"name":"chenluli","email":""},{"name":"cxxxxxn","email":""},{"name":"dengfuping","email":"dengfuping_develop@163.com"},{"name":"dori","email":"418466938@qq.com"},{"name":"dreammy23","email":""},{"name":"dxq613","email":"dxq613@gmail.com"},{"name":"elaine.q.10","email":"yilin.qyl@antfin.com"},{"name":"esora","email":"tygyh2012@gmail.com"},{"name":"flash1","email":""},{"name":"freestyle21","email":"675861708@qq.com"},{"name":"iaaron","email":"943720372@qq.com"},{"name":"intchous","email":""},{"name":"jeffy2012","email":"yuanjiefeng@gmail.com"},{"name":"jinke.li","email":"1359518268@qq.com"},{"name":"kasmine","email":""},{"name":"kn9117","email":"1175863618@qq.com"},{"name":"kopiluwaky","email":"wyy460342010@gmail.com"},{"name":"l1ud0ngq1","email":""},{"name":"laixingui.lxg","email":""},{"name":"leungwensen","email":"leungwensen@gmail.com"},{"name":"lvisei","email":""},{"name":"lzxue","email":""},{"name":"mxz96102","email":""},{"name":"nadia_liu","email":""},{"name":"neoddish","email":"neo.wang@vip.163.com"},{"name":"newbyvector","email":"vectorse@126.com"},{"name":"openwayne","email":"openwayne@gmail.com"},{"name":"panyuqi","email":""},{"name":"pddpd","email":""},{"name":"pearmini","email":"subairui@icloud.com"},{"name":"pomelo-nwu","email":""},{"name":"rainy25ghz","email":""},{"name":"sakuya223","email":""},{"name":"semious2020","email":"semious@163.com"},{"name":"serializedowen","email":"wjh199455@gmail.com"},{"name":"simaq","email":"sima.zhang1990@gmail.com"},{"name":"soundquiet","email":""},{"name":"sturuby","email":"xingya.shi@gmail.com"},{"name":"susan_ann","email":""},{"name":"susiwen8","email":""},{"name":"winniexing","email":""},{"name":"wjgogogo","email":""},{"name":"xdddst","email":""},{"name":"xdzhao","email":""},{"name":"xuying1027","email":""},{"name":"yangzhanmei","email":"15809244435@163.com"},{"name":"yanxiong","email":""},{"name":"yard","email":"zjwengyidong@outlook.com"},{"name":"yiqianyao","email":""},{"name":"yisi.wang","email":""},{"name":"zengyue","email":""},{"name":"zeyuwang","email":""},{"name":"zhanba","email":"c5e1856@gmail.com"},{"name":"zhangjunjie-loki","email":""},{"name":"zqlu","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/antv-spec_0.1.0-alpha.1_1629870714043_0.5669035442332013"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2021-12-27T19:48:21.121Z","publish_time":1629870714205,"_cnpm_publish_time":1629870714205}},"readme":"# antv-spec\nA declarative grammar that supports various technology stacks of AntV.\n\n## Features\n**schema**: uniform visualization schema for AntV  \n**adaptor**: translate schema to chart library\n\n## Installation\n\n```bash\nnpm install @antv/antv-spec\n```\n\n## Example\n\n```ts\nimport { useEffect } from \"react\";\nimport { AntVSpec, specToG2Plot } from \"@antv/antv-spec\";\n\nexport default function App() {\n  const chartSpec: AntVSpec = {\n    basis: {\n      type: \"chart\"\n    },\n    data: {\n      type: \"json-array\",\n      values: [\n        { year: \"2007\", sales: 28, type: \"A\" },\n        { year: \"2008\", sales: 55, type: \"A\" },\n        { year: \"2009\", sales: 43, type: \"A\" },\n        { year: \"2010\", sales: 91, type: \"A\" },\n        { year: \"2011\", sales: 81, type: \"A\" },\n        { year: \"2012\", sales: 53, type: \"A\" },\n        { year: \"2013\", sales: 19, type: \"A\" },\n        { year: \"2014\", sales: 87, type: \"A\" },\n        { year: \"2015\", sales: 52, type: \"A\" },\n\n        { year: \"2007\", sales: 34, type: \"B\" },\n        { year: \"2008\", sales: 52, type: \"B\" },\n        { year: \"2009\", sales: 70, type: \"B\" },\n        { year: \"2010\", sales: 11, type: \"B\" },\n        { year: \"2011\", sales: 46, type: \"B\" },\n        { year: \"2012\", sales: 79, type: \"B\" },\n        { year: \"2013\", sales: 23, type: \"B\" },\n        { year: \"2014\", sales: 54, type: \"B\" },\n        { year: \"2015\", sales: 99, type: \"B\" }\n      ]\n    },\n    layer: [\n      {\n        mark: {\n          type: \"line\",\n          style: { color: \"#444444\" }\n        },\n        encoding: {\n          x: {\n            field: \"year\",\n            type: \"temporal\"\n          },\n          y: {\n            field: \"sales\",\n            type: \"quantitative\"\n          },\n          color: {\n            field: \"type\",\n            type: \"nominal\",\n            scale: {\n              range: [\"#5c0011\", \"#ffec3d\", \"#7cb305\", \"#08979c\", \"#003a8c\"]\n            }\n          }\n        }\n      }\n    ]\n  };\n\n  useEffect(() => {\n    specToG2Plot(chartSpec, document.getElementById(\"container\"));\n  });\n\n  return <div className=\"container\"></div>;\n}\n\n```\n\n\n## Documentation\n\nThis project is still an alpha version. We eagerly welcome any contribution.\n\nFor more usages, please check the [Quick API](./API.md).\n\n","_attachments":{},"homepage":"https://github.com/antvis/antv-spec#readme","bugs":{"url":"https://github.com/antvis/antv-spec/issues"},"license":"MIT"}