123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- {
- "_from": "@rollup/plugin-replace@^2.3.1",
- "_id": "@rollup/plugin-replace@2.4.2",
- "_inBundle": false,
- "_integrity": "sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==",
- "_location": "/@rollup/plugin-replace",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@rollup/plugin-replace@^2.3.1",
- "name": "@rollup/plugin-replace",
- "escapedName": "@rollup%2fplugin-replace",
- "scope": "@rollup",
- "rawSpec": "^2.3.1",
- "saveSpec": null,
- "fetchSpec": "^2.3.1"
- },
- "_requiredBy": [
- "/workbox-build"
- ],
- "_resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz",
- "_shasum": "a2d539314fbc77c244858faa523012825068510a",
- "_spec": "@rollup/plugin-replace@^2.3.1",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\workbox-build",
- "author": {
- "name": "Rich Harris",
- "email": "richard.a.harris@gmail.com"
- },
- "ava": {
- "babel": {
- "compileEnhancements": false
- },
- "files": [
- "!**/fixtures/**",
- "!**/helpers/**",
- "!**/recipes/**",
- "!**/types.ts"
- ]
- },
- "bugs": {
- "url": "https://github.com/rollup/plugins/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "@rollup/pluginutils": "^3.1.0",
- "magic-string": "^0.25.7"
- },
- "deprecated": false,
- "description": "Replace strings in files while bundling",
- "devDependencies": {
- "@rollup/plugin-buble": "^0.21.3",
- "del-cli": "^3.0.1",
- "locate-character": "^2.0.5",
- "rollup": "^2.23.0",
- "source-map": "^0.7.3",
- "typescript": "^3.9.7"
- },
- "files": [
- "dist",
- "src",
- "types",
- "README.md"
- ],
- "homepage": "https://github.com/rollup/plugins/tree/master/packages/replace#readme",
- "keywords": [
- "rollup",
- "plugin",
- "replace",
- "es2015",
- "npm",
- "modules"
- ],
- "license": "MIT",
- "main": "dist/rollup-plugin-replace.cjs.js",
- "module": "dist/rollup-plugin-replace.es.js",
- "name": "@rollup/plugin-replace",
- "peerDependencies": {
- "rollup": "^1.20.0 || ^2.0.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rollup/plugins.git"
- },
- "scripts": {
- "build": "rollup -c",
- "ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",
- "ci:lint": "pnpm run build && pnpm run lint",
- "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
- "ci:test": "pnpm run test -- --verbose && pnpm run test:ts",
- "lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package",
- "lint:docs": "prettier --single-quote --arrow-parens avoid --trailing-comma none --write README.md",
- "lint:js": "eslint --fix --cache src test types --ext .js,.ts",
- "lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
- "prebuild": "del-cli dist",
- "prepare": "pnpm run build",
- "prepublishOnly": "pnpm run lint && pnpm run test",
- "pretest": "pnpm run build",
- "test": "ava",
- "test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
- },
- "types": "types/index.d.ts",
- "version": "2.4.2"
- }
|