{ "name": "babylon", "version": "6.8.4", "description": "A JavaScript parser", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", "license": "MIT", "repository": "https://github.com/babel/babylon", "main": "lib/index.js", "dependencies": { "babel-runtime": "^6.0.0" }, "files": [ "bin", "lib" ], "devDependencies": { "ava": "^0.15.2", "babel-cli": "^6.0.0", "babel-helper-fixtures": "^6.6.5", "babel-plugin-transform-class-properties": "^6.6.0", "babel-plugin-transform-runtime": "^6.0.0", "babel-preset-es2015": "^6.0.0", "babel-preset-react": "^6.0.0", "babel-preset-stage-0": "^6.5.0", "codecov": "^1.0.1", "kcheck": "^2.0.1", "lodash": "^4.6.1", "nyc": "^7.0.0", "unicode-9.0.0": "~0.7.0" }, "bin": { "babylon": "./bin/babylon.js" }, "scripts": { "test": "npm run build && npm run lint && ava test/", "test_cov": "npm run build && npm run lint && nyc ava test/", "lint": "kcheck", "build": "babel src --out-dir lib", "preversion": "npm run test", "watch": "babel src --out-dir lib --watch" } }