@lastos/page-spy-plugin-data-harbor
Version:
Used for caching data and downloading.
68 lines (67 loc) • 1.88 kB
JSON
{
"name": "@lastos/page-spy-plugin-data-harbor",
"version": "2.2.10",
"description": "Used for caching data and downloading.",
"homepage": "https://github.com/HuolalaTech/page-spy/tree/main/packages/page-spy-plugin-data-harbor",
"license": "MIT",
"main": "dist/iife/index.min.js",
"module": "dist/esm/index.min.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HuolalaTech/page-spy.git",
"directory": "packages/page-spy-plugin-data-harbor"
},
"bugs": {
"url": "https://github.com/HuolalaTech/page-spy/issues"
},
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"dependencies": {
"@babel/runtime": "^7.13.0",
"@lastos/page-spy-base": "^2.2.4",
"copy-to-clipboard": "^3.3.3",
"fflate": "^0.8.1"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"@babel/preset-typescript": "^7.13.0",
"@lastos/page-spy-browser": "^2.2.10",
"@lastos/page-spy-types": "^2.2.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"core-js": "3.30",
"less": "^4.2.0",
"postcss-preset-env": "^10.1.0",
"rollup": "^3.10.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.34.1"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"printWidth": 80
},
"browserslist": [
"chrome > 75",
"safari > 12",
"> 0.1%",
"not dead",
"not op_mini all"
],
"gitHead": "b8710bbe920c11ce413ca1868030b225c43416b5"
}