{
  "_args": [
    [
      {
        "raw": "buble@^0.12.0",
        "scope": null,
        "escapedName": "buble",
        "name": "buble",
        "rawSpec": "^0.12.0",
        "spec": ">=0.12.0 <0.13.0",
        "type": "range"
      },
      "C:\\xampp\\htdocs\\asreales\\node_modules\\bubleify"
    ]
  ],
  "_from": "buble@>=0.12.0 <0.13.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": {
    "name": "rich_harris",
    "email": "richard.a.harris@gmail.com"
  },
  "_npmVersion": "3.8.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "buble@^0.12.0",
    "scope": null,
    "escapedName": "buble",
    "name": "buble",
    "rawSpec": "^0.12.0",
    "spec": ">=0.12.0 <0.13.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:\\xampp\\htdocs\\asreales\\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": [
    "bin",
    "src",
    "dist",
    "register.js",
    "README.md"
  ],
  "gitHead": "048673f53927c2c086b13877e04e79c921db9440",
  "homepage": "https://gitlab.com/Rich-Harris/buble#README",
  "jsnext:main": "dist/buble.es.js",
  "keywords": [
    "javascript",
    "transpilation",
    "compilation",
    "esnext",
    "es2015",
    "es2017",
    "es6",
    "es7"
  ],
  "license": "MIT",
  "main": "dist/buble.umd.js",
  "maintainers": [
    {
      "name": "rich_harris",
      "email": "richard.a.harris@gmail.com"
    }
  ],
  "name": "buble",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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"
}
