{ "_from": "rollup@^0.41.4", "_id": "rollup@0.41.6", "_inBundle": false, "_integrity": "sha1-4NBUl4d6OYwQTYFtJzOnGKepTio=", "_location": "/rollup", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "rollup@^0.41.4", "name": "rollup", "escapedName": "rollup", "rawSpec": "^0.41.4", "saveSpec": null, "fetchSpec": "^0.41.4" }, "_requiredBy": [ "/broccoli-rollup" ], "_resolved": "https://registry.npmjs.org/rollup/-/rollup-0.41.6.tgz", "_shasum": "e0d05497877a398c104d816d2733a718a7a94e2a", "_spec": "rollup@^0.41.4", "_where": "/Users/jen/dvcs/public/ember/tutorial/testapp/node_modules/broccoli-rollup", "author": { "name": "Rich Harris" }, "bin": { "rollup": "./bin/rollup" }, "bugs": { "url": "https://github.com/rollup/rollup/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Oskar Segersvärd", "email": "victorystick@gmail.com" }, { "name": "Bogdan Chadkin", "email": "trysound@yandex.ru" } ], "dependencies": { "source-map-support": "^0.4.0" }, "deprecated": false, "description": "Next-generation ES6 module bundler", "devDependencies": { "acorn": "4.0.4", "buble": "^0.15.1", "chalk": "^1.1.3", "codecov.io": "^0.1.6", "console-group": "^0.3.1", "eslint": "^3.12.2", "eslint-plugin-import": "^2.2.0", "is-reference": "^1.0.0", "istanbul": "^0.4.3", "locate-character": "^2.0.0", "magic-string": "^0.15.2", "minimist": "^1.2.0", "mocha": "^3.0.0", "remap-istanbul": "^0.6.4", "require-relative": "^0.8.7", "rollup": "^0.39.0", "rollup-plugin-buble": "^0.13.0", "rollup-plugin-commonjs": "^7.0.0", "rollup-plugin-json": "^2.0.0", "rollup-plugin-node-resolve": "^2.0.0", "rollup-plugin-replace": "^1.1.0", "rollup-plugin-string": "^2.0.0", "sander": "^0.6.0", "source-map": "^0.5.6", "sourcemap-codec": "^1.3.0", "uglify-js": "^2.6.2" }, "files": [ "dist", "bin/rollup", "README.md" ], "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": "git rev-parse HEAD > .commithash && rollup -c", "build:browser": "git rev-parse HEAD > .commithash && rollup -c rollup.config.browser.js", "build:cli": "rollup -c rollup.config.cli.js && chmod a+x bin/rollup", "ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov", "lint": "eslint src browser test/test.js test/utils test/**/_config.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", "prepublish": "npm run lint && npm test && npm run build:browser", "pretest": "npm run build && npm run build:cli", "pretest-coverage": "npm run build", "test": "mocha", "test-coverage": "rm -rf coverage/* && istanbul cover --report json node_modules/.bin/_mocha -- -u exports -R spec test/test.js", "test:quick": "rollup -c && mocha", "watch": "rollup -c -w", "watch:browser": "rollup -c rollup.config.browser.js -w", "watch:cli": "rollup -c rollup.config.cli.js -w" }, "version": "0.41.6" }