新乡民调(来自息县民调) - 主标

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "rrweb",
  3. "_id": "rrweb@0.7.27",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UvC1llhmrGmWw6wk2VbcQOtpw/snfCwlAt+Kq2+Jm2KU5sVAJTiGoz5uTKvwcub6wXfXTwjfZtsnB5uNVCG5qg==",
  6. "_location": "/rrweb",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "rrweb",
  12. "name": "rrweb",
  13. "escapedName": "rrweb",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/rrweb/-/rrweb-0.7.27.tgz",
  23. "_shasum": "ae9d666594aaafd899085b8aefa9c616b83e378e",
  24. "_spec": "rrweb",
  25. "_where": "e:\\2017\\md新乡民调系统\\XiXianDC_ZhuBiao_UI\\CallCenterWeb.UI",
  26. "author": {
  27. "name": "yanzhen@smartx.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/rrweb-io/rrweb/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "@types/smoothscroll-polyfill": "^0.3.0",
  35. "mitt": "^1.1.3",
  36. "rrweb-snapshot": "^0.7.21",
  37. "smoothscroll-polyfill": "^0.4.3"
  38. },
  39. "deprecated": false,
  40. "description": "record and replay the web",
  41. "devDependencies": {
  42. "@types/chai": "^4.1.6",
  43. "@types/inquirer": "0.0.43",
  44. "@types/mocha": "^5.2.5",
  45. "@types/node": "^10.11.7",
  46. "@types/puppeteer": "^1.11.1",
  47. "chai": "^4.2.0",
  48. "cross-env": "^5.2.0",
  49. "inquirer": "^6.2.1",
  50. "jest-snapshot": "^23.6.0",
  51. "mocha": "^5.2.0",
  52. "puppeteer": "^1.11.0",
  53. "rollup": "^0.66.6",
  54. "rollup-plugin-commonjs": "^9.2.0",
  55. "rollup-plugin-node-resolve": "^3.4.0",
  56. "rollup-plugin-postcss": "^1.6.2",
  57. "rollup-plugin-terser": "^3.0.0",
  58. "rollup-plugin-typescript": "^1.0.0",
  59. "ts-node": "^7.0.1",
  60. "tslib": "^1.9.3",
  61. "tslint": "^4.5.1",
  62. "typescript": "^3.4.1"
  63. },
  64. "files": [
  65. "dist",
  66. "lib",
  67. "es",
  68. "typings"
  69. ],
  70. "homepage": "https://github.com/rrweb-io/rrweb#readme",
  71. "keywords": [
  72. "rrweb"
  73. ],
  74. "license": "MIT",
  75. "main": "lib/rrweb.js",
  76. "module": "es/rrweb.js",
  77. "name": "rrweb",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+ssh://git@github.com/rrweb-io/rrweb.git"
  81. },
  82. "scripts": {
  83. "bundle": "rollup --config",
  84. "bundle:browser": "cross-env BROWSER_ONLY=true rollup --config",
  85. "repl": "npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true ts-node scripts/repl.ts",
  86. "test": "npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.test.ts",
  87. "typings": "tsc -d --declarationDir typings"
  88. },
  89. "typings": "typings/index.d.ts",
  90. "unpkg": "dist/rrweb.js",
  91. "version": "0.7.27"
  92. }