{
  "_from": "rollup@2.38.4",
  "_id": "rollup@2.38.4",
  "_inBundle": false,
  "_integrity": "sha512-B0LcJhjiwKkTl79aGVF/u5KdzsH8IylVfV56Ut6c9ouWLJcUK17T83aZBetNYSnZtXf2OHD4+2PbmRW+Fp5ulg==",
  "_location": "/rollup",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rollup@2.38.4",
    "name": "rollup",
    "escapedName": "rollup",
    "rawSpec": "2.38.4",
    "saveSpec": null,
    "fetchSpec": "2.38.4"
  },
  "_requiredBy": [
    "/@angular-devkit/build-angular"
  ],
  "_resolved": "https://registry.npmjs.org/rollup/-/rollup-2.38.4.tgz",
  "_shasum": "1b84ea8728c73b1a00a6a6e9c630ec8c3fe48cea",
  "_spec": "rollup@2.38.4",
  "_where": "C:\\xampp\\htdocs\\dial-digit\\node_modules\\@angular-devkit\\build-angular",
  "author": {
    "name": "Rich Harris"
  },
  "bin": {
    "rollup": "dist/bin/rollup"
  },
  "bugs": {
    "url": "https://github.com/rollup/rollup/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fsevents": "~2.3.1"
  },
  "deprecated": false,
  "description": "Next-generation ES module bundler",
  "devDependencies": {
    "@rollup/plugin-alias": "^3.1.1",
    "@rollup/plugin-buble": "^0.21.3",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.1.0",
    "@rollup/plugin-replace": "^2.3.4",
    "@types/micromatch": "^4.0.1",
    "@types/node": "^10.17.51",
    "@types/require-relative": "^0.8.0",
    "@types/signal-exit": "^3.0.0",
    "@types/yargs-parser": "^20.2.0",
    "acorn": "^8.0.4",
    "acorn-class-fields": "^0.3.7",
    "acorn-jsx": "^5.3.1",
    "acorn-static-class-features": "^0.2.4",
    "acorn-walk": "^8.0.1",
    "buble": "^0.20.0",
    "chokidar": "^3.5.1",
    "codecov": "^3.8.1",
    "colorette": "^1.2.1",
    "core-js": "^3.8.2",
    "date-time": "^3.1.0",
    "es5-shim": "^4.5.15",
    "es6-shim": "^0.35.6",
    "eslint": "^7.18.0",
    "eslint-plugin-import": "^2.22.1",
    "execa": "^5.0.0",
    "fixturify": "^2.1.0",
    "hash.js": "^1.1.7",
    "husky": "^4.3.8",
    "is-reference": "^1.2.1",
    "lint-staged": "^10.5.3",
    "locate-character": "^2.0.5",
    "magic-string": "^0.25.7",
    "markdownlint-cli": "^0.26.0",
    "micromatch": "^4.0.2",
    "mocha": "^8.2.1",
    "node-fetch": "^2.6.1",
    "nyc": "^15.1.0",
    "prettier": "^2.2.1",
    "pretty-bytes": "^5.5.0",
    "pretty-ms": "^7.0.1",
    "require-relative": "^0.8.7",
    "requirejs": "^2.3.6",
    "rollup": "^2.36.2",
    "rollup-plugin-license": "^2.2.0",
    "rollup-plugin-string": "^3.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-thatworks": "^1.0.4",
    "rollup-plugin-typescript": "^1.0.1",
    "rollup-pluginutils": "^2.8.2",
    "sander": "^0.6.0",
    "shx": "^0.3.3",
    "signal-exit": "^3.0.3",
    "source-map": "^0.7.3",
    "source-map-support": "^0.5.19",
    "sourcemap-codec": "^1.4.8",
    "systemjs": "^6.8.3",
    "terser": "^5.5.1",
    "tslib": "^2.1.0",
    "tslint": "^6.1.3",
    "typescript": "^4.1.3",
    "url-parse": "^1.4.7",
    "weak-napi": "^2.0.2",
    "yargs-parser": "^20.2.4"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "exports": {
    ".": {
      "node": {
        "require": "./dist/rollup.js",
        "import": "./dist/es/rollup.js"
      },
      "default": "./dist/es/rollup.browser.js"
    },
    "./dist/": "./dist/"
  },
  "files": [
    "dist/**/*.js",
    "dist/*.d.ts",
    "dist/bin/rollup"
  ],
  "homepage": "https://rollupjs.org/",
  "keywords": [
    "modules",
    "bundler",
    "bundling",
    "es6",
    "optimizer"
  ],
  "license": "MIT",
  "main": "dist/rollup.js",
  "module": "dist/es/rollup.js",
  "name": "rollup",
  "optionalDependencies": {
    "fsevents": "~2.3.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rollup/rollup.git"
  },
  "scripts": {
    "build": "shx rm -rf dist && git rev-parse HEAD > .commithash && rollup -c && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup",
    "build:bootstrap": "dist/bin/rollup -c && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup",
    "build:cjs": "shx rm -rf dist && rollup -c --configTest && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x dist/bin/rollup",
    "ci:coverage": "npm run build:cjs && nyc --reporter lcovonly mocha && codecov",
    "ci:lint": "npm run lint:nofix",
    "ci:test": "npm run build:cjs && npm run build:bootstrap && npm run test:all",
    "ci:test:only": "npm run build:cjs && npm run build:bootstrap && npm run test:only",
    "lint": "npm run lint:ts -- --fix && npm run lint:js -- --fix && npm run lint:markdown",
    "lint:js": "eslint test/test.js test/*/index.js test/utils.js test/**/_config.js",
    "lint:markdown": "markdownlint --config markdownlint.json docs/**/*.md",
    "lint:nofix": "npm run lint:ts && npm run lint:js && npm run lint:markdown",
    "lint:ts": "tslint --project .",
    "perf": "npm run build:cjs && node --expose-gc scripts/perf.js",
    "perf:debug": "node --inspect-brk scripts/perf-debug.js",
    "perf:init": "node scripts/perf-init.js",
    "prepare": "npm run build:cjs && npm run build:bootstrap",
    "security": "npm audit",
    "test": "npm run build && npm run test:all",
    "test:all": "npm run test:only && npm run test:browser && npm run test:typescript && npm run test:leak && npm run test:package",
    "test:browser": "mocha test/browser/index.js",
    "test:cjs": "npm run build:cjs && npm run test:only",
    "test:coverage": "npm run build:cjs && shx rm -rf coverage/* && nyc --reporter html mocha test/test.js",
    "test:coverage:browser": "npm run build && shx rm -rf coverage/* && nyc mocha test/browser/index.js",
    "test:leak": "node --expose-gc test/leak/index.js",
    "test:only": "mocha test/test.js",
    "test:package": "node scripts/test-package.js",
    "test:quick": "mocha -b test/test.js",
    "test:typescript": "shx rm -rf test/typescript/dist && shx cp -r dist test/typescript/ && tsc --noEmit -p test/typescript && tsc --noEmit",
    "watch": "rollup -cw"
  },
  "typings": "dist/rollup.d.ts",
  "version": "2.38.4"
}
