package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "_from": "@antv/adjust@~0.1.1",
  3. "_id": "@antv/adjust@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-4mOrDhoZQaZIhC/Ahs9lp+O3Xpg=",
  6. "_location": "/@antv/adjust",
  7. "_phantomChildren": {
  8. "@antv/gl-matrix": "2.7.1"
  9. },
  10. "_requested": {
  11. "type": "range",
  12. "registry": true,
  13. "raw": "@antv/adjust@~0.1.1",
  14. "name": "@antv/adjust",
  15. "escapedName": "@antv%2fadjust",
  16. "scope": "@antv",
  17. "rawSpec": "~0.1.1",
  18. "saveSpec": null,
  19. "fetchSpec": "~0.1.1"
  20. },
  21. "_requiredBy": [
  22. "/@antv/f2"
  23. ],
  24. "_resolved": "https://registry.npm.taobao.org/@antv/adjust/download/@antv/adjust-0.1.1.tgz?cache=0&sync_timestamp=1582683423454&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40antv%2Fadjust%2Fdownload%2F%40antv%2Fadjust-0.1.1.tgz",
  25. "_shasum": "e263ab0e1a1941a648842fc086cf65a7e3b75e98",
  26. "_spec": "@antv/adjust@~0.1.1",
  27. "_where": "D:\\钉钉\\node_modules\\@antv\\f2",
  28. "author": {
  29. "name": "https://github.com/orgs/antvis/people"
  30. },
  31. "browser": "build/adjust.js",
  32. "bugs": {
  33. "url": "https://github.com/antvis/adjust/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "@antv/util": "~1.3.1"
  38. },
  39. "deprecated": false,
  40. "description": "Data Adjust module for G2, F2.",
  41. "devDependencies": {
  42. "@babel/cli": "^7.0.0",
  43. "@babel/core": "^7.0.0",
  44. "@babel/preset-env": "^7.0.0",
  45. "babel-eslint": "~8.0.3",
  46. "babel-loader": "^8.0.0",
  47. "babel-plugin-transform-remove-strict-mode": "~0.0.2",
  48. "body-parser": "~1.18.2",
  49. "chai": "~4.1.2",
  50. "commander": "~2.12.2",
  51. "connect": "~3.6.6",
  52. "d3-queue": "~3.0.7",
  53. "debug": "~3.1.0",
  54. "electron": "~2.0.2",
  55. "eslint": "~3.19.0",
  56. "eslint-config-airbnb": "~15.0.1",
  57. "eslint-config-egg": "~4.2.0",
  58. "eslint-plugin-html": "~3.1.1",
  59. "eslint-plugin-jsx-a11y": "~5.1.1",
  60. "eslint-plugin-react": "~7.1.0",
  61. "event-simulate": "~1.0.0",
  62. "get-port": "~3.2.0",
  63. "jszip": "~3.1.5",
  64. "nightmare": "~2.10.0",
  65. "nunjucks": "~3.0.1",
  66. "open": "~0.0.5",
  67. "parseurl": "~1.3.2",
  68. "pre-commit": "~1.2.2",
  69. "serve-static": "~1.13.2",
  70. "shelljs": "~0.7.8",
  71. "string-replace-loader": "~1.3.0",
  72. "torchjs": "~2.1.0",
  73. "uglify-js": "~3.1.10",
  74. "webpack": "~3.10.0"
  75. },
  76. "homepage": "https://github.com/antvis/adjust#readme",
  77. "keywords": [
  78. "antv",
  79. "adjust",
  80. "adjust",
  81. "g2",
  82. "f2"
  83. ],
  84. "license": "MIT",
  85. "main": "build/adjust.js",
  86. "module": "lib/index.js",
  87. "name": "@antv/adjust",
  88. "pre-commit": {
  89. "run": [
  90. "lint",
  91. "build",
  92. "test"
  93. ],
  94. "silent": false
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git+ssh://git@github.com/antvis/adjust.git"
  99. },
  100. "scripts": {
  101. "build": "webpack",
  102. "build-lib": "babel src --out-dir lib",
  103. "bundler": "electron ./bundler/app.js",
  104. "ci": "npm run lint && npm run test",
  105. "compress": "uglifyjs -c -m -o dist/adjust.min.js -- build/adjust.js",
  106. "coverage": "npm run coverage-generator && npm run coverage-viewer",
  107. "coverage-generator": "torch --compile --coverage --renderer --source-pattern src/*.js,src/**/*.js --recursive test/unit",
  108. "coverage-viewer": "torch-coverage",
  109. "demos": "electron ./demos/app.js",
  110. "demos-web": "node ./demos/app.js --web --port 2046",
  111. "dev": "npm run watch & npm run demos-web",
  112. "dist": "npm run mkdir-dist && npm run build && npm run compress",
  113. "lint": "eslint --ext .html,.js ./",
  114. "lint-fix": "eslint --ext .html,.js --fix ./",
  115. "mkdir-dist": "node ./bin/mkdir-dist.js",
  116. "prepublishOnly": "npm run build-lib && npm run dist",
  117. "screenshot": "node ./bin/screenshot.js",
  118. "start": "npm run dev",
  119. "test": "torch --renderer --recursive ./test/unit",
  120. "test-all": "npm run test && npm run test-bugs",
  121. "test-bugs": "torch --compile --renderer --recursive ./test/bugs",
  122. "test-bugs-live": "torch --compile --interactive --watch --recursive ./test/bugs",
  123. "test-live": "torch --interactive --watch --recursive ./test/unit",
  124. "watch": "webpack --config webpack-dev.config.js",
  125. "win-dev": "node ./bin/win-dev.js"
  126. },
  127. "version": "0.1.1"
  128. }