{
  "name": "acorn-node",
  "description": "the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions",
  "version": "1.3.0",
  "author": "Renée Kooi <renee@kooi.me>",
  "bugs": {
    "url": "https://github.com/browserify/acorn-node/issues"
  },
  "dependencies": {
    "acorn": "^5.4.1",
    "xtend": "^4.0.1"
  },
  "devDependencies": {
    "buble": "^0.18.0",
    "mkdirp": "^0.5.1",
    "standard": "^10.0.3",
    "tape": "^4.8.0"
  },
  "homepage": "https://github.com/browserify/acorn-node",
  "keywords": [
    "acorn",
    "browserify",
    "javascript",
    "parser"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/browserify/acorn-node.git"
  },
  "scripts": {
    "test": "standard && node test/index.js",
    "prepublishOnly": "npm run build",
    "build": "node build.js"
  },
  "standard": {
    "ignore": [
      "lib/*/*.js"
    ]
  }
}
