{
  "_args": [
    [
      "yaml-ast-parser@0.0.43",
      "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless"
    ]
  ],
  "_development": true,
  "_from": "yaml-ast-parser@0.0.43",
  "_id": "yaml-ast-parser@0.0.43",
  "_inBundle": false,
  "_integrity": "sha512-2PTINUwsRqSd+s8XxKaJWQlUuEMHJQyEuh2edBbW8KNJz0SJPwUSD2zRWqezFEdN7IzAgeuYHFUCF7o8zRdZ0A==",
  "_location": "/yaml-ast-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "yaml-ast-parser@0.0.43",
    "name": "yaml-ast-parser",
    "escapedName": "yaml-ast-parser",
    "rawSpec": "0.0.43",
    "saveSpec": null,
    "fetchSpec": "0.0.43"
  },
  "_requiredBy": [
    "/serverless"
  ],
  "_resolved": "https://registry.npmjs.org/yaml-ast-parser/-/yaml-ast-parser-0.0.43.tgz",
  "_spec": "0.0.43",
  "_where": "/Users/markusahlstrand/projects/cloudproxy/cloudworker-proxy/examples/serverless",
  "bugs": {
    "url": "https://github.com/mulesoft-labs/yaml-ast-parser/issues"
  },
  "dependencies": {},
  "description": "[![Build Status](https://travis-ci.org/mulesoft-labs/yaml-ast-parser.svg?branch=master)](https://travis-ci.org/mulesoft-labs/yaml-ast-parser)",
  "devDependencies": {
    "@types/chai": "4.0.1",
    "@types/mocha": "2.2.41",
    "@types/node": "4.2.20",
    "chai": "4.0.2",
    "dev-env-installer": "0.0.14",
    "mocha": "3.4.2",
    "rimraf": "*",
    "typescript": "3.0.1"
  },
  "homepage": "https://github.com/mulesoft-labs/yaml-ast-parser",
  "keywords": [
    "raml",
    "ast",
    "yaml"
  ],
  "license": "Apache-2.0",
  "main": "dist/src/index.js",
  "name": "yaml-ast-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mulesoft-labs/yaml-ast-parser.git"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "buildall": "dev-env-installer buildall",
    "devInstall": "dev-env-installer install",
    "pullall": "dev-env-installer pullall",
    "test": "npm run build && mocha --ui tdd dist/test",
    "testall": "dev-env-installer testall"
  },
  "typings": "dist/src/index.d.ts",
  "version": "0.0.43"
}
