forked from Gitlink/forgeplus-react
105 lines
3.0 KiB
JSON
105 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@antv/util@1.3.1",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "@antv/util@1.3.1",
|
|
"_id": "@antv/util@1.3.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-cbUta0hIJrKEaW3eKoGarz3Ita+9qUPF2YzTj8A6wds/nNiy20G26ztIWHU+5ThLc13B1n5Ik52LbaCaeg9enA==",
|
|
"_location": "/@antv/util",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@antv/util@1.3.1",
|
|
"name": "@antv/util",
|
|
"escapedName": "@antv%2futil",
|
|
"scope": "@antv",
|
|
"rawSpec": "1.3.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.3.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@antv/adjust",
|
|
"/@antv/attr",
|
|
"/@antv/component",
|
|
"/@antv/coord",
|
|
"/@antv/g",
|
|
"/@antv/g2",
|
|
"/@antv/scale"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@antv/util/-/util-1.3.1.tgz",
|
|
"_spec": "1.3.1",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "https://github.com/orgs/antvis/people"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/antvis/util/issues"
|
|
},
|
|
"dependencies": {
|
|
"@antv/gl-matrix": "^2.7.1"
|
|
},
|
|
"description": "A common util collection for antv projects",
|
|
"devDependencies": {
|
|
"babel-cli": "~6.26.0",
|
|
"babel-eslint": "~7.2.3",
|
|
"babel-loader": "~7.1.1",
|
|
"babel-plugin-transform-remove-strict-mode": "~0.0.2",
|
|
"babel-preset-env": "~1.6.1",
|
|
"chai": "~4.0.1",
|
|
"electron": "~2.0.2",
|
|
"eslint": "~3.19.0",
|
|
"eslint-config-airbnb": "~15.0.1",
|
|
"eslint-config-egg": "~4.2.0",
|
|
"istanbul": "~0.4.5",
|
|
"pre-commit": "~1.2.2",
|
|
"shelljs": "~0.7.8",
|
|
"spm-sinon": "~1.6.0",
|
|
"string-replace-loader": "~1.3.0",
|
|
"torchjs": "~2.0.4",
|
|
"uglify-js": "~3.0.15",
|
|
"webpack": "~3.4.1"
|
|
},
|
|
"homepage": "https://github.com/antvis/util#readme",
|
|
"keywords": [
|
|
"util",
|
|
"antv",
|
|
"g"
|
|
],
|
|
"license": "ISC",
|
|
"main": "build/util.js",
|
|
"name": "@antv/util",
|
|
"pre-commit": {
|
|
"run": [
|
|
"lint",
|
|
"test"
|
|
],
|
|
"silent": false
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/antvis/util.git"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"build-lib": "babel src --out-dir lib",
|
|
"ci": "npm run lint && npm run test",
|
|
"compress": "uglifyjs --compress --mangle --output dist/util-$npm_package_version.min.js -- build/util.js",
|
|
"coverage": "npm run coverage-generator && npm run coverage-viewer",
|
|
"coverage-generator": "torch --coverage --compile --renderer --source-pattern src/*.js,src/**/*.js --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-live": "torch --compile --renderer --interactive --recursive ./test/"
|
|
},
|
|
"version": "1.3.1"
|
|
}
|