| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_from": "rrweb",
- "_id": "rrweb@0.7.27",
- "_inBundle": false,
- "_integrity": "sha512-UvC1llhmrGmWw6wk2VbcQOtpw/snfCwlAt+Kq2+Jm2KU5sVAJTiGoz5uTKvwcub6wXfXTwjfZtsnB5uNVCG5qg==",
- "_location": "/rrweb",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "rrweb",
- "name": "rrweb",
- "escapedName": "rrweb",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/rrweb/-/rrweb-0.7.27.tgz",
- "_shasum": "ae9d666594aaafd899085b8aefa9c616b83e378e",
- "_spec": "rrweb",
- "_where": "e:\\2017\\md新乡民调系统\\XiXianDC_ZhuBiao_UI\\CallCenterWeb.UI",
- "author": {
- "name": "yanzhen@smartx.com"
- },
- "bugs": {
- "url": "https://github.com/rrweb-io/rrweb/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@types/smoothscroll-polyfill": "^0.3.0",
- "mitt": "^1.1.3",
- "rrweb-snapshot": "^0.7.21",
- "smoothscroll-polyfill": "^0.4.3"
- },
- "deprecated": false,
- "description": "record and replay the web",
- "devDependencies": {
- "@types/chai": "^4.1.6",
- "@types/inquirer": "0.0.43",
- "@types/mocha": "^5.2.5",
- "@types/node": "^10.11.7",
- "@types/puppeteer": "^1.11.1",
- "chai": "^4.2.0",
- "cross-env": "^5.2.0",
- "inquirer": "^6.2.1",
- "jest-snapshot": "^23.6.0",
- "mocha": "^5.2.0",
- "puppeteer": "^1.11.0",
- "rollup": "^0.66.6",
- "rollup-plugin-commonjs": "^9.2.0",
- "rollup-plugin-node-resolve": "^3.4.0",
- "rollup-plugin-postcss": "^1.6.2",
- "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#readme",
- "keywords": [
- "rrweb"
- ],
- "license": "MIT",
- "main": "lib/rrweb.js",
- "module": "es/rrweb.js",
- "name": "rrweb",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/rrweb-io/rrweb.git"
- },
- "scripts": {
- "bundle": "rollup --config",
- "bundle:browser": "cross-env BROWSER_ONLY=true rollup --config",
- "repl": "npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true ts-node scripts/repl.ts",
- "test": "npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.test.ts",
- "typings": "tsc -d --declarationDir typings"
- },
- "typings": "typings/index.d.ts",
- "unpkg": "dist/rrweb.js",
- "version": "0.7.27"
- }
|