{ "_from": "@rollup/plugin-replace", "_id": "@rollup/plugin-replace@2.3.1", "_inBundle": false, "_integrity": "sha512-qDcXj2VOa5+j0iudjb+LiwZHvBRRgWbHPhRmo1qde2KItTjuxDVQO21rp9/jOlzKR5YO0EsgRQoyox7fnL7y/A==", "_location": "/@rollup/plugin-replace", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "@rollup/plugin-replace", "name": "@rollup/plugin-replace", "escapedName": "@rollup%2fplugin-replace", "scope": "@rollup", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/@rollup/plugin-replace/-/plugin-replace-2.3.1.tgz", "_shasum": "16fb0563628f9e6c6ef9e05d48d3608916d466f5", "_spec": "@rollup/plugin-replace", "_where": "/home/juan/bigint-crypto-utils", "author": { "name": "Rich Harris", "email": "richard.a.harris@gmail.com" }, "ava": { "files": [ "!**/fixtures/**", "!**/helpers/**", "!**/recipes/**", "!**/types.ts" ] }, "bugs": { "url": "https://github.com/rollup/plugins/issues" }, "bundleDependencies": false, "dependencies": { "@rollup/pluginutils": "^3.0.4", "magic-string": "^0.25.5" }, "deprecated": false, "description": "Replace strings in files while bundling", "devDependencies": { "@rollup/plugin-buble": "^0.21.0", "del-cli": "^3.0.0", "locate-character": "^2.0.5", "rollup": "^1.27.14", "source-map": "^0.7.3", "typescript": "^3.7.4" }, "files": [ "dist", "index.d.ts", "src", "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" }, "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 --write README.md", "lint:js": "eslint --fix --cache src test", "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 index.d.ts test/types.ts --noEmit" }, "version": "2.3.1" }