package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_from": "@antv/util@~2.0.6",
  3. "_id": "@antv/util@2.0.9",
  4. "_inBundle": false,
  5. "_integrity": "sha1-vT4pajkuEfvieB/eOdjnC6HFPtA=",
  6. "_location": "/@antv/util",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@antv/util@~2.0.6",
  12. "name": "@antv/util",
  13. "escapedName": "@antv%2futil",
  14. "scope": "@antv",
  15. "rawSpec": "~2.0.6",
  16. "saveSpec": null,
  17. "fetchSpec": "~2.0.6"
  18. },
  19. "_requiredBy": [
  20. "/@antv/f2"
  21. ],
  22. "_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",
  23. "_shasum": "bd3e296a392e11fbe2781fde39d8e70ba1c53ed0",
  24. "_spec": "@antv/util@~2.0.6",
  25. "_where": "D:\\钉钉\\node_modules\\@antv\\f2",
  26. "author": {
  27. "name": "https://github.com/orgs/antvis/people"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/antvis/util/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "tslib": "^1.10.0"
  35. },
  36. "deprecated": false,
  37. "description": "A common util collection for antv projects",
  38. "devDependencies": {
  39. "@antv/torch": "^1.0.0",
  40. "less": "^3.9.0",
  41. "npm-run-all": "^4.1.5"
  42. },
  43. "files": [
  44. "package.json",
  45. "esm",
  46. "lib",
  47. "README.md"
  48. ],
  49. "gitHead": "0676477091c94c452a5efa60efdd234d88214517",
  50. "homepage": "https://github.com/antvis/util#readme",
  51. "keywords": [
  52. "util",
  53. "antv",
  54. "g"
  55. ],
  56. "license": "ISC",
  57. "main": "lib/index.js",
  58. "module": "esm/index.js",
  59. "name": "@antv/util",
  60. "publishConfig": {
  61. "access": "public"
  62. },
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/antvis/util.git"
  66. },
  67. "scripts": {
  68. "build": "npm run clean && run-p build:*",
  69. "build:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib",
  70. "build:esm": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir esm",
  71. "clean": "rm -rf lib && rm -rf esm",
  72. "coverage": "npm run coverage-generator && npm run coverage-viewer",
  73. "coverage-generator": "torch --coverage --compile --source-pattern src/*.js,src/**/*.js --opts __tests__/mocha.opts",
  74. "coverage-viewer": "torch-coverage",
  75. "test": "torch --renderer --compile --opts __tests__/mocha.opts",
  76. "test-live": "torch --compile --interactive --opts __tests__/mocha.opts",
  77. "tsc": "tsc --noEmit",
  78. "typecheck": "tsc --noEmit"
  79. },
  80. "types": "lib/index.d.ts",
  81. "version": "2.0.9"
  82. }