{
  "_args": [
    [
      {
        "raw": "bubleify@^0.5.1",
        "scope": null,
        "escapedName": "bubleify",
        "name": "bubleify",
        "rawSpec": "^0.5.1",
        "spec": ">=0.5.1 <0.6.0",
        "type": "range"
      },
      "/root/klee-static/node_modules/is-number-like"
    ]
  ],
  "_from": "bubleify@>=0.5.1 <0.6.0",
  "_id": "bubleify@0.5.1",
  "_inCache": true,
  "_location": "/bubleify",
  "_nodeVersion": "6.3.0",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/bubleify-0.5.1.tgz_1468958754858_0.3584412122145295"
  },
  "_npmUser": {
    "name": "garthenweb",
    "email": "jannick.garthen@gmail.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bubleify@^0.5.1",
    "scope": null,
    "escapedName": "bubleify",
    "name": "bubleify",
    "rawSpec": "^0.5.1",
    "spec": ">=0.5.1 <0.6.0",
    "type": "range"
  },
  "_requiredBy": [
    "/is-number-like"
  ],
  "_resolved": "https://registry.npmjs.org/bubleify/-/bubleify-0.5.1.tgz",
  "_shasum": "f65c47cee31b80cad8b9e747bbe187d7fe51e927",
  "_shrinkwrap": null,
  "_spec": "bubleify@^0.5.1",
  "_where": "/root/klee-static/node_modules/is-number-like",
  "author": {
    "name": "Jannick Garthen",
    "email": "jannick.garthen@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/garthenweb/bubleify/issues"
  },
  "dependencies": {
    "buble": "^0.12.0",
    "object-assign": "^4.0.1"
  },
  "description": "Browserify transform that compiles es2015 to es5 using Bublé",
  "devDependencies": {
    "babel-cli": "^6.7.7",
    "babel-polyfill": "^6.9.0",
    "babel-preset-es2015": "^6.6.0",
    "browserify": "^13.0.0",
    "convert-source-map": "^1.2.0",
    "coveralls": "^2.11.9",
    "eslint": "^2.9.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.5.0",
    "nyc": "^6.4.4",
    "tap": "^5.7.1"
  },
  "directories": {},
  "dist": {
    "shasum": "f65c47cee31b80cad8b9e747bbe187d7fe51e927",
    "tarball": "https://registry.npmjs.org/bubleify/-/bubleify-0.5.1.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "gitHead": "ad958168cce0cd6d45ba76d221e252bae256f210",
  "homepage": "https://github.com/garthenweb/bubleify#readme",
  "keywords": [
    "buble",
    "browserify",
    "browserify-transform",
    "es2015",
    "es5"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "garthenweb",
      "email": "jannick.garthen@gmail.com"
    }
  ],
  "name": "bubleify",
  "nyc": {
    "exclude": [
      "tests/**"
    ]
  },
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/garthenweb/bubleify.git"
  },
  "scripts": {
    "compile": "babel -s -d lib/ src/",
    "coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
    "lint": "eslint src/**.js tests/**.js",
    "postversion": "git push && git push --tags",
    "pretest": "npm run compile",
    "preversion": "npm run compile && npm run tap:all",
    "publish": "npm run compile && npm run tap:all",
    "tap:all": "npm run tap:one tests/*.test.js",
    "tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
    "test": "npm run tap:all",
    "test:babel": "babel tests/*.test.js -d . && npm test",
    "travis-coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "version": "0.5.1"
}
