{
  "_args": [
    [
      {
        "name": "editions",
        "raw": "editions@^1.1.1",
        "rawSpec": "^1.1.1",
        "scope": null,
        "spec": ">=1.1.1 <2.0.0",
        "type": "range"
      },
      "/Users/eadum/Code/generator-fwsp-hydra/node_modules/istextorbinary"
    ]
  ],
  "_from": "editions@>=1.1.1 <2.0.0",
  "_id": "editions@1.3.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/editions",
  "_nodeVersion": "6.7.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/editions-1.3.1.tgz_1476148279977_0.8863260305952281"
  },
  "_npmUser": {
    "email": "b@lupton.cc",
    "name": "balupton"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "name": "editions",
    "raw": "editions@^1.1.1",
    "rawSpec": "^1.1.1",
    "scope": null,
    "spec": ">=1.1.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/istextorbinary"
  ],
  "_resolved": "https://registry.npmjs.org/editions/-/editions-1.3.1.tgz",
  "_shasum": "008425f64dc1401db45ec110e06aa602562419c0",
  "_shrinkwrap": null,
  "_spec": "editions@^1.1.1",
  "_where": "/Users/eadum/Code/generator-fwsp-hydra/node_modules/istextorbinary",
  "author": {
    "email": "us@bevry.me",
    "name": "2016+ Bevry Pty Ltd",
    "url": "http://bevry.me"
  },
  "badges": {
    "config": {
      "bitcoinURL": "https://bevry.me/bitcoin",
      "flattrUsername": "balupton",
      "gratipayUsername": "bevry",
      "patreonUsername": "bevry",
      "paypalURL": "https://bevry.me/paypal",
      "slackinURL": "https://slack.bevry.me",
      "wishlistURL": "https://bevry.me/wishlist"
    },
    "list": [
      "travisci",
      "npmversion",
      "npmdownloads",
      "daviddm",
      "daviddmdev",
      "---",
      "slackin",
      "patreon",
      "gratipay",
      "flattr",
      "paypal",
      "bitcoin",
      "wishlist"
    ]
  },
  "bugs": {
    "url": "https://github.com/bevry/editions/issues"
  },
  "contributors": [
    {
      "email": "b@lupton.cc",
      "name": "Benjamin Lupton",
      "url": "http://balupton.com"
    },
    {
      "email": "zlatanvasovic@gmail.com",
      "name": "Zlatan Vasović",
      "url": "http://zdroid.github.io"
    }
  ],
  "dependencies": {},
  "description": "Publish multiple editions for your JavaScript packages consistently and easily (e.g. source edition, esnext edition, es2015 edition)",
  "devDependencies": {
    "assert-helpers": "^4.4.0",
    "babel-cli": "^6.10.1",
    "babel-polyfill": "^6.9.1",
    "babel-preset-es2015": "^6.9.0",
    "documentation": "^4.0.0-beta10",
    "eslint": "^2.12.0",
    "flow-bin": "^0.33.0",
    "joe": "^1.8.0",
    "joe-reporter-console": "^1.2.1",
    "projectz": "^1.1.6"
  },
  "directories": {},
  "dist": {
    "shasum": "008425f64dc1401db45ec110e06aa602562419c0",
    "tarball": "https://registry.npmjs.org/editions/-/editions-1.3.1.tgz"
  },
  "editions": [
    {
      "description": "Source + ESNext + Require + Flow Type Comments",
      "entry": "source/index.js",
      "syntaxes": [
        "javascript",
        "esnext",
        "require",
        "arrows",
        "destructuring",
        "const",
        "let",
        "flow type comments"
      ]
    },
    {
      "description": "Babel Compiled + ES2015 + Require",
      "entry": "es2015/index.js",
      "syntaxes": [
        "javascript",
        "es2015",
        "require"
      ]
    }
  ],
  "engines": {
    "node": ">=0.10"
  },
  "gitHead": "3eb01163ced29de192d8a52d30dc166bd70c4e40",
  "homepage": "https://github.com/bevry/editions",
  "keywords": [
    "editions",
    "edition",
    "versions",
    "syntaxes",
    "esnext",
    "jsnext",
    "es2015",
    "es6",
    "es6+"
  ],
  "license": "MIT",
  "main": "es2015/index.js",
  "maintainers": [
    {
      "email": "b@lupton.cc",
      "name": "balupton"
    }
  ],
  "name": "editions",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bevry/editions.git"
  },
  "scripts": {
    "clean": "rm -Rf ./docs ./es2015",
    "compile": "npm run compile:es2015",
    "compile:es2015": "babel ./source --out-dir ./es2015 --presets es2015",
    "meta": "npm run meta:docs && npm run meta:projectz",
    "meta:docs": "documentation build -f html -g source/**.js -o docs",
    "meta:projectz": "projectz compile",
    "prepare": "npm run compile && npm run test && npm run meta",
    "pretest": "npm run test:eslint && npm run test:flow",
    "release": "npm run prepare && npm run release:publish && npm run release:tag && npm run release:push",
    "release:publish": "npm publish",
    "release:push": "git push origin master && git push origin --tags",
    "release:tag": "git tag v$npm_package_version -a",
    "test": "node --harmony ./es2015/test.js",
    "test:eslint": "eslint ./source",
    "test:flow": "flow check"
  },
  "version": "1.3.1"
}
