{
  "_args": [
    [
      {
        "raw": "rollup-plugin-buble@^0.15.0",
        "scope": null,
        "escapedName": "rollup-plugin-buble",
        "name": "rollup-plugin-buble",
        "rawSpec": "^0.15.0",
        "spec": ">=0.15.0 <0.16.0",
        "type": "range"
      },
      "/home/lively4/lively4/codemirror"
    ]
  ],
  "_from": "rollup-plugin-buble@>=0.15.0 <0.16.0",
  "_id": "rollup-plugin-buble@0.15.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/rollup-plugin-buble",
  "_nodeVersion": "7.2.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/rollup-plugin-buble-0.15.0.tgz_1481661510250_0.691132582956925"
  },
  "_npmUser": {
    "name": "rich_harris",
    "email": "richard.a.harris@gmail.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "rollup-plugin-buble@^0.15.0",
    "scope": null,
    "escapedName": "rollup-plugin-buble",
    "name": "rollup-plugin-buble",
    "rawSpec": "^0.15.0",
    "spec": ">=0.15.0 <0.16.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/rollup-plugin-buble/-/rollup-plugin-buble-0.15.0.tgz",
  "_shasum": "83c3e89c7fd2266c7918f41ba3980313519c7fd0",
  "_shrinkwrap": null,
  "_spec": "rollup-plugin-buble@^0.15.0",
  "_where": "/home/lively4/lively4/codemirror",
  "author": {
    "name": "Rich Harris"
  },
  "bugs": {
    "url": "https://gitlab.com/rich-harris/rollup-plugin-buble/issues"
  },
  "dependencies": {
    "buble": "^0.15.0",
    "rollup-pluginutils": "^1.5.0"
  },
  "description": "Compile ES2015 with buble",
  "devDependencies": {
    "eslint": "^3.3.1",
    "mocha": "^3.0.2",
    "rollup": "^0.37.0"
  },
  "directories": {},
  "dist": {
    "shasum": "83c3e89c7fd2266c7918f41ba3980313519c7fd0",
    "tarball": "https://registry.npmjs.org/rollup-plugin-buble/-/rollup-plugin-buble-0.15.0.tgz"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "gitHead": "d37080b8885c0f047c33492505fee6d7ace147cb",
  "homepage": "https://gitlab.com/rich-harris/rollup-plugin-buble#README",
  "jsnext:main": "dist/rollup-plugin-buble.es.js",
  "license": "MIT",
  "main": "dist/rollup-plugin-buble.cjs.js",
  "maintainers": [
    {
      "name": "rich_harris",
      "email": "richard.a.harris@gmail.com"
    }
  ],
  "name": "rollup-plugin-buble",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/rich-harris/rollup-plugin-buble.git"
  },
  "scripts": {
    "build": "npm run build:cjs && npm run build:es",
    "build:cjs": "rollup -c -f cjs -o dist/rollup-plugin-buble.cjs.js",
    "build:es": "rollup -c -f es6 -o dist/rollup-plugin-buble.es.js",
    "lint": "eslint src",
    "prepublish": "npm run lint && rm -rf dist && npm test && npm run build:es",
    "pretest": "npm run build:cjs",
    "test": "mocha test/test.js"
  },
  "version": "0.15.0"
}
