Bones/node_modules/buble/package.json

129 lines
3.4 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"buble@^0.12.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\bubleify"
]
],
"_from": "buble@>=0.12.0-0 <0.13.0-0",
"_id": "buble@0.12.5",
"_inCache": true,
"_location": "/buble",
"_nodeVersion": "6.2.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/buble-0.12.5.tgz_1468122059663_0.31926094298250973"
},
"_npmUser": {
"email": "richard.a.harris@gmail.com",
"name": "rich_harris"
},
"_npmVersion": "3.8.9",
"_phantomChildren": {
"escape-string-regexp": "1.0.5"
},
"_requested": {
"name": "buble",
"raw": "buble@^0.12.0",
"rawSpec": "^0.12.0",
"scope": null,
"spec": ">=0.12.0-0 <0.13.0-0",
"type": "range"
},
"_requiredBy": [
"/bubleify"
],
"_resolved": "https://registry.npmjs.org/buble/-/buble-0.12.5.tgz",
"_shasum": "c66ffe92f9f4a3c65d3256079b711e2bd0bc5013",
"_shrinkwrap": null,
"_spec": "buble@^0.12.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\bubleify",
"author": {
"name": "Rich Harris"
},
"bin": {
"buble": "./bin/buble"
},
"bugs": {
"url": "https://gitlab.com/Rich-Harris/buble/issues"
},
"dependencies": {
"acorn": "^3.1.0",
"acorn-jsx": "^3.0.1",
"acorn-object-spread": "^1.0.0",
"chalk": "^1.1.3",
"magic-string": "^0.14.0",
"minimist": "^1.2.0",
"os-homedir": "^1.0.1"
},
"description": "The blazing fast, batteries-included ES2015 compiler",
"devDependencies": {
"buble": "0.8.2",
"console-group": "^0.2.1",
"eslint": "^2.10.1",
"glob": "^7.0.3",
"mocha": "^2.4.5",
"regexpu-core": "^2.0.0",
"rimraf": "^2.5.2",
"rollup": "^0.26.3",
"rollup-plugin-buble": "^0.8.0",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-json": "^2.0.0",
"rollup-plugin-node-resolve": "^1.5.0",
"source-map": "^0.5.6",
"source-map-support": "^0.4.0"
},
"directories": {},
"dist": {
"shasum": "c66ffe92f9f4a3c65d3256079b711e2bd0bc5013",
"tarball": "https://registry.npmjs.org/buble/-/buble-0.12.5.tgz"
},
"files": [
"README.md",
"bin",
"dist",
"register.js",
"src"
],
"gitHead": "048673f53927c2c086b13877e04e79c921db9440",
"homepage": "https://gitlab.com/Rich-Harris/buble#README",
"installable": true,
"jsnext:main": "dist/buble.es.js",
"keywords": [
"compilation",
"es2015",
"es2017",
"es6",
"es7",
"esnext",
"javascript",
"transpilation"
],
"license": "MIT",
"main": "dist/buble.umd.js",
"maintainers": [
{
"name": "rich_harris",
"email": "richard.a.harris@gmail.com"
}
],
"name": "buble",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/Rich-Harris/buble.git"
},
"scripts": {
"build": "npm run build:umd && npm run build:es && npm run build:browser",
"build:browser": "rollup -c --environment DEPS -f umd -o dist/buble.deps.js",
"build:es": "rollup -c -f es6 -o dist/buble.es.js",
"build:umd": "rollup -c -f umd -o dist/buble.umd.js",
"prepublish": "npm test && npm run build:es",
"pretest": "npm run build:umd && npm run build:browser",
"pretest:node": "npm run build:umd",
"test": "mocha test/test.js --compilers js:buble/register",
"test:node": "mocha test/test.js --compilers js:buble/register"
},
"version": "0.12.5"
}