mirror of
https://github.com/imranismail/setup-kustomize.git
synced 2026-05-19 21:22:14 +00:00
78 lines
1.9 KiB
JSON
78 lines
1.9 KiB
JSON
{
|
|
"_from": "@babel/parser@^7.7.2",
|
|
"_id": "@babel/parser@7.7.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-bqv+iCo9i+uLVbI0ILzKkvMorqxouI+GbV13ivcARXn9NNEabi2IEz912IgNpT/60BNXac5dgcfjb94NjsF33A==",
|
|
"_location": "/@babel/parser",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/parser@^7.7.2",
|
|
"name": "@babel/parser",
|
|
"escapedName": "@babel%2fparser",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.7.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.7.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/core",
|
|
"/@babel/template",
|
|
"/@babel/traverse",
|
|
"/@types/babel__core",
|
|
"/@types/babel__template",
|
|
"/istanbul-lib-instrument"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.7.3.tgz",
|
|
"_shasum": "5fad457c2529de476a248f75b0f090b3060af043",
|
|
"_spec": "@babel/parser@^7.7.2",
|
|
"_where": "/Users/imranismail/Projects/setup-kustomize/node_modules/@babel/core",
|
|
"author": {
|
|
"name": "Sebastian McKenzie",
|
|
"email": "sebmck@gmail.com"
|
|
},
|
|
"bin": {
|
|
"parser": "./bin/babel-parser.js"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "A JavaScript parser",
|
|
"devDependencies": {
|
|
"@babel/code-frame": "^7.5.5",
|
|
"@babel/helper-fixtures": "^7.6.3",
|
|
"charcodes": "^0.2.0",
|
|
"unicode-12.0.0": "^0.7.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"typings"
|
|
],
|
|
"gitHead": "e315d65a7a8cedbe0476b4a2872890e93a1289ba",
|
|
"homepage": "https://babeljs.io/",
|
|
"keywords": [
|
|
"babel",
|
|
"javascript",
|
|
"parser",
|
|
"tc39",
|
|
"ecmascript",
|
|
"@babel/parser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "@babel/parser",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel/tree/master/packages/babel-parser"
|
|
},
|
|
"types": "typings/babel-parser.d.ts",
|
|
"version": "7.7.3"
|
|
}
|