{ "_args": [ [ "@antv/path-util@3.0.1", "D:\\jenkins\\workspace\\reform-fvue" ] ], "_from": "@antv/path-util@3.0.1", "_id": "@antv/path-util@3.0.1", "_inBundle": false, "_integrity": "sha512-tpvAzMpF9Qm6ik2YSMqICNU5tco5POOW7S4XoxZAI/B0L26adU+Md/SmO0BBo2SpuywKvzPH3hPT3xmoyhr04Q==", "_location": "/@antv/path-util", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@antv/path-util@3.0.1", "name": "@antv/path-util", "escapedName": "@antv%2fpath-util", "scope": "@antv", "rawSpec": "3.0.1", "saveSpec": null, "fetchSpec": "3.0.1" }, "_requiredBy": [ "/@antv/g2plot" ], "_resolved": "https://registry.npmmirror.com/@antv/path-util/-/path-util-3.0.1.tgz", "_spec": "3.0.1", "_where": "D:\\jenkins\\workspace\\reform-fvue", "author": { "name": "https://github.com/orgs/antvis/people" }, "bugs": { "url": "https://github.com/antvis/util/issues" }, "dependencies": { "gl-matrix": "^3.1.0", "lodash-es": "^4.17.21", "tslib": "^2.0.3" }, "description": "A common util collection for antv projects", "devDependencies": { "@antv/torch": "^1.0.0", "@types/gl-matrix": "^2.4.5", "@types/lodash-es": "^4.17.6", "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": "MIT", "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": "3.0.1" }