forgeplus-react/node_modules/@antv/g/package.json

112 lines
3.2 KiB
JSON

{
"_args": [
[
"@antv/g@3.4.10",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "@antv/g@3.4.10",
"_id": "@antv/g@3.4.10",
"_inBundle": false,
"_integrity": "sha512-pKy/L1SyRBsXuujdkggqrdBA0/ciAgHiArYBdIJsxHRxCneUP01wGwHdGfDayh2+S0gcSBHynjhoEahsaZaLkw==",
"_location": "/@antv/g",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@antv/g@3.4.10",
"name": "@antv/g",
"escapedName": "@antv%2fg",
"scope": "@antv",
"rawSpec": "3.4.10",
"saveSpec": null,
"fetchSpec": "3.4.10"
},
"_requiredBy": [
"/@antv/g2"
],
"_resolved": "https://registry.npmjs.org/@antv/g/-/g-3.4.10.tgz",
"_spec": "3.4.10",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "https://github.com/orgs/antvis/people"
},
"browser": "build/g.js",
"bugs": {
"url": "https://github.com/antvis/g/issues"
},
"dependencies": {
"@antv/gl-matrix": "~2.7.1",
"@antv/util": "~1.3.1",
"d3-ease": "~1.0.3",
"d3-interpolate": "~1.1.5",
"d3-timer": "~1.0.6",
"detect-browser": "^5.1.0"
},
"description": "A canvas library which providing 2d draw for G2.",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "~7.2.3",
"babel-loader": "^8.0.0",
"babel-plugin-transform-remove-strict-mode": "~0.0.2",
"chai": "~4.0.1",
"electron": "~2.0.2",
"eslint": "~3.19.0",
"eslint-config-airbnb": "~15.0.1",
"eslint-config-egg": "~4.2.0",
"event-simulate": "~1.0.0",
"istanbul": "~0.4.5",
"jquery": "~3.3.1",
"lebab": "^2.7.7",
"pre-commit": "~1.2.2",
"shelljs": "~0.7.8",
"spm-sinon": "~1.6.0",
"torchjs": "~2.0.4",
"uglify-js": "~3.0.15",
"webpack": "~3.4.1"
},
"homepage": "https://github.com/antvis/g",
"keywords": [
"canvas",
"G2",
"2d draw"
],
"license": "MIT",
"main": "lib/index.js",
"module": "src/index.js",
"name": "@antv/g",
"pre-commit": {
"run": [
"lint",
"test",
"test-bugs"
],
"silent": false
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/antvis/g.git"
},
"scripts": {
"build": "webpack",
"build-lib": "babel src --out-dir lib",
"ci": "npm run lint && npm run test",
"compress": "uglifyjs --compress --mangle --output dist/g.min.js -- build/g.js",
"coverage": "npm run coverage-generator && npm run coverage-viewer",
"coverage-generator": "torch --coverage --compile --renderer --recursive test/unit",
"coverage-viewer": "torch-coverage",
"dev": "webpack --config webpack-dev.config.js",
"dist": "rm -rf dist && mkdir dist && npm run build && npm run compress",
"lint": "eslint ./",
"lint-fix": "eslint --fix ./",
"prepublishOnly": "npm run build-lib && npm run dist",
"test": "torch --compile --renderer --recursive ./test/unit",
"test-bugs": "torch --compile --renderer --recursive ./test/bugs",
"test-bugs-live": "torch --compile --renderer --interactive --recursive ./test/bugs",
"test-live": "torch --compile --renderer --interactive --recursive ./test/unit/"
},
"version": "3.4.10"
}