You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.4 KiB
82 lines
2.4 KiB
{
|
|
"_from": "[email protected]",
|
|
"_id": "[email protected]",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-oeWlmUZPQdS9f5hK4pV21tHPqA3wgQ7CkKkw7l0CCBgWlJ/FP+lRgLFtUBW6yam4JX8y9CdHJo1o587VVrbcoQ==",
|
|
"_location": "/zrender",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "[email protected]",
|
|
"name": "zrender",
|
|
"escapedName": "zrender",
|
|
"rawSpec": "5.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/echarts"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/zrender/-/zrender-5.1.1.tgz",
|
|
"_shasum": "0515f4f8cc0f4742f02a6b8819550a6d13d64c5c",
|
|
"_spec": "[email protected]",
|
|
"_where": "C:\\Users\\Administrator\\Desktop\\board - 副本\\node_modules\\echarts",
|
|
"bugs": {
|
|
"url": "https://github.com/ecomfe/zrender/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"tslib": "2.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A lightweight canvas library.",
|
|
"devDependencies": {
|
|
"@microsoft/api-extractor": "^7.7.2",
|
|
"@types/jest": "^25.1.2",
|
|
"@typescript-eslint/eslint-plugin": "^2.24.0",
|
|
"@typescript-eslint/parser": "^2.24.0",
|
|
"chalk": "^3.0.0",
|
|
"commander": "2.11.0",
|
|
"eslint": "6.3.0",
|
|
"fs-extra": "4.0.2",
|
|
"jest": "^25.1.0",
|
|
"jsdom": "^16.0.0",
|
|
"rollup": "^1.28.0",
|
|
"rollup-plugin-typescript2": "^0.25.3",
|
|
"rollup-plugin-uglify": "^6.0.4",
|
|
"ts-jest": "^25.2.0",
|
|
"typescript": "^4.1.2",
|
|
"uglify-js": "^3.10.0"
|
|
},
|
|
"homepage": "https://github.com/ecomfe/zrender#readme",
|
|
"keywords": [
|
|
"canvas",
|
|
"2d"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "dist/zrender.js",
|
|
"module": "index.js",
|
|
"name": "zrender",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ecomfe/zrender.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build:bundle && npm run build:lib",
|
|
"build:bundle": "node build/build.js",
|
|
"build:lib": "npx tsc -m ES2015 --outDir lib",
|
|
"prepare:nightly": "node build/prepareNightly.js",
|
|
"prepublish": "npm run release",
|
|
"release": "node build/build.js --minify && npm run build:lib",
|
|
"test": "npx jest --config test/ut/jest.config.js",
|
|
"watch:bundle": "node build/build.js --watch",
|
|
"watch:lib": "npx tsc -w -m ES2015 --outDir lib"
|
|
},
|
|
"sideEffects": [
|
|
"lib/canvas/canvas.js",
|
|
"lib/svg/svg.js"
|
|
],
|
|
"types": "index.d.ts",
|
|
"version": "5.1.1"
|
|
}
|
|
|