forgeplus-react/node_modules/rollup/package.json

110 lines
3.0 KiB
JSON

{
"_args": [
[
"rollup@0.25.8",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "rollup@0.25.8",
"_id": "rollup@0.25.8",
"_inBundle": false,
"_integrity": "sha1-v2zoO4dRDRY0Ru6qV37WpvxYNeA=",
"_location": "/rollup",
"_phantomChildren": {
"amdefine": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "rollup@0.25.8",
"name": "rollup",
"escapedName": "rollup",
"rawSpec": "0.25.8",
"saveSpec": null,
"fetchSpec": "0.25.8"
},
"_requiredBy": [
"/fmin"
],
"_resolved": "https://registry.npmjs.org/rollup/-/rollup-0.25.8.tgz",
"_spec": "0.25.8",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"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"
}
],
"dependencies": {
"chalk": "^1.1.1",
"minimist": "^1.2.0",
"source-map-support": "^0.3.2"
},
"description": "Next-generation ES6 module bundler",
"devDependencies": {
"acorn": "^2.6.4",
"babel-core": "^5.8.32",
"codecov.io": "^0.1.6",
"console-group": "^0.1.2",
"es6-promise": "^3.0.2",
"eslint": "^1.7.1",
"estree-walker": "^0.2.0",
"istanbul": "^0.4.0",
"magic-string": "^0.10.1",
"mocha": "^2.3.3",
"remap-istanbul": "^0.4.0",
"rollup": "^0.20.2",
"rollup-plugin-babel": "^1.0.0",
"rollup-plugin-npm": "^1.0.0",
"rollup-plugin-replace": "^1.0.1",
"sander": "^0.4.0",
"source-map": "^0.5.3",
"sourcemap-codec": "^1.2.1",
"uglify-js": "^2.6.1"
},
"files": [
"src",
"dist",
"bin",
"README.md"
],
"homepage": "https://github.com/rollup/rollup",
"jsnext:main": "src/rollup.js",
"keywords": [
"modules",
"bundler",
"bundling",
"es6",
"optimizer"
],
"license": "MIT",
"main": "dist/rollup.js",
"name": "rollup",
"repository": {
"type": "git",
"url": "git+https://github.com/rollup/rollup.git"
},
"scripts": {
"build": "git rev-parse HEAD > .commithash && rollup -c -o dist/rollup.js",
"build:browser": "git rev-parse HEAD > .commithash && rollup -c rollup.config.browser.js -o dist/rollup.browser.js",
"ci": "npm run test-coverage && codecov < coverage/coverage-remapped.lcov",
"lint": "eslint src browser",
"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",
"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"
},
"version": "0.25.8"
}