Sha256: 71ee296c15cb1e5e6a8d07ebf911e1a7fb7bb475022a58818249b84217693edd
Contents?: true
Size: 885 Bytes
Versions: 2
Compression:
Stored size: 885 Bytes
Contents
{ "name": "@babel/parser", "version": "7.6.4", "description": "A JavaScript parser", "author": "Sebastian McKenzie <sebmck@gmail.com>", "homepage": "https://babeljs.io/", "license": "MIT", "publishConfig": { "access": "public" }, "keywords": [ "babel", "javascript", "parser", "tc39", "ecmascript", "@babel/parser" ], "repository": "https://github.com/babel/babel/tree/master/packages/babel-parser", "main": "lib/index.js", "types": "typings/babel-parser.d.ts", "files": [ "bin", "lib", "typings" ], "engines": { "node": ">=6.0.0" }, "devDependencies": { "@babel/code-frame": "^7.5.5", "@babel/helper-fixtures": "^7.6.3", "charcodes": "^0.2.0", "unicode-12.0.0": "^0.7.9" }, "bin": { "parser": "./bin/babel-parser.js" }, "gitHead": "a422ea64ee2208a55dda33f990a422e14b917f5b" }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
disco_app-0.18.0 | test/dummy/node_modules/@babel/parser/package.json |
disco_app-0.18.2 | test/dummy/node_modules/@babel/parser/package.json |