12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "@antv/util@~2.0.6",
- "_id": "@antv/util@2.0.9",
- "_inBundle": false,
- "_integrity": "sha1-vT4pajkuEfvieB/eOdjnC6HFPtA=",
- "_location": "/@antv/util",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@antv/util@~2.0.6",
- "name": "@antv/util",
- "escapedName": "@antv%2futil",
- "scope": "@antv",
- "rawSpec": "~2.0.6",
- "saveSpec": null,
- "fetchSpec": "~2.0.6"
- },
- "_requiredBy": [
- "/@antv/f2"
- ],
- "_resolved": "https://registry.npm.taobao.org/@antv/util/download/@antv/util-2.0.9.tgz?cache=0&sync_timestamp=1588818569113&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40antv%2Futil%2Fdownload%2F%40antv%2Futil-2.0.9.tgz",
- "_shasum": "bd3e296a392e11fbe2781fde39d8e70ba1c53ed0",
- "_spec": "@antv/util@~2.0.6",
- "_where": "D:\\钉钉\\node_modules\\@antv\\f2",
- "author": {
- "name": "https://github.com/orgs/antvis/people"
- },
- "bugs": {
- "url": "https://github.com/antvis/util/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "tslib": "^1.10.0"
- },
- "deprecated": false,
- "description": "A common util collection for antv projects",
- "devDependencies": {
- "@antv/torch": "^1.0.0",
- "less": "^3.9.0",
- "npm-run-all": "^4.1.5"
- },
- "files": [
- "package.json",
- "esm",
- "lib",
- "README.md"
- ],
- "gitHead": "0676477091c94c452a5efa60efdd234d88214517",
- "homepage": "https://github.com/antvis/util#readme",
- "keywords": [
- "util",
- "antv",
- "g"
- ],
- "license": "ISC",
- "main": "lib/index.js",
- "module": "esm/index.js",
- "name": "@antv/util",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/antvis/util.git"
- },
- "scripts": {
- "build": "npm run clean && run-p build:*",
- "build:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib",
- "build:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm",
- "clean": "rm -rf lib && rm -rf esm",
- "coverage": "npm run coverage-generator && npm run coverage-viewer",
- "coverage-generator": "torch --coverage --compile --source-pattern src/*.js,src/**/*.js --opts __tests__/mocha.opts",
- "coverage-viewer": "torch-coverage",
- "test": "torch --renderer --compile --opts __tests__/mocha.opts",
- "test-live": "torch --compile --interactive --opts __tests__/mocha.opts",
- "tsc": "tsc --noEmit",
- "typecheck": "tsc --noEmit"
- },
- "types": "lib/index.d.ts",
- "version": "2.0.9"
- }
|