{"_id":"@antv/attr","_rev":"3329588","name":"@antv/attr","description":"The Attribute module for G2, F2.","dist-tags":{"beta":"0.0.1-beta.3","latest":"0.3.5"},"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:10:47.000Z","created":"2018-06-21T09:18:05.434Z","0.3.5":"2023-03-23T02:38:35.350Z","0.3.4":"2023-03-22T09:55:20.528Z","0.3.3":"2022-02-10T12:15:12.258Z","0.3.2":"2020-02-05T03:28:59.964Z","0.3.1":"2020-01-10T03:33:13.250Z","0.2.0":"2019-08-19T12:39:12.708Z","0.1.2":"2018-11-14T07:43:19.693Z","0.1.1":"2018-11-09T12:33:35.840Z","0.1.0":"2018-10-24T09:16:48.072Z","0.0.7":"2018-09-14T03:44:49.040Z","0.0.6":"2018-07-23T03:57:38.472Z","0.0.5":"2018-07-23T02:42:24.779Z","0.0.4":"2018-07-19T02:49:45.852Z","0.0.3":"2018-06-25T10:02:47.090Z","0.0.2":"2018-06-25T09:57:27.966Z","0.0.1":"2018-06-25T09:04:18.010Z","0.0.1-beta.3":"2018-06-25T08:33:55.519Z","0.0.1-beta.2":"2018-06-22T02:12:12.316Z","0.0.1-beta.1":"2018-06-21T09:18:05.434Z"},"users":{},"author":{"name":"https://github.com/orgs/antvis/people"},"repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"versions":{"0.3.5":{"name":"@antv/attr","version":"0.3.5","description":"The Attribute module for G2, F2.","main":"lib/index.js","module":"esm/index.js","types":"lib/index.d.ts","scripts":{"clean":"rimraf lib esm","lint":"lint-staged","test":"jest","test-live":"DEBUG_MODE=1 jest --watch tests/unit","coverage":"jest --coverage","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","lib":"run-p lib:*","build":"run-s clean lib","prepublishOnly":"run-s lint test build","ci":"run-s build test","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0"},"dependencies":{"@antv/color-util":"^2.0.1","@antv/scale":"^0.3.0","@antv/util":"~2.0.0","tslib":"^2.3.1"},"devDependencies":{"@antv/scale":"^0.3.0","@types/jest":"^24.0.18","jest":"^24.9.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","ts-jest":"^24.1.0","husky":"^3.0.4","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","prettier":"^1.18.2","rimraf":"^3.0.0","tslint":"^5.18.0","tslint-config-prettier":"^1.18.0","typescript":"^4.1.5","conventional-changelog-cli":"^2.0.28"},"husky":{"hooks":{"pre-commit":"run-s lint build test"}},"lint-staged":{"*.{js,css,json,md}":["prettier --write","git add"],"*.{ts}":["tslint -c tslint.json --fix","prettier --write","git add"]},"jest":{"runner":"jest-electron/runner","testEnvironment":"jest-electron/environment","preset":"ts-jest","collectCoverage":false,"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"],"testRegex":"/tests/.*-spec\\.ts?$"},"repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","gitHead":"06282f20580ff0cf37fbc8b98b3a5e1007ed15a7","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.3.5","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"0708c74fed5ad6ee03ad1e2913099ed8248f7ebf","size":12974,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.3.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.3.5.tgz"},"_npmUser":{"name":"panyuqi","email":"pyqiverson@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/attr_0.3.5_1679539115146_0.6166879493040933"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-23T02:38:35.350Z","publish_time":1679539115350,"_cnpm_publish_time":1679539115350},"0.3.4":{"name":"@antv/attr","version":"0.3.4","description":"The Attribute module for G2, F2.","main":"lib/index.js","module":"esm/index.js","types":"lib/index.d.ts","scripts":{"clean":"rimraf lib esm","lint":"lint-staged","test":"jest","test-live":"DEBUG_MODE=1 jest --watch tests/unit","coverage":"jest --coverage","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","lib":"run-p lib:*","build":"run-s clean lib","ci":"run-s build test","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0"},"dependencies":{"@antv/color-util":"^2.0.1","@antv/scale":"^0.3.0","@antv/util":"~2.0.0","tslib":"^1.10.0"},"devDependencies":{"@types/jest":"^24.0.18","jest":"^24.9.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","ts-jest":"^24.1.0","husky":"^3.0.4","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","prettier":"^1.18.2","rimraf":"^3.0.0","tslint":"^5.18.0","tslint-config-prettier":"^1.18.0","typescript":"^3.5.3","conventional-changelog-cli":"^2.0.28"},"husky":{"hooks":{"pre-commit":"run-s lint build test"}},"lint-staged":{"*.{js,css,json,md}":["prettier --write","git add"],"*.{ts}":["tslint -c tslint.json --fix","prettier --write","git add"]},"jest":{"runner":"jest-electron/runner","testEnvironment":"jest-electron/environment","preset":"ts-jest","collectCoverage":false,"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"],"testRegex":"/tests/.*-spec\\.ts?$"},"repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","gitHead":"73be95c667f93ea307721beaebf5b41ec9378e13","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.3.4","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"e90de2f6fbb0a4d769d49c52ed03a425ca2b177e","size":12488,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.3.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.3.4.tgz"},"_npmUser":{"name":"panyuqi","email":"pyqiverson@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/attr_0.3.4_1679478920334_0.001596528347581172"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-03-22T09:55:20.528Z","publish_time":1679478920528,"deprecated":"wrong bundle","_cnpm_publish_time":1679478920528},"0.3.3":{"name":"@antv/attr","version":"0.3.3","description":"The Attribute module for G2, F2.","main":"lib/index.js","module":"esm/index.js","types":"lib/index.d.ts","scripts":{"clean":"rimraf lib esm","lint":"lint-staged","test":"jest","test-live":"DEBUG_MODE=1 jest --watch tests/unit","coverage":"jest --coverage","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","lib":"run-p lib:*","build":"run-s clean lib","prepublishOnly":"run-s lint test build","ci":"run-s build test","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0"},"dependencies":{"@antv/util":"~2.0.0","tslib":"^1.10.0","@antv/color-util":"^2.0.1"},"devDependencies":{"@types/jest":"^24.0.18","jest":"^24.9.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","ts-jest":"^24.1.0","@antv/scale":"^0.3.0","husky":"^3.0.4","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","prettier":"^1.18.2","rimraf":"^3.0.0","tslint":"^5.18.0","tslint-config-prettier":"^1.18.0","typescript":"^3.5.3","conventional-changelog-cli":"^2.0.28"},"husky":{"hooks":{"pre-commit":"run-s lint build test"}},"lint-staged":{"*.{js,css,json,md}":["prettier --write","git add"],"*.{ts}":["tslint -c tslint.json --fix","prettier --write","git add"]},"jest":{"runner":"jest-electron/runner","testEnvironment":"jest-electron/environment","preset":"ts-jest","collectCoverage":false,"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"],"testRegex":"/tests/.*-spec\\.ts?$"},"repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","gitHead":"a3cfce410b96c9a9c90845785177d4e372432214","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.3.3","_nodeVersion":"14.17.4","_npmVersion":"8.0.0","dist":{"shasum":"9966895cdc31e331b1cc738c286d50f48da01d2b","size":12571,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.3.3.tgz"},"_npmUser":{"name":"atool","email":"i@hust.cc"},"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/attr_0.3.3_1644495312132_0.5415603598608876"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-02-10T12:15:24.052Z","publish_time":1644495312258,"_cnpm_publish_time":1644495312258},"0.3.2":{"name":"@antv/attr","version":"0.3.2","description":"The Attribute module for G2, F2.","main":"lib/index.js","module":"esm/index.js","types":"lib/index.d.ts","scripts":{"clean":"rimraf lib esm","lint":"lint-staged","test":"jest","test-live":"DEBUG_MODE=1 jest --watch tests/unit","coverage":"jest --coverage","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","lib":"run-p lib:*","build":"run-s clean lib","prepublishOnly":"run-s lint test build","ci":"run-s build test","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0"},"dependencies":{"@antv/util":"~2.0.0","tslib":"^1.10.0","@antv/color-util":"^2.0.1"},"devDependencies":{"@types/jest":"^24.0.18","jest":"^24.9.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","ts-jest":"^24.1.0","@antv/scale":"^0.3.0","husky":"^3.0.4","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","prettier":"^1.18.2","rimraf":"^3.0.0","tslint":"^5.18.0","tslint-config-prettier":"^1.18.0","typescript":"^3.5.3","conventional-changelog-cli":"^2.0.28"},"husky":{"hooks":{"pre-commit":"run-s lint build test"}},"lint-staged":{"*.{js,css,json,md}":["prettier --write","git add"],"*.{ts}":["tslint -c tslint.json --fix","prettier --write","git add"]},"jest":{"runner":"jest-electron/runner","testEnvironment":"jest-electron/environment","preset":"ts-jest","collectCoverage":false,"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"],"testRegex":"/tests/.*-spec\\.ts?$"},"repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.3.2","_nodeVersion":"11.12.0","_npmVersion":"6.13.2","dist":{"shasum":"e5866b64870c62f3a9c25b8a61f654ba2bfda051","size":10456,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.3.2.tgz"},"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":""}],"_npmUser":{"name":"atool","email":"i@hust.cc"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.3.2_1580873339851_0.37332901903779336"},"_hasShrinkwrap":false,"publish_time":1580873339964,"_cnpm_publish_time":1580873339964},"0.3.1":{"name":"@antv/attr","version":"0.3.1","description":"The Attribute module for G2, F2.","main":"lib/index.js","module":"esm/index.js","types":"lib/index.d.ts","scripts":{"clean":"rimraf lib esm","lint":"lint-staged","test":"jest","test-live":"DEBUG_MODE=1 jest --watch tests/unit","coverage":"jest --coverage","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","lib":"run-p lib:*","build":"run-s clean lib","ci":"run-s build test","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0"},"dependencies":{"@antv/util":"~2.0.0","tslib":"^1.10.0","@antv/color-util":"^2.0.1"},"devDependencies":{"@types/jest":"^24.0.18","jest":"^24.9.0","jest-electron":"^0.1.7","jest-extended":"^0.11.2","ts-jest":"^24.1.0","@antv/scale":"~0.2.0","husky":"^3.0.4","lint-staged":"^9.2.3","npm-run-all":"^4.1.5","prettier":"^1.18.2","rimraf":"^3.0.0","tslint":"^5.18.0","tslint-config-prettier":"^1.18.0","typescript":"^3.5.3","conventional-changelog-cli":"^2.0.28"},"husky":{"hooks":{"pre-commit":"run-s lint build test"}},"lint-staged":{"*.{js,css,json,md}":["prettier --write","git add"],"*.{ts}":["tslint -c tslint.json --fix","prettier --write","git add"]},"jest":{"runner":"jest-electron/runner","testEnvironment":"jest-electron/environment","preset":"ts-jest","collectCoverage":false,"collectCoverageFrom":["src/**/*.{ts,js}","!**/node_modules/**","!**/vendor/**"],"testRegex":"/tests/.*-spec\\.ts?$"},"repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","gitHead":"f417d5d72fb24b460a471449bd9607354cf3e354","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.3.1","_nodeVersion":"13.2.0","_npmVersion":"6.13.4","dist":{"shasum":"be3183b1ced5078e942559c7ba6b090399d66fa3","size":10445,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.3.1.tgz"},"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":""}],"_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.3.1_1578627193083_0.0026885795536215618"},"_hasShrinkwrap":false,"publish_time":1578627193250,"_cnpm_publish_time":1578627193250},"0.2.0":{"name":"@antv/attr","version":"0.2.0","description":"The Attribute module for G2, F2.","main":"lib/index.js","module":"esm/index.js","types":"lib/index.d.ts","devDependencies":{"@antv/scale":"~0.2.0","@antv/torch":"~1.0.5","chai":"~4.1.2","husky":"^3.0.4","npm-run-all":"^4.1.5","prettier":"^1.18.2","tslint":"^5.18.0","tslint-config-prettier":"^1.18.0","typescript":"^3.5.3","rimraf":"^3.0.0"},"scripts":{"clean":"rimraf lib esm","lint":"run-s lint:*","lint:tslint":"tslint -c tslint.json 'src/**/*.ts'","lint:prettier":"prettier --list-different 'src/**/*.{ts,tsx,js,jsx}'","test":"torch --renderer --compile --recursive ./test/","test-live":"torch --compile --interactive --watch --recursive ./test/","coverage":"exit 0","lib:cjs":"tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib","lib:esm":"tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm","lib":"run-p lib:*","build":"run-s clean lib","ci":"run-s lint build test"},"dependencies":{"@antv/util":"~2.0.0","tslib":"^1.10.0"},"husky":{"hooks":{"pre-commit":"run-s lint build test"}},"repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","gitHead":"9505c0589cc87bea087f6e76506f2f8cb82cfdc4","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.2.0","_nodeVersion":"10.10.0","_npmVersion":"6.10.0","dist":{"shasum":"e9d786949e364936f91c3c19471d3162c73c10e0","size":12291,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.2.0.tgz"},"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":""}],"_npmUser":{"name":"atool","email":"i@hust.cc"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.2.0_1566218352592_0.18437899629161558"},"_hasShrinkwrap":false,"publish_time":1566218352708,"_cnpm_publish_time":1566218352708},"0.1.2":{"name":"@antv/attr","version":"0.1.2","description":"The Attribute module for G2, F2.","browser":"build/attr.js","main":"build/attr.js","module":"lib/index.js","repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","devDependencies":{"@antv/scale":"~0.0.1","@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","babel-eslint":"~8.0.3","babel-loader":"^8.0.0","babel-plugin-transform-remove-strict-mode":"~0.0.2","body-parser":"~1.18.2","chai":"~4.1.2","commander":"~2.12.2","connect":"~3.6.6","d3-queue":"~3.0.7","debug":"~3.1.0","electron":"~2.0.2","eslint":"~3.19.0","eslint-config-airbnb":"~15.0.1","eslint-config-egg":"~4.2.0","eslint-plugin-html":"~3.1.1","eslint-plugin-jsx-a11y":"~5.1.1","eslint-plugin-react":"~7.1.0","event-simulate":"~1.0.0","get-port":"~3.2.0","jszip":"~3.1.5","nightmare":"~2.10.0","nunjucks":"~3.0.1","open":"~0.0.5","parseurl":"~1.3.2","pre-commit":"~1.2.2","serve-static":"~1.13.2","shelljs":"~0.7.8","string-replace-loader":"~1.3.0","torchjs":"~2.1.0","uglify-js":"~3.1.10","webpack":"~3.10.0"},"scripts":{"build":"webpack","build-lib":"babel src --out-dir lib","bundler":"electron ./bundler/app.js","ci":"npm run lint && npm run test","compress":"uglifyjs -c -m -o dist/attr.min.js -- build/attr.js","coverage":"npm run coverage-generator && npm run coverage-viewer","coverage-generator":"torch --compile --coverage --renderer --source-pattern src/*.js,src/**/*.js --recursive test/unit","coverage-viewer":"torch-coverage","demos":"electron ./demos/app.js","demos-web":"node ./demos/app.js --web --port 2046","dev":"npm run watch & npm run demos-web","dist":"npm run mkdir-dist && npm run build && npm run compress","lint":"eslint --ext .html,.js ./","lint-fix":"eslint --ext .html,.js --fix ./","mkdir-dist":"node ./bin/mkdir-dist.js","prepublishOnly":"npm run build-lib && npm run dist","screenshot":"node ./bin/screenshot.js","start":"npm run dev","test":"torch --renderer --recursive ./test/unit","test-all":"npm run test && npm run test-bugs","test-bugs":"torch --compile --renderer --recursive ./test/bugs","test-bugs-live":"torch --compile --interactive --watch --recursive ./test/bugs","test-live":"torch --interactive --watch --recursive ./test/unit","watch":"webpack --config webpack-dev.config.js","win-dev":"node ./bin/win-dev.js"},"pre-commit":{"run":["lint","build","test"],"silent":false},"dependencies":{"@antv/util":"~1.3.1"},"gitHead":"1b226853f33123296e32ad5918d9db9d3a4e053d","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.1.2","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"leungwensen","email":"leungwensen@gmail.com"},"dist":{"shasum":"2eeb122fcaaf851a2d8749abc7c60519d3f77e37","size":28968,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.1.2.tgz"},"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":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.1.2_1542181399492_0.6706854259257398"},"_hasShrinkwrap":false,"publish_time":1542181399693,"_cnpm_publish_time":1542181399693},"0.1.1":{"name":"@antv/attr","version":"0.1.1","description":"The Attribute module for G2, F2.","browser":"build/attr.js","main":"build/attr.js","module":"lib/index.js","repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","devDependencies":{"@antv/scale":"~0.0.1","@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","babel-eslint":"~8.0.3","babel-loader":"^8.0.0","babel-plugin-transform-remove-strict-mode":"~0.0.2","body-parser":"~1.18.2","chai":"~4.1.2","commander":"~2.12.2","connect":"~3.6.6","d3-queue":"~3.0.7","debug":"~3.1.0","electron":"~2.0.2","eslint":"~3.19.0","eslint-config-airbnb":"~15.0.1","eslint-config-egg":"~4.2.0","eslint-plugin-html":"~3.1.1","eslint-plugin-jsx-a11y":"~5.1.1","eslint-plugin-react":"~7.1.0","event-simulate":"~1.0.0","get-port":"~3.2.0","jszip":"~3.1.5","nightmare":"~2.10.0","nunjucks":"~3.0.1","open":"~0.0.5","parseurl":"~1.3.2","pre-commit":"~1.2.2","serve-static":"~1.13.2","shelljs":"~0.7.8","string-replace-loader":"~1.3.0","torchjs":"~2.1.0","uglify-js":"~3.1.10","webpack":"~3.10.0"},"scripts":{"build":"webpack","build-lib":"babel src --out-dir lib","bundler":"electron ./bundler/app.js","ci":"npm run lint && npm run test","compress":"uglifyjs -c -m -o dist/attr.min.js -- build/attr.js","coverage":"npm run coverage-generator && npm run coverage-viewer","coverage-generator":"torch --compile --coverage --renderer --source-pattern src/*.js,src/**/*.js --recursive test/unit","coverage-viewer":"torch-coverage","demos":"electron ./demos/app.js","demos-web":"node ./demos/app.js --web --port 2046","dev":"npm run watch & npm run demos-web","dist":"npm run mkdir-dist && npm run build && npm run compress","lint":"eslint --ext .html,.js ./","lint-fix":"eslint --ext .html,.js --fix ./","mkdir-dist":"node ./bin/mkdir-dist.js","prepublishOnly":"npm run build-lib && npm run dist","screenshot":"node ./bin/screenshot.js","start":"npm run dev","test":"torch --renderer --recursive ./test/unit","test-all":"npm run test && npm run test-bugs","test-bugs":"torch --compile --renderer --recursive ./test/bugs","test-bugs-live":"torch --compile --interactive --watch --recursive ./test/bugs","test-live":"torch --interactive --watch --recursive ./test/unit","watch":"webpack --config webpack-dev.config.js","win-dev":"node ./bin/win-dev.js"},"pre-commit":{"run":["lint","build","test"],"silent":false},"dependencies":{"@antv/util":"~1.3.1"},"gitHead":"a32a76664911018e17fc5349f3b51f2ed702258f","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.1.1","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"leungwensen","email":"leungwensen@gmail.com"},"dist":{"shasum":"3591509229e6311dd7ed009db5f309da1a74efe5","size":28926,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.1.1.tgz"},"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":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.1.1_1541766815667_0.9911653782779211"},"_hasShrinkwrap":false,"publish_time":1541766815840,"_cnpm_publish_time":1541766815840},"0.1.0":{"name":"@antv/attr","version":"0.1.0","description":"The Attribute module for G2, F2.","browser":"build/attr.js","main":"build/attr.js","module":"lib/index.js","repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","devDependencies":{"@antv/scale":"~0.0.1","@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","babel-eslint":"~8.0.3","babel-loader":"^8.0.0","babel-plugin-transform-remove-strict-mode":"~0.0.2","body-parser":"~1.18.2","chai":"~4.1.2","commander":"~2.12.2","connect":"~3.6.6","d3-queue":"~3.0.7","debug":"~3.1.0","electron":"~2.0.2","eslint":"~3.19.0","eslint-config-airbnb":"~15.0.1","eslint-config-egg":"~4.2.0","eslint-plugin-html":"~3.1.1","eslint-plugin-jsx-a11y":"~5.1.1","eslint-plugin-react":"~7.1.0","event-simulate":"~1.0.0","get-port":"~3.2.0","jszip":"~3.1.5","nightmare":"~2.10.0","nunjucks":"~3.0.1","open":"~0.0.5","parseurl":"~1.3.2","pre-commit":"~1.2.2","serve-static":"~1.13.2","shelljs":"~0.7.8","string-replace-loader":"~1.3.0","torchjs":"~2.1.0","uglify-js":"~3.1.10","webpack":"~3.10.0"},"scripts":{"build":"webpack","build-lib":"babel src --out-dir lib","bundler":"electron ./bundler/app.js","ci":"npm run lint && npm run test","compress":"uglifyjs -c -m -o dist/attr.min.js -- build/attr.js","coverage":"npm run coverage-generator && npm run coverage-viewer","coverage-generator":"torch --compile --coverage --renderer --source-pattern src/*.js,src/**/*.js --recursive test/unit","coverage-viewer":"torch-coverage","demos":"electron ./demos/app.js","demos-web":"node ./demos/app.js --web --port 2046","dev":"npm run watch & npm run demos-web","dist":"npm run mkdir-dist && npm run build && npm run compress","lint":"eslint --ext .html,.js ./","lint-fix":"eslint --ext .html,.js --fix ./","mkdir-dist":"node ./bin/mkdir-dist.js","prepublishOnly":"npm run build-lib && npm run dist","screenshot":"node ./bin/screenshot.js","start":"npm run dev","test":"torch --renderer --recursive ./test/unit","test-all":"npm run test && npm run test-bugs","test-bugs":"torch --compile --renderer --recursive ./test/bugs","test-bugs-live":"torch --compile --interactive --watch --recursive ./test/bugs","test-live":"torch --interactive --watch --recursive ./test/unit","watch":"webpack --config webpack-dev.config.js","win-dev":"node ./bin/win-dev.js"},"pre-commit":{"run":["lint","build","test"],"silent":false},"dependencies":{"@antv/util":"~1.3.1"},"gitHead":"f59bfe63ff06ee81a79d8d58216f04fc1ee4d3d3","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.1.0","_npmVersion":"6.4.1","_nodeVersion":"8.11.4","_npmUser":{"name":"leungwensen","email":"leungwensen@gmail.com"},"dist":{"shasum":"68734b0557d9392645e947342acc8fca370d4a56","size":28158,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.1.0.tgz"},"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":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.1.0_1540372607975_0.8611742879827724"},"_hasShrinkwrap":false,"publish_time":1540372608072,"_cnpm_publish_time":1540372608072},"0.0.7":{"name":"@antv/attr","version":"0.0.7","description":"The Attribute module for G2, F2.","browser":"build/attr.js","main":"build/attr.js","module":"lib/index.js","repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","devDependencies":{"@antv/scale":"~0.0.1","@babel/cli":"^7.0.0","@babel/core":"^7.0.0","@babel/preset-env":"^7.0.0","babel-eslint":"~8.0.3","babel-loader":"^8.0.0","babel-plugin-transform-remove-strict-mode":"~0.0.2","body-parser":"~1.18.2","chai":"~4.1.2","commander":"~2.12.2","connect":"~3.6.6","d3-queue":"~3.0.7","debug":"~3.1.0","electron":"~2.0.2","eslint":"~3.19.0","eslint-config-airbnb":"~15.0.1","eslint-config-egg":"~4.2.0","eslint-plugin-html":"~3.1.1","eslint-plugin-jsx-a11y":"~5.1.1","eslint-plugin-react":"~7.1.0","event-simulate":"~1.0.0","get-port":"~3.2.0","jszip":"~3.1.5","nightmare":"~2.10.0","nunjucks":"~3.0.1","open":"~0.0.5","parseurl":"~1.3.2","pre-commit":"~1.2.2","serve-static":"~1.13.2","shelljs":"~0.7.8","string-replace-loader":"~1.3.0","torchjs":"~2.1.0","uglify-js":"~3.1.10","webpack":"~3.10.0"},"scripts":{"build":"webpack","build-lib":"babel src --out-dir lib","bundler":"electron ./bundler/app.js","ci":"npm run lint && npm run test","compress":"uglifyjs -c -m -o dist/attr.min.js -- build/attr.js","coverage":"npm run coverage-generator && npm run coverage-viewer","coverage-generator":"torch --compile --coverage --renderer --source-pattern src/*.js,src/**/*.js --recursive test/unit","coverage-viewer":"torch-coverage","demos":"electron ./demos/app.js","demos-web":"node ./demos/app.js --web --port 2046","dev":"npm run watch & npm run demos-web","dist":"npm run mkdir-dist && npm run build && npm run compress","lint":"eslint --ext .html,.js ./","lint-fix":"eslint --ext .html,.js --fix ./","mkdir-dist":"node ./bin/mkdir-dist.js","prepublishOnly":"npm run build-lib && npm run dist","screenshot":"node ./bin/screenshot.js","start":"npm run dev","test":"torch --renderer --recursive ./test/unit","test-all":"npm run test && npm run test-bugs","test-bugs":"torch --compile --renderer --recursive ./test/bugs","test-bugs-live":"torch --compile --interactive --watch --recursive ./test/bugs","test-live":"torch --interactive --watch --recursive ./test/unit","watch":"webpack --config webpack-dev.config.js","win-dev":"node ./bin/win-dev.js"},"pre-commit":{"run":["lint","build","test"],"silent":false},"dependencies":{"@antv/util":"~1.2.5"},"gitHead":"7da3ef79b0fd64be540876f2bec54e42074799ee","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.0.7","_npmVersion":"5.6.0","_nodeVersion":"8.11.4","_npmUser":{"name":"leungwensen","email":"leungwensen@gmail.com"},"dist":{"shasum":"333f252ce35fc3efdf8ad48046c263a6be2d7d04","size":28263,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.0.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.0.7.tgz"},"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":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.0.7_1536896688900_0.5813014959975227"},"_hasShrinkwrap":false,"publish_time":1536896689040,"_cnpm_publish_time":1536896689040},"0.0.6":{"name":"@antv/attr","version":"0.0.6","description":"The Attribute module for G2, F2.","browser":"build/attr.js","main":"build/attr.js","module":"lib/index.js","repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","devDependencies":{"babel-cli":"~6.26.0","babel-core":"~6.26.0","babel-eslint":"~8.0.3","babel-loader":"~7.1.4","babel-plugin-transform-remove-strict-mode":"~0.0.2","babel-preset-env":"~1.6.1","body-parser":"~1.18.2","chai":"~4.1.2","commander":"~2.12.2","connect":"~3.6.6","d3-queue":"~3.0.7","debug":"~3.1.0","electron":"~2.0.2","eslint":"~3.19.0","eslint-config-airbnb":"~15.0.1","eslint-config-egg":"~4.2.0","eslint-plugin-html":"~3.1.1","eslint-plugin-jsx-a11y":"~5.1.1","eslint-plugin-react":"~7.1.0","event-simulate":"~1.0.0","get-port":"~3.2.0","jszip":"~3.1.5","nightmare":"~2.10.0","nunjucks":"~3.0.1","open":"~0.0.5","parseurl":"~1.3.2","pre-commit":"~1.2.2","serve-static":"~1.13.2","shelljs":"~0.7.8","string-replace-loader":"~1.3.0","torchjs":"~2.0.4","uglify-js":"~3.1.10","webpack":"~3.10.0","@antv/scale":"~0.0.1"},"scripts":{"build":"webpack","build-lib":"babel src --out-dir lib","bundler":"electron ./bundler/app.js","ci":"npm run lint && npm run test","compress":"uglifyjs -c -m -o dist/attr.min.js -- build/attr.js","coverage":"npm run coverage-generator && npm run coverage-viewer","coverage-generator":"torch --compile --coverage --renderer --source-pattern src/*.js,src/**/*.js --recursive test/unit","coverage-viewer":"torch-coverage","demos":"electron ./demos/app.js","demos-web":"node ./demos/app.js --web --port 2046","dev":"npm run watch & npm run demos-web","dist":"npm run mkdir-dist && npm run build && npm run compress","lint":"eslint --ext .html,.js ./","lint-fix":"eslint --ext .html,.js --fix ./","mkdir-dist":"node ./bin/mkdir-dist.js","prepublishOnly":"npm run build-lib && npm run dist","screenshot":"node ./bin/screenshot.js","start":"npm run dev","test":"torch --renderer --recursive ./test/unit","test-all":"npm run test && npm run test-bugs","test-bugs":"torch --compile --renderer --recursive ./test/bugs","test-bugs-live":"torch --compile --interactive --watch --recursive ./test/bugs","test-live":"torch --interactive --watch --recursive ./test/unit","watch":"webpack --config webpack-dev.config.js","win-dev":"node ./bin/win-dev.js"},"pre-commit":{"run":["lint","build","test"],"silent":false},"dependencies":{"@antv/util":"~1.0.11"},"gitHead":"a508c367dcb66d31141682f53be9042588f4c953","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.0.6","_npmVersion":"6.2.0","_nodeVersion":"10.0.0","_npmUser":{"name":"leungwensen","email":"leungwensen@gmail.com"},"dist":{"shasum":"5b3886512cd290c1bd179e9613f3197243dc0557","size":28840,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.0.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.0.6.tgz"},"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":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.0.6_1532318258382_0.1667348592811737"},"_hasShrinkwrap":false,"publish_time":1532318258472,"_cnpm_publish_time":1532318258472},"0.0.5":{"name":"@antv/attr","version":"0.0.5","description":"The Attribute module for G2, F2.","browser":"build/attr.js","main":"build/attr.js","module":"lib/index.js","repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","devDependencies":{"babel-cli":"~6.26.0","babel-core":"~6.26.0","babel-eslint":"~8.0.3","babel-loader":"~7.1.4","babel-plugin-transform-remove-strict-mode":"~0.0.2","babel-preset-env":"~1.6.1","body-parser":"~1.18.2","chai":"~4.1.2","commander":"~2.12.2","connect":"~3.6.6","d3-queue":"~3.0.7","debug":"~3.1.0","electron":"~2.0.2","eslint":"~3.19.0","eslint-config-airbnb":"~15.0.1","eslint-config-egg":"~4.2.0","eslint-plugin-html":"~3.1.1","eslint-plugin-jsx-a11y":"~5.1.1","eslint-plugin-react":"~7.1.0","event-simulate":"~1.0.0","get-port":"~3.2.0","jszip":"~3.1.5","nightmare":"~2.10.0","nunjucks":"~3.0.1","open":"~0.0.5","parseurl":"~1.3.2","pre-commit":"~1.2.2","serve-static":"~1.13.2","shelljs":"~0.7.8","string-replace-loader":"~1.3.0","torchjs":"~2.0.4","uglify-js":"~3.1.10","webpack":"~3.10.0","@antv/scale":"~0.0.1"},"scripts":{"build":"webpack","build-lib":"babel src --out-dir lib","bundler":"electron ./bundler/app.js","ci":"npm run lint && npm run test","compress":"uglifyjs -c -m -o dist/attr.min.js -- build/attr.js","coverage":"npm run coverage-generator && npm run coverage-viewer","coverage-generator":"torch --compile --coverage --renderer --source-pattern src/*.js,src/**/*.js --recursive test/unit","coverage-viewer":"torch-coverage","demos":"electron ./demos/app.js","demos-web":"node ./demos/app.js --web --port 2046","dev":"npm run watch & npm run demos-web","dist":"npm run mkdir-dist && npm run build && npm run compress","lint":"eslint --ext .html,.js ./","lint-fix":"eslint --ext .html,.js --fix ./","mkdir-dist":"node ./bin/mkdir-dist.js","prepublishOnly":"npm run build-lib && npm run dist","screenshot":"node ./bin/screenshot.js","start":"npm run dev","test":"torch --renderer --recursive ./test/unit","test-all":"npm run test && npm run test-bugs","test-bugs":"torch --compile --renderer --recursive ./test/bugs","test-bugs-live":"torch --compile --interactive --watch --recursive ./test/bugs","test-live":"torch --interactive --watch --recursive ./test/unit","watch":"webpack --config webpack-dev.config.js","win-dev":"node ./bin/win-dev.js"},"pre-commit":{"run":["lint","build","test"],"silent":false},"dependencies":{"@antv/util":"~1.0.6"},"gitHead":"26e7a2eeb277e3f14bc1b541479f3a398f4a0d0d","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.0.5","_npmVersion":"6.2.0","_nodeVersion":"10.0.0","_npmUser":{"name":"leungwensen","email":"leungwensen@gmail.com"},"dist":{"shasum":"920d36ac96be02fcc7fdfce13918dbe6a2313fc6","size":28838,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.0.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.0.5.tgz"},"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":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.0.5_1532313744670_0.31807208509471363"},"_hasShrinkwrap":false,"publish_time":1532313744779,"_cnpm_publish_time":1532313744779},"0.0.4":{"name":"@antv/attr","version":"0.0.4","description":"The Attribute module for G2, F2.","browser":"build/attr.js","main":"build/attr.js","module":"lib/index.js","repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","devDependencies":{"babel-cli":"~6.26.0","babel-core":"~6.26.0","babel-eslint":"~8.0.3","babel-loader":"~7.1.4","babel-plugin-transform-remove-strict-mode":"~0.0.2","babel-preset-env":"~1.6.1","body-parser":"~1.18.2","chai":"~4.1.2","commander":"~2.12.2","connect":"~3.6.6","d3-queue":"~3.0.7","debug":"~3.1.0","electron":"~2.0.2","eslint":"~3.19.0","eslint-config-airbnb":"~15.0.1","eslint-config-egg":"~4.2.0","eslint-plugin-html":"~3.1.1","eslint-plugin-jsx-a11y":"~5.1.1","eslint-plugin-react":"~7.1.0","event-simulate":"~1.0.0","get-port":"~3.2.0","jszip":"~3.1.5","nightmare":"~2.10.0","nunjucks":"~3.0.1","open":"~0.0.5","parseurl":"~1.3.2","pre-commit":"~1.2.2","serve-static":"~1.13.2","shelljs":"~0.7.8","string-replace-loader":"~1.3.0","torchjs":"~2.0.4","uglify-js":"~3.1.10","webpack":"~3.10.0","@antv/scale":"~0.0.1"},"scripts":{"build":"webpack","build-lib":"babel src --out-dir lib","bundler":"electron ./bundler/app.js","ci":"npm run lint && npm run test","compress":"uglifyjs -c -m -o dist/attr.min.js -- build/attr.js","coverage":"npm run coverage-generator && npm run coverage-viewer","coverage-generator":"torch --compile --coverage --renderer --source-pattern src/*.js,src/**/*.js --recursive test/unit","coverage-viewer":"torch-coverage","demos":"electron ./demos/app.js","demos-web":"node ./demos/app.js --web --port 2046","dev":"npm run watch & npm run demos-web","dist":"npm run mkdir-dist && npm run build && npm run compress","lint":"eslint --ext .html,.js ./","lint-fix":"eslint --ext .html,.js --fix ./","mkdir-dist":"node ./bin/mkdir-dist.js","prepublishOnly":"npm run build-lib && npm run dist","screenshot":"node ./bin/screenshot.js","start":"npm run dev","test":"torch --renderer --recursive ./test/unit","test-all":"npm run test && npm run test-bugs","test-bugs":"torch --compile --renderer --recursive ./test/bugs","test-bugs-live":"torch --compile --interactive --watch --recursive ./test/bugs","test-live":"torch --interactive --watch --recursive ./test/unit","watch":"webpack --config webpack-dev.config.js","win-dev":"node ./bin/win-dev.js"},"pre-commit":{"run":["lint","build","test"],"silent":false},"dependencies":{"@antv/util":"~1.0.6"},"gitHead":"ccff9d38781931ba399f93454c19031378cdec0c","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.0.4","_npmVersion":"6.1.0","_nodeVersion":"8.2.1","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"5d2bb13ab8b1033e3f89e70bd52d757fc85776fa","size":28696,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.0.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.0.4.tgz"},"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":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.0.4_1531968585785_0.7160565998966806"},"_hasShrinkwrap":false,"publish_time":1531968585852,"_cnpm_publish_time":1531968585852},"0.0.3":{"name":"@antv/attr","version":"0.0.3","description":"The Attribute module for G2, F2.","browser":"build/attr.js","main":"build/attr.js","module":"lib/index.js","repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","devDependencies":{"babel-cli":"~6.26.0","babel-core":"~6.26.0","babel-eslint":"~8.0.3","babel-loader":"~7.1.4","babel-plugin-transform-remove-strict-mode":"~0.0.2","babel-preset-env":"~1.6.1","body-parser":"~1.18.2","chai":"~4.1.2","commander":"~2.12.2","connect":"~3.6.6","d3-queue":"~3.0.7","debug":"~3.1.0","electron":"~2.0.2","eslint":"~3.19.0","eslint-config-airbnb":"~15.0.1","eslint-config-egg":"~4.2.0","eslint-plugin-html":"~3.1.1","eslint-plugin-jsx-a11y":"~5.1.1","eslint-plugin-react":"~7.1.0","event-simulate":"~1.0.0","get-port":"~3.2.0","jszip":"~3.1.5","nightmare":"~2.10.0","nunjucks":"~3.0.1","open":"~0.0.5","parseurl":"~1.3.2","pre-commit":"~1.2.2","serve-static":"~1.13.2","shelljs":"~0.7.8","string-replace-loader":"~1.3.0","torchjs":"~2.0.4","uglify-js":"~3.1.10","webpack":"~3.10.0","@antv/scale":"~0.0.1"},"scripts":{"build":"webpack","build-lib":"babel src --out-dir lib","bundler":"electron ./bundler/app.js","ci":"npm run lint && npm run test","compress":"uglifyjs -c -m -o dist/attr.min.js -- build/attr.js","coverage":"npm run coverage-generator && npm run coverage-viewer","coverage-generator":"torch --compile --coverage --renderer --source-pattern src/*.js,src/**/*.js --recursive test/unit","coverage-viewer":"torch-coverage","demos":"electron ./demos/app.js","demos-web":"node ./demos/app.js --web --port 2046","dev":"npm run watch & npm run demos-web","dist":"npm run mkdir-dist && npm run build && npm run compress","lint":"eslint --ext .html,.js ./","lint-fix":"eslint --ext .html,.js --fix ./","mkdir-dist":"node ./bin/mkdir-dist.js","prepublishOnly":"npm run build-lib && npm run dist","screenshot":"node ./bin/screenshot.js","start":"npm run dev","test":"torch --renderer --recursive ./test/unit","test-all":"npm run test && npm run test-bugs","test-bugs":"torch --compile --renderer --recursive ./test/bugs","test-bugs-live":"torch --compile --interactive --watch --recursive ./test/bugs","test-live":"torch --interactive --watch --recursive ./test/unit","watch":"webpack --config webpack-dev.config.js","win-dev":"node ./bin/win-dev.js"},"pre-commit":{"run":["lint","build","test"],"silent":false},"dependencies":{"@antv/util":"~1.0.6"},"gitHead":"d66badf65aae71e385def8086aed5efc05ec50c9","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.0.3","_npmVersion":"6.1.0","_nodeVersion":"8.2.1","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"8842379320505c5bf0a0d3a2fd519e38565ea70d","size":236972,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.0.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.0.3.tgz"},"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":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.0.3_1529920967015_0.04146003841946455"},"_hasShrinkwrap":false,"publish_time":1529920967090,"_cnpm_publish_time":1529920967090},"0.0.2":{"name":"@antv/attr","version":"0.0.2","description":"The Attribute module for G2, F2.","browser":"build/attr.js","main":"build/attr.js","module":"lib/index.js","repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","devDependencies":{"babel-cli":"~6.26.0","babel-core":"~6.26.0","babel-eslint":"~8.0.3","babel-loader":"~7.1.4","babel-plugin-transform-remove-strict-mode":"~0.0.2","babel-preset-env":"~1.6.1","body-parser":"~1.18.2","chai":"~4.1.2","commander":"~2.12.2","connect":"~3.6.6","d3-queue":"~3.0.7","debug":"~3.1.0","electron":"~2.0.2","eslint":"~3.19.0","eslint-config-airbnb":"~15.0.1","eslint-config-egg":"~4.2.0","eslint-plugin-html":"~3.1.1","eslint-plugin-jsx-a11y":"~5.1.1","eslint-plugin-react":"~7.1.0","event-simulate":"~1.0.0","get-port":"~3.2.0","jszip":"~3.1.5","nightmare":"~2.10.0","nunjucks":"~3.0.1","open":"~0.0.5","parseurl":"~1.3.2","pre-commit":"~1.2.2","serve-static":"~1.13.2","shelljs":"~0.7.8","string-replace-loader":"~1.3.0","torchjs":"~2.0.4","uglify-js":"~3.1.10","webpack":"~3.10.0","@antv/scale":"~0.0.1"},"scripts":{"build":"webpack","build-lib":"babel src --out-dir lib","bundler":"electron ./bundler/app.js","ci":"npm run lint && npm run test","compress":"uglifyjs -c -m -o dist/attr.min.js -- build/attr.js","coverage":"npm run coverage-generator && npm run coverage-viewer","coverage-generator":"torch --compile --coverage --renderer --source-pattern src/*.js,src/**/*.js --recursive test/unit","coverage-viewer":"torch-coverage","demos":"electron ./demos/app.js","demos-web":"node ./demos/app.js --web --port 2046","dev":"npm run watch & npm run demos-web","dist":"npm run mkdir-dist && npm run build && npm run compress","lint":"eslint --ext .html,.js ./","lint-fix":"eslint --ext .html,.js --fix ./","mkdir-dist":"node ./bin/mkdir-dist.js","prepublishOnly":"npm run build-lib && npm run dist","screenshot":"node ./bin/screenshot.js","start":"npm run dev","test":"torch --renderer --recursive ./test/unit","test-all":"npm run test && npm run test-bugs","test-bugs":"torch --compile --renderer --recursive ./test/bugs","test-bugs-live":"torch --compile --interactive --watch --recursive ./test/bugs","test-live":"torch --interactive --watch --recursive ./test/unit","watch":"webpack --config webpack-dev.config.js","win-dev":"node ./bin/win-dev.js"},"pre-commit":{"run":["lint","build","test"],"silent":false},"dependencies":{"@antv/util":"~1.0.6"},"gitHead":"87338fb8870756e1198f6e4356087d6ae2eafc49","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.0.2","_npmVersion":"6.1.0","_nodeVersion":"8.2.1","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"7a326148658cedd6ba39f370e37bcbe650eff1a8","size":236972,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.0.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.0.2.tgz"},"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":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.0.2_1529920647810_0.22164901805949122"},"_hasShrinkwrap":false,"publish_time":1529920647966,"_cnpm_publish_time":1529920647966},"0.0.1":{"name":"@antv/attr","version":"0.0.1","description":"The Attribute module for G2, F2.","browser":"build/attr.js","main":"build/attr.js","module":"lib/index.js","repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","devDependencies":{"babel-cli":"~6.26.0","babel-core":"~6.26.0","babel-eslint":"~8.0.3","babel-loader":"~7.1.4","babel-plugin-transform-remove-strict-mode":"~0.0.2","babel-preset-env":"~1.6.1","body-parser":"~1.18.2","chai":"~4.1.2","commander":"~2.12.2","connect":"~3.6.6","d3-queue":"~3.0.7","debug":"~3.1.0","electron":"~2.0.2","eslint":"~3.19.0","eslint-config-airbnb":"~15.0.1","eslint-config-egg":"~4.2.0","eslint-plugin-html":"~3.1.1","eslint-plugin-jsx-a11y":"~5.1.1","eslint-plugin-react":"~7.1.0","event-simulate":"~1.0.0","get-port":"~3.2.0","jszip":"~3.1.5","nightmare":"~2.10.0","nunjucks":"~3.0.1","open":"~0.0.5","parseurl":"~1.3.2","pre-commit":"~1.2.2","serve-static":"~1.13.2","shelljs":"~0.7.8","string-replace-loader":"~1.3.0","torchjs":"~2.0.4","uglify-js":"~3.1.10","webpack":"~3.10.0","@antv/scale":"~0.0.1"},"scripts":{"build":"webpack","build-lib":"babel src --out-dir lib","bundler":"electron ./bundler/app.js","ci":"npm run lint && npm run test","compress":"uglifyjs -c -m -o dist/attr.min.js -- build/attr.js","coverage":"npm run coverage-generator && npm run coverage-viewer","coverage-generator":"torch --compile --coverage --renderer --source-pattern src/*.js,src/**/*.js --recursive test/unit","coverage-viewer":"torch-coverage","demos":"electron ./demos/app.js","demos-web":"node ./demos/app.js --web --port 2046","dev":"npm run watch & npm run demos-web","dist":"npm run mkdir-dist && npm run build && npm run compress","lint":"eslint --ext .html,.js ./","lint-fix":"eslint --ext .html,.js --fix ./","mkdir-dist":"node ./bin/mkdir-dist.js","prepublishOnly":"npm run build-lib && npm run dist","screenshot":"node ./bin/screenshot.js","start":"npm run dev","test":"torch --renderer --recursive ./test/unit","test-all":"npm run test && npm run test-bugs","test-bugs":"torch --compile --renderer --recursive ./test/bugs","test-bugs-live":"torch --compile --interactive --watch --recursive ./test/bugs","test-live":"torch --interactive --watch --recursive ./test/unit","watch":"webpack --config webpack-dev.config.js","win-dev":"node ./bin/win-dev.js"},"pre-commit":{"run":["lint","build","test"],"silent":false},"dependencies":{"@antv/util":"~1.0.6"},"gitHead":"4fabbd827c5635f37d90de211b9e9926b0200a9e","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.0.1","_npmVersion":"6.1.0","_nodeVersion":"8.2.1","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"579b3e6629389d9078ac0627beeab270569e5f39","size":236904,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.0.1.tgz"},"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":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.0.1_1529917457895_0.5983777104517429"},"_hasShrinkwrap":false,"publish_time":1529917458010,"_cnpm_publish_time":1529917458010},"0.0.1-beta.3":{"name":"@antv/attr","version":"0.0.1-beta.3","description":"The Attribute module for G2, F2.","browser":"build/attr.js","main":"build/attr.js","module":"lib/index.js","repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","g2","f2"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","devDependencies":{"babel-cli":"~6.26.0","babel-core":"~6.26.0","babel-eslint":"~8.0.3","babel-loader":"~7.1.4","babel-plugin-transform-remove-strict-mode":"~0.0.2","babel-preset-env":"~1.6.1","body-parser":"~1.18.2","chai":"~4.1.2","commander":"~2.12.2","connect":"~3.6.6","d3-queue":"~3.0.7","debug":"~3.1.0","electron":"~2.0.2","eslint":"~3.19.0","eslint-config-airbnb":"~15.0.1","eslint-config-egg":"~4.2.0","eslint-plugin-html":"~3.1.1","eslint-plugin-jsx-a11y":"~5.1.1","eslint-plugin-react":"~7.1.0","event-simulate":"~1.0.0","get-port":"~3.2.0","jszip":"~3.1.5","nightmare":"~2.10.0","nunjucks":"~3.0.1","open":"~0.0.5","parseurl":"~1.3.2","pre-commit":"~1.2.2","serve-static":"~1.13.2","shelljs":"~0.7.8","string-replace-loader":"~1.3.0","torchjs":"~2.0.4","uglify-js":"~3.1.10","webpack":"~3.10.0","@antv/scale":"0.0.1-beta.5"},"scripts":{"build":"webpack","build-lib":"babel src --out-dir lib","bundler":"electron ./bundler/app.js","ci":"npm run lint && npm run test","compress":"uglifyjs -c -m -o dist/attr.min.js -- build/attr.js","coverage":"npm run coverage-generator && npm run coverage-viewer","coverage-generator":"torch --compile --coverage --renderer --source-pattern index.js,src/**/*.js --recursive test/unit","coverage-viewer":"torch-coverage","demos":"electron ./demos/app.js","demos-web":"node ./demos/app.js --web --port 2046","dev":"npm run watch & npm run demos-web","dist":"npm run mkdir-dist && npm run build && npm run compress","lint":"eslint --ext .html,.js ./","lint-fix":"eslint --ext .html,.js --fix ./","mkdir-dist":"node ./bin/mkdir-dist.js","prepublishOnly":"npm run build-lib && npm run dist","screenshot":"node ./bin/screenshot.js","start":"npm run dev","test":"torch --renderer --recursive ./test/unit","test-all":"npm run test && npm run test-bugs","test-bugs":"torch --compile --renderer --recursive ./test/bugs","test-bugs-live":"torch --compile --interactive --watch --recursive ./test/bugs","test-live":"torch --interactive --watch --recursive ./test/unit","watch":"webpack --config webpack-dev.config.js","win-dev":"node ./bin/win-dev.js"},"pre-commit":{"run":["lint","build","test"],"silent":false},"dependencies":{"@antv/util":"~1.0.6"},"readmeFilename":"README.md","gitHead":"9bb17199cddb7835f1d09e18552c7d5772bf757f","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.0.1-beta.3","_npmVersion":"6.1.0","_nodeVersion":"8.2.1","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"af8b0cabb10571f540fb78b4d040fc2793306c24","size":236906,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.0.1-beta.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.0.1-beta.3.tgz"},"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":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.0.1-beta.3_1529915635367_0.4112155470437835"},"_hasShrinkwrap":false,"publish_time":1529915635519,"_cnpm_publish_time":1529915635519},"0.0.1-beta.2":{"name":"@antv/attr","version":"0.0.1-beta.2","description":"[![](https://img.shields.io/travis/antvis/attr.svg)](https://travis-ci.org/antvis/attr) ![](https://img.shields.io/badge/language-javascript-red.svg) ![](https://img.shields.io/badge/license-MIT-000000.svg)","browser":"build/attr.js","main":"build/attr.js","module":"lib/index.js","repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","attr"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","devDependencies":{"babel-cli":"~6.26.0","babel-core":"~6.26.0","babel-eslint":"~8.0.3","babel-loader":"~7.1.4","babel-plugin-transform-remove-strict-mode":"~0.0.2","babel-preset-env":"~1.6.1","body-parser":"~1.18.2","chai":"~4.1.2","commander":"~2.12.2","connect":"~3.6.6","d3-queue":"~3.0.7","debug":"~3.1.0","electron":"~2.0.2","eslint":"~3.19.0","eslint-config-airbnb":"~15.0.1","eslint-config-egg":"~4.2.0","eslint-plugin-html":"~3.1.1","eslint-plugin-jsx-a11y":"~5.1.1","eslint-plugin-react":"~7.1.0","event-simulate":"~1.0.0","get-port":"~3.2.0","jszip":"~3.1.5","nightmare":"~2.10.0","nunjucks":"~3.0.1","open":"~0.0.5","parseurl":"~1.3.2","pre-commit":"~1.2.2","serve-static":"~1.13.2","shelljs":"~0.7.8","string-replace-loader":"~1.3.0","torchjs":"~2.0.3","uglify-js":"~3.1.10","webpack":"~3.10.0"},"scripts":{"build":"webpack","build-lib":"babel src --out-dir lib","bundler":"electron ./bundler/app.js","ci":"npm run lint && npm run test","compress":"uglifyjs -c -m -o dist/attr.min.js -- build/attr.js","coverage":"npm run coverage-generator && npm run coverage-viewer","coverage-generator":"torch --compile --coverage --renderer --recursive test/unit","coverage-viewer":"torch-coverage","demos":"electron ./demos/app.js","demos-web":"node ./demos/app.js --web --port 2046","dev":"npm run watch & npm run demos-web","dist":"npm run mkdir-dist && npm run build && npm run compress","lint":"eslint --ext .html,.js ./","lint-fix":"eslint --ext .html,.js --fix ./","mkdir-dist":"node ./bin/mkdir-dist.js","prepublishOnly":"npm run build-lib && npm run dist","screenshot":"node ./bin/screenshot.js","start":"npm run dev","test":"torch --renderer --recursive ./test/unit","test-all":"npm run test && npm run test-bugs","test-bugs":"torch --compile --renderer --recursive ./test/bugs","test-bugs-live":"torch --compile --interactive --watch --recursive ./test/bugs","test-live":"torch --interactive --watch --recursive ./test/unit","watch":"webpack --config webpack-dev.config.js","win-dev":"node ./bin/win-dev.js"},"pre-commit":{"run":["lint","build","test"],"silent":false},"dependencies":{"@antv/util":"1.0.6-beta.2"},"readmeFilename":"README.md","gitHead":"2c3c45b3d7746b8d49ed59e60080af4adc557a2d","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.0.1-beta.2","_npmVersion":"6.1.0","_nodeVersion":"8.2.1","_npmUser":{"name":"simaq","email":"sima.zhang1990@gmail.com"},"dist":{"shasum":"1d3f9304714c9a7defd3037891e02b0e103810c4","size":234718,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.0.1-beta.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.0.1-beta.2.tgz"},"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":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.0.1-beta.2_1529633523354_0.5058818310915045"},"_hasShrinkwrap":false,"publish_time":1529633532316,"_cnpm_publish_time":1529633532316},"0.0.1-beta.1":{"name":"@antv/attr","version":"0.0.1-beta.1","description":"[![](https://img.shields.io/travis/antvis/attr.svg)](https://travis-ci.org/antvis/attr) ![](https://img.shields.io/badge/language-javascript-red.svg) ![](https://img.shields.io/badge/license-MIT-000000.svg)","browser":"build/attr.js","main":"build/attr.js","module":"lib/index.js","repository":{"type":"git","url":"git+ssh://git@github.com/antvis/attr.git"},"bugs":{"url":"https://github.com/antvis/attr/issues"},"keywords":["antv","attr","attr"],"author":{"name":"https://github.com/orgs/antvis/people"},"license":"MIT","devDependencies":{"babel-cli":"~6.26.0","babel-core":"~6.26.0","babel-eslint":"~8.0.3","babel-loader":"~7.1.4","babel-plugin-transform-remove-strict-mode":"~0.0.2","babel-preset-env":"~1.6.1","body-parser":"~1.18.2","chai":"~4.1.2","commander":"~2.12.2","connect":"~3.6.6","d3-queue":"~3.0.7","debug":"~3.1.0","electron":"~2.0.2","eslint":"~3.19.0","eslint-config-airbnb":"~15.0.1","eslint-config-egg":"~4.2.0","eslint-plugin-html":"~3.1.1","eslint-plugin-jsx-a11y":"~5.1.1","eslint-plugin-react":"~7.1.0","event-simulate":"~1.0.0","get-port":"~3.2.0","jszip":"~3.1.5","nightmare":"~2.10.0","nunjucks":"~3.0.1","open":"~0.0.5","parseurl":"~1.3.2","pre-commit":"~1.2.2","serve-static":"~1.13.2","shelljs":"~0.7.8","string-replace-loader":"~1.3.0","torchjs":"~2.0.3","uglify-js":"~3.1.10","webpack":"~3.10.0"},"scripts":{"build":"webpack","build-lib":"babel src --out-dir lib","bundler":"electron ./bundler/app.js","ci":"npm run lint && npm run test","compress":"uglifyjs -c -m -o dist/attr.min.js -- build/attr.js","coverage":"npm run coverage-generator && npm run coverage-viewer","coverage-generator":"torch --compile --coverage --renderer --recursive test/unit","coverage-viewer":"torch-coverage","demos":"electron ./demos/app.js","demos-web":"node ./demos/app.js --web --port 2046","dev":"npm run watch & npm run demos-web","dist":"npm run mkdir-dist && npm run build && npm run compress","lint":"eslint --ext .html,.js ./","lint-fix":"eslint --ext .html,.js --fix ./","mkdir-dist":"node ./bin/mkdir-dist.js","prepublishOnly":"npm run build-lib && npm run dist","screenshot":"node ./bin/screenshot.js","start":"npm run dev","test":"torch --renderer --recursive ./test/unit","test-all":"npm run test && npm run test-bugs","test-bugs":"torch --compile --renderer --recursive ./test/bugs","test-bugs-live":"torch --compile --interactive --watch --recursive ./test/bugs","test-live":"torch --interactive --watch --recursive ./test/unit","watch":"webpack --config webpack-dev.config.js","win-dev":"node ./bin/win-dev.js"},"pre-commit":{"run":["lint","build","test"],"silent":false},"dependencies":{"@antv/util":"1.0.6-beta.2"},"gitHead":"08db9ccdcba45ebec448a240702ffaaba8c56ac0","homepage":"https://github.com/antvis/attr#readme","_id":"@antv/attr@0.0.1-beta.1","_npmVersion":"6.1.0","_nodeVersion":"10.0.0","_npmUser":{"name":"leungwensen","email":"leungwensen@gmail.com"},"dist":{"shasum":"f69dab5e512a61ee792cc161b99e43bb053cbc43","size":234682,"noattachment":false,"key":"/@antv/attr/-/@antv/attr-0.0.1-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@antv/attr/download/@antv/attr-0.0.1-beta.1.tgz"},"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":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/attr_0.0.1-beta.1_1529572685285_0.3595103834296296"},"_hasShrinkwrap":false,"publish_time":1529572685434,"_cnpm_publish_time":1529572685434}},"readme":"# @antv/attr\n\n> Mapping data to visual AES.\n\n\n![](https://img.shields.io/badge/language-javascript-red.svg)\n![](https://img.shields.io/badge/license-MIT-000000.svg)\n[![npm package](https://img.shields.io/npm/v/@antv/attr.svg)](https://www.npmjs.com/package/@antv/attr)\n[![NPM downloads](http://img.shields.io/npm/dm/@antv/attr.svg)](https://npmjs.org/package/@antv/attr)\n[![Percentage of issues still open](http://isitmaintained.com/badge/open/antvis/attr.svg)](http://isitmaintained.com/project/antvis/attr \"Percentage of issues still open\")\n\n\n## Installing\n\n```bash\nnpm install @antv/attr\n```\n\n\n## Usage\n\n\n```js\nimport { getAttribute } from '@antv/adjust';\n\n// contains Color, Opacity, Position, Shape, Size\nconst Color = getAttribute('color');\n\nconst color = new Color({/* ... */});\n\n// mapping data to color\nconst r = color.mapping('杭州');\n```\n\n\n## License\n\nMIT\n","_attachments":{},"homepage":"https://github.com/antvis/attr#readme","bugs":{"url":"https://github.com/antvis/attr/issues"},"license":"MIT"}