forked from lix-project/lix-website
28 lines
698 B
JSON
28 lines
698 B
JSON
|
{
|
||
|
"name": "@babel/helper-string-parser",
|
||
|
"version": "7.24.1",
|
||
|
"description": "A utility package to parse strings",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/babel/babel.git",
|
||
|
"directory": "packages/babel-helper-string-parser"
|
||
|
},
|
||
|
"homepage": "https://babel.dev/docs/en/next/babel-helper-string-parser",
|
||
|
"license": "MIT",
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"main": "./lib/index.js",
|
||
|
"devDependencies": {
|
||
|
"charcodes": "^0.2.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=6.9.0"
|
||
|
},
|
||
|
"author": "The Babel Team (https://babel.dev/team)",
|
||
|
"exports": {
|
||
|
".": "./lib/index.js",
|
||
|
"./package.json": "./package.json"
|
||
|
},
|
||
|
"type": "commonjs"
|
||
|
}
|