{
  "_from": "deckardcain@1.0.0",
  "_id": "deckardcain@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-swQJ74mFfiOnSPjoONbeYk60IOg=",
  "_location": "/deckardcain",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "deckardcain@1.0.0",
    "name": "deckardcain",
    "escapedName": "deckardcain",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/@apielements/apib-parser"
  ],
  "_resolved": "https://artifactory.oci.oraclecorp.com:443/api/npm/global-release-npm/deckardcain/-/deckardcain-1.0.0.tgz",
  "_shasum": "b30409ef89857e23a748f8e838d6de624eb420e8",
  "_spec": "deckardcain@1.0.0",
  "_where": "/Users/artemzakharchenko/Documents/apiary/dredd/node_modules/@apielements/apib-parser",
  "author": {
    "name": "Apiary Inc",
    "email": "support@apiary.io"
  },
  "bugs": {
    "url": "https://github.com/apiaryio/deckardcain/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Identifies (media) type of API description files",
  "devDependencies": {
    "babel": "^5.0.9",
    "babel-eslint": "^4.0.10",
    "babelify": "^6.2.0",
    "chai": "^3.2.0",
    "dedent": "^0.6.0",
    "eslint": "^1.2.1",
    "eslint-config-airbnb": "^1.0.0",
    "karma": "^0.13.3",
    "karma-browserify": "^4.2.1",
    "karma-chai": "^0.1.0",
    "karma-firefox-launcher": "^0.1.6",
    "karma-mocha": "^0.2.0",
    "karma-mocha-reporter": "^1.0.4",
    "mocha": "^2.2.1",
    "safe-regex": "^1.1.0"
  },
  "homepage": "https://github.com/apiaryio/deckardcain",
  "keywords": [
    "Apiary",
    "API Blueprint"
  ],
  "license": "MIT",
  "main": "lib/deckardcain",
  "name": "deckardcain",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/apiaryio/deckardcain.git"
  },
  "scripts": {
    "browser-test": "karma start",
    "compile": "babel src/ --out-dir lib/",
    "lint": "eslint src --ext .js src test",
    "lint:fix": "eslint --ext .js src test --fix",
    "precompile": "npm run lint",
    "prepublishOnly": "npm run compile",
    "server-test": "mocha --compilers es6:babel/register -R spec --recursive",
    "test": "npm run server-test && npm run browser-test && npm run lint"
  },
  "version": "1.0.0"
}
