Brak opisu

package.json 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "rrweb-snapshot@^0.7.21",
  3. "_id": "rrweb-snapshot@0.7.23",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RAmfSrqXgTVeilyiebz/QUL71NEBZHDpoZghO8RfhvBWstgmEKE51QJOSVYzawXMfHrrNoQOhRhdI8Jnu2+FKQ==",
  6. "_location": "/rrweb-snapshot",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "rrweb-snapshot@^0.7.21",
  12. "name": "rrweb-snapshot",
  13. "escapedName": "rrweb-snapshot",
  14. "rawSpec": "^0.7.21",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.7.21"
  17. },
  18. "_requiredBy": [
  19. "/rrweb"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/rrweb-snapshot/-/rrweb-snapshot-0.7.23.tgz",
  22. "_shasum": "0ab74c834786fce04e645bc141aa71505e6afd00",
  23. "_spec": "rrweb-snapshot@^0.7.21",
  24. "_where": "e:\\2017\\md新乡民调系统\\XiXianDC_ZhuBiao_UI\\CallCenterWeb.UI\\node_modules\\rrweb",
  25. "author": {
  26. "name": "yanzhen@smartx.com"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/rrweb-io/rrweb-snapshot/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
  34. "devDependencies": {
  35. "@types/chai": "^4.1.4",
  36. "@types/mocha": "^5.2.5",
  37. "@types/node": "^10.11.3",
  38. "@types/puppeteer": "^1.12.4",
  39. "chai": "^4.1.2",
  40. "cross-env": "^5.2.0",
  41. "jest-snapshot": "^23.6.0",
  42. "mocha": "^5.2.0",
  43. "puppeteer": "^1.15.0",
  44. "rollup": "^0.66.4",
  45. "rollup-plugin-terser": "^3.0.0",
  46. "rollup-plugin-typescript": "^1.0.0",
  47. "ts-node": "^7.0.1",
  48. "tslib": "^1.9.3",
  49. "tslint": "^4.5.1",
  50. "typescript": "^3.4.1"
  51. },
  52. "files": [
  53. "dist",
  54. "lib",
  55. "es",
  56. "typings"
  57. ],
  58. "homepage": "https://github.com/rrweb-io/rrweb-snapshot#readme",
  59. "keywords": [
  60. "rrweb",
  61. "snapshot",
  62. "DOM"
  63. ],
  64. "license": "MIT",
  65. "main": "lib/rrweb-snapshot.js",
  66. "module": "es/rrweb-snapshot.js",
  67. "name": "rrweb-snapshot",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/rrweb-io/rrweb-snapshot.git"
  71. },
  72. "scripts": {
  73. "bundle": "rollup --config",
  74. "test": "cross-env TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.ts",
  75. "typings": "tsc -d --declarationDir typings"
  76. },
  77. "typings": "typings/index.d.ts",
  78. "unpkg": "dist/rrweb-snapshot.js",
  79. "version": "0.7.23"
  80. }