hz-zhhq-web/node_modules/tui-chart/package.json

121 lines
3.9 KiB
JSON
Raw Normal View History

2025-02-25 13:47:38 +08:00
{
"_from": "tui-chart@^3.0.1",
"_id": "tui-chart@3.11.3",
"_inBundle": false,
"_integrity": "sha512-DsRzC1vcwZE5S3z2SGCWiQdiHL0VCon2zQthk3SmDRQwrrA/LB2aOrIZjFWsn3HjPt+rsu7hg+2Cmgp9e2C4KA==",
"_location": "/tui-chart",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "tui-chart@^3.0.1",
"name": "tui-chart",
"escapedName": "tui-chart",
"rawSpec": "^3.0.1",
"saveSpec": null,
"fetchSpec": "^3.0.1"
},
"_requiredBy": [
"/tui-editor"
],
"_resolved": "https://registry.npmmirror.com/tui-chart/-/tui-chart-3.11.3.tgz",
"_shasum": "496385b84c261392992da6d5dd6adc46d3b94a1b",
"_spec": "tui-chart@^3.0.1",
"_where": "E:\\hz-zhhq-web\\node_modules\\tui-editor",
"author": {
"name": "NHN. FE Development Lab",
"email": "dl_javascript@nhn.com"
},
"bugs": {
"url": "https://github.com/nhn/tui.chart/issues"
},
"bundleDependencies": false,
"dependencies": {
"core-js": "^3.6.4",
"raphael": "git+https://github.com/nhn/raphael.git#2.2.0-c",
"tui-code-snippet": "^2.3.1"
},
"deprecated": false,
"description": "TOAST UI Application: Chart",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.2.7",
"babel-plugin-transform-es2015-classes": "^6.7.7",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
"babel-plugin-transform-es3-property-literals": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"codemirror": "5.24.0",
"copy-webpack-plugin": "^4.3.1",
"cpy-cli": "^1.0.1",
"css-loader": "^0.25.0",
"es3ify-webpack-plugin": "0.0.1",
"es5-shim": "^4.5.10",
"eslint": "^4.19.1",
"eslint-config-prettier": "^6.9.0",
"eslint-config-tui": "^1.0.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-prettier": "^2.7.0",
"extract-text-webpack-plugin": "^1.0.1",
"istanbul-instrumenter-loader": "^1.2.0",
"jasmine-core": "^2.8.0",
"karma": "1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-es5-shim": "0.0.4",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.1",
"karma-junit-reporter": "^1.2.0",
"karma-mocha-reporter": "^2.2.5",
"karma-narrow-reporter": "^2.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webdriver-launcher": "git+https://github.com/nhnent/karma-webdriver-launcher.git#v1.1.0",
"karma-webpack": "^1.8.1",
"less": "^2.7.3",
"less-loader": "^2.2.3",
"prettier": "^1.19.1",
"safe-umd-webpack-plugin": "^0.0.1",
"style-loader": "^0.19.1",
"tslint": "^5.12.0",
"typescript": "^3.2.2",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.5",
"webpack-polyfills-plugin": "^0.2.0"
},
"files": [
"dist",
"index.d.ts"
],
"homepage": "https://github.com/nhn/tui.chart#readme",
"keywords": [
"nhn",
"tui",
"application",
"chart",
"tui-chart"
],
"license": "MIT",
"main": "dist/tui-chart",
"name": "tui-chart",
"repository": {
"type": "git",
"url": "git+https://github.com/nhn/tui.chart.git"
},
"scripts": {
"deploy": "npm run deploy:all && npm run deploy:polyfill && npm run deploy:nodepth && cp -R ./maps ./dist && node tsBannerGenerator.js",
"deploy:all": "webpack --production --alldepth && webpack --production --alldepth --minify",
"deploy:nodepth": "webpack --production --nodepth && webpack --production --nodepth --minify",
"deploy:polyfill": "webpack --production --polyfill && webpack --production --polyfill --minify",
"doc": "tuidoc",
"doc:dev": "tuidoc --dev",
"eslint": "eslint src/js test/",
"serve": "webpack-dev-server --inline --hot -d",
"serve:ie8": "webpack-dev-server -d",
"test": "karma start",
"test:ne": "KARMA_SERVER=ne karma start",
"test:types": "tsc --project test/types",
"tslint": "tslint index.d.ts"
},
"version": "3.11.3"
}