{
  "_args": [
    [
      "rollup@1.10.1",
      "D:\\Development\\Work\\CENOS\\cenos-ui"
    ]
  ],
  "_development": true,
  "_from": "rollup@1.10.1",
  "_id": "rollup@1.10.1",
  "_inBundle": false,
  "_integrity": "sha512-pW353tmBE7QP622ITkGxtqF0d5gSRCVPD9xqM+fcPjudeZfoXMFW2sCzsTe2TU/zU1xamIjiS9xuFCPVT9fESw==",
  "_location": "/rollup",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rollup@1.10.1",
    "name": "rollup",
    "escapedName": "rollup",
    "rawSpec": "1.10.1",
    "saveSpec": null,
    "fetchSpec": "1.10.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/rollup/-/rollup-1.10.1.tgz",
  "_spec": "1.10.1",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-ui",
  "author": {
    "name": "Rich Harris"
  },
  "bin": {
    "rollup": "bin/rollup"
  },
  "bugs": {
    "url": "https://github.com/rollup/rollup/issues"
  },
  "contributors": [
    {
      "name": "Oskar Segersvärd",
      "email": "victorystick@gmail.com"
    },
    {
      "name": "Bogdan Chadkin",
      "email": "trysound@yandex.ru"
    }
  ],
  "dependencies": {
    "@types/estree": "0.0.39",
    "@types/node": "^11.13.5",
    "acorn": "^6.1.1"
  },
  "description": "Next-generation ES module bundler",
  "devDependencies": {
    "@types/chokidar": "^2.1.3",
    "@types/micromatch": "^3.1.0",
    "@types/minimist": "^1.2.0",
    "@types/pretty-ms": "^4.0.0",
    "acorn-bigint": "^0.4.0",
    "acorn-dynamic-import": "^4.0.0",
    "acorn-import-meta": "^1.0.0",
    "acorn-jsx": "^5.0.1",
    "acorn-walk": "^6.1.1",
    "ansi-escapes": "^4.1.0",
    "buble": "^0.19.7",
    "chokidar": "^2.1.5",
    "console-group": "^0.3.3",
    "date-time": "^3.1.0",
    "eslint": "^5.16.0",
    "eslint-plugin-import": "^2.17.2",
    "execa": "^1.0.0",
    "fixturify": "^1.2.0",
    "hash.js": "^1.1.7",
    "husky": "^1.3.1",
    "immutable": "^4.0.0-rc.12",
    "is-reference": "^1.1.2",
    "istanbul": "^0.4.5",
    "lint-staged": "^8.1.5",
    "locate-character": "^2.0.5",
    "magic-string": "^0.25.2",
    "markdownlint-cli": "^0.15.0",
    "minimist": "^1.2.0",
    "mocha": "^6.1.4",
    "prettier": "^1.17.0",
    "pretty-bytes": "^5.1.0",
    "pretty-ms": "^4.0.0",
    "remap-istanbul": "^0.13.0",
    "require-relative": "^0.8.7",
    "requirejs": "^2.3.6",
    "rollup": "^1.10.0",
    "rollup-plugin-alias": "^1.5.1",
    "rollup-plugin-buble": "^0.19.6",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^4.2.3",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-string": "^3.0.0",
    "rollup-plugin-terser": "^4.0.4",
    "rollup-plugin-typescript": "^1.0.1",
    "rollup-pluginutils": "^2.6.0",
    "sander": "^0.6.0",
    "shx": "^0.3.2",
    "signal-exit": "^3.0.2",
    "source-map": "^0.6.1",
    "source-map-support": "^0.5.12",
    "sourcemap-codec": "^1.4.4",
    "systemjs": "^3.1.3",
    "terser": "^3.17.0",
    "tslib": "^1.9.3",
    "tslint": "^5.16.0",
    "turbocolor": "^2.6.1",
    "typescript": "^3.4.4",
    "url-parse": "^1.4.6"
  },
  "files": [
    "dist/*.js",
    "dist/*.d.ts",
    "bin/rollup"
  ],
  "homepage": "https://github.com/rollup/rollup",
  "jsnext:main": "dist/rollup.es.js",
  "keywords": [
    "modules",
    "bundler",
    "bundling",
    "es6",
    "optimizer"
  ],
  "license": "MIT",
  "main": "dist/rollup.js",
  "module": "dist/rollup.es.js",
  "name": "rollup",
  "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 bin/rollup",
    "build:bootstrap": "bin/rollup -c && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x bin/rollup",
    "build:test": "shx rm -rf dist && rollup -c --configNoBrowser && shx cp src/rollup/types.d.ts dist/rollup.d.ts && shx chmod a+x bin/rollup",
    "ci:coverage": "npm run test:coverage",
    "ci:lint": "npm run lint:nofix && npm run security",
    "ci:test": "npm run test && 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:test && node --expose-gc scripts/perf.js",
    "perf:debug": "node --inspect-brk scripts/perf-debug.js",
    "perf:init": "node scripts/perf-init.js",
    "posttest:coverage": "remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.json -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped.lcov -t lcovonly -b dist && remap-istanbul -i coverage/coverage-final.json -o coverage/coverage-remapped -t html -b dist",
    "prepare": "npm run build",
    "prepublishOnly": "npm ci && npm run lint:nofix && npm run security && npm run build:bootstrap && npm run test:only && npm run test:typescript && npm run test:leak",
    "pretest": "npm run build:test",
    "pretest:coverage": "npm run build:test",
    "pretest:typescript": "shx rm -rf test/typescript/dist && shx cp -r dist test/typescript/",
    "security": "npm audit",
    "test": "npm run test:only && npm run test:typescript && npm run test:leak",
    "test:coverage": "shx rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/test.js",
    "test:leak": "npm i --silent --no-save weak@1 && node --expose-gc test/leak/index.js",
    "test:only": "mocha",
    "test:quick": "mocha -b",
    "test:typescript": "tsc --noEmit -p test/typescript && tsc --noEmit",
    "watch": "rollup -cw"
  },
  "typings": "dist/rollup.d.ts",
  "version": "1.10.1"
}
