{ "_args": [ [ "@antv/path-util@2.0.15", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "@antv/path-util@2.0.15", "_id": "@antv/path-util@2.0.15", "_inBundle": false, "_integrity": "sha1-pvaR38i3vOW+fwqrtb1hSWQyVjE=", "_location": "/@antv/path-util", "_phantomChildren": { "@antv/util": "2.0.17", "gl-matrix": "3.4.3", "tslib": "2.3.1" }, "_requested": { "type": "version", "registry": true, "raw": "@antv/path-util@2.0.15", "name": "@antv/path-util", "escapedName": "@antv%2fpath-util", "scope": "@antv", "rawSpec": "2.0.15", "saveSpec": null, "fetchSpec": "2.0.15" }, "_requiredBy": [ "/@antv/component", "/@antv/component/@antv/g-base", "/@antv/g-base", "/@antv/g-canvas", "/@antv/g2" ], "_resolved": "https://registry.npmmirror.com/@antv/path-util/download/@antv/path-util-2.0.15.tgz", "_spec": "2.0.15", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "https://github.com/orgs/antvis/people" }, "bugs": { "url": "https://github.com/antvis/util/issues" }, "dependencies": { "@antv/matrix-util": "^3.0.4", "@antv/util": "^2.0.9", "tslib": "^2.0.3" }, "description": "A common util collection for antv projects", "devDependencies": { "@antv/torch": "^1.0.0", "chai": "^4.2.0", "less": "^3.9.0", "npm-run-all": "^4.1.5" }, "files": [ "src", "package.json", "esm", "lib", "README.md" ], "homepage": "https://github.com/antvis/util#readme", "keywords": [ "util", "antv", "g" ], "license": "ISC", "main": "lib/index.js", "module": "esm/index.js", "name": "@antv/path-util", "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.15" }