Urara-Blog/node_modules/.pnpm-store/v3/files/8e/b2284d0799dbb39101e5472889e1908c79d617df96770b2cc902e40f48950372b804d58cc132453124b440371bba87fc21ac09d4ae6353b5b1686aea19b4c7
2022-08-14 01:14:53 +08:00

28 lines
No EOL
699 B
Text

{
"name": "@babel/helper-string-parser",
"version": "7.18.10",
"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"
}