mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-25 18:08:03 +00:00
40 lines
880 B
JSON
40 lines
880 B
JSON
{
|
|
"name": "@babel/parser",
|
|
"version": "7.6.2",
|
|
"description": "A JavaScript parser",
|
|
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
|
"homepage": "https://babeljs.io/",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"tag": "next"
|
|
},
|
|
"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.2",
|
|
"charcodes": "^0.2.0",
|
|
"unicode-12.0.0": "^0.7.9"
|
|
},
|
|
"bin": {
|
|
"parser": "./bin/babel-parser.js"
|
|
},
|
|
"gitHead": "b9cb4af953afb1a5aeed9b18526192ab15bb45c1"
|
|
}
|