| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "rrweb-snapshot@^0.7.21",
- "_id": "rrweb-snapshot@0.7.23",
- "_inBundle": false,
- "_integrity": "sha512-RAmfSrqXgTVeilyiebz/QUL71NEBZHDpoZghO8RfhvBWstgmEKE51QJOSVYzawXMfHrrNoQOhRhdI8Jnu2+FKQ==",
- "_location": "/rrweb-snapshot",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "rrweb-snapshot@^0.7.21",
- "name": "rrweb-snapshot",
- "escapedName": "rrweb-snapshot",
- "rawSpec": "^0.7.21",
- "saveSpec": null,
- "fetchSpec": "^0.7.21"
- },
- "_requiredBy": [
- "/rrweb"
- ],
- "_resolved": "https://registry.npmjs.org/rrweb-snapshot/-/rrweb-snapshot-0.7.23.tgz",
- "_shasum": "0ab74c834786fce04e645bc141aa71505e6afd00",
- "_spec": "rrweb-snapshot@^0.7.21",
- "_where": "e:\\2017\\md新乡民调系统\\XiXianDC_ZhuBiao_UI\\CallCenterWeb.UI\\node_modules\\rrweb",
- "author": {
- "name": "yanzhen@smartx.com"
- },
- "bugs": {
- "url": "https://github.com/rrweb-io/rrweb-snapshot/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "rrweb's component to take a snapshot of DOM, aka DOM serializer",
- "devDependencies": {
- "@types/chai": "^4.1.4",
- "@types/mocha": "^5.2.5",
- "@types/node": "^10.11.3",
- "@types/puppeteer": "^1.12.4",
- "chai": "^4.1.2",
- "cross-env": "^5.2.0",
- "jest-snapshot": "^23.6.0",
- "mocha": "^5.2.0",
- "puppeteer": "^1.15.0",
- "rollup": "^0.66.4",
- "rollup-plugin-terser": "^3.0.0",
- "rollup-plugin-typescript": "^1.0.0",
- "ts-node": "^7.0.1",
- "tslib": "^1.9.3",
- "tslint": "^4.5.1",
- "typescript": "^3.4.1"
- },
- "files": [
- "dist",
- "lib",
- "es",
- "typings"
- ],
- "homepage": "https://github.com/rrweb-io/rrweb-snapshot#readme",
- "keywords": [
- "rrweb",
- "snapshot",
- "DOM"
- ],
- "license": "MIT",
- "main": "lib/rrweb-snapshot.js",
- "module": "es/rrweb-snapshot.js",
- "name": "rrweb-snapshot",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rrweb-io/rrweb-snapshot.git"
- },
- "scripts": {
- "bundle": "rollup --config",
- "test": "cross-env TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.ts",
- "typings": "tsc -d --declarationDir typings"
- },
- "typings": "typings/index.d.ts",
- "unpkg": "dist/rrweb-snapshot.js",
- "version": "0.7.23"
- }
|