{ "_from": "@chevrotain/regexp-to-ast@11.0.3", "_id": "@chevrotain/regexp-to-ast@11.0.3", "_inBundle": false, "_integrity": "sha512-1fMHaBZxLFvWI067AVbGJav1eRY7N8DDvYCTwGBiE/ytKBgP8azTdgyrKyWZ9Mfh09eHWb5PgTSO8wi7U824RA==", "_location": "/@chevrotain/regexp-to-ast", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@chevrotain/regexp-to-ast@11.0.3", "name": "@chevrotain/regexp-to-ast", "escapedName": "@chevrotain%2fregexp-to-ast", "scope": "@chevrotain", "rawSpec": "11.0.3", "saveSpec": null, "fetchSpec": "11.0.3" }, "_requiredBy": [ "/chevrotain" ], "_resolved": "https://registry.npmmirror.com/@chevrotain/regexp-to-ast/-/regexp-to-ast-11.0.3.tgz", "_shasum": "11429a81c74a8e6a829271ce02fc66166d56dcdb", "_spec": "@chevrotain/regexp-to-ast@11.0.3", "_where": "D:\\jenkins\\workspace\\gyl-fvue\\node_modules\\chevrotain", "bugs": { "url": "https://github.com/Chevrotain/chevrotain/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Parses a Regular Expression and outputs an AST", "exports": { ".": { "import": "./lib/src/api.js", "types": "./types.d.ts" } }, "files": [ "lib/src/**/*.js", "lib/src/**/*.map", "src/**/*.ts", "types.d.ts" ], "gitHead": "ac5806631779035c2c1955744a47d8ed4f25a175", "homepage": "https://github.com/Chevrotain/chevrotain#readme", "keywords": [ "regExp", "parser", "regular expression" ], "license": "Apache-2.0", "name": "@chevrotain/regexp-to-ast", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/Chevrotain/chevrotain.git" }, "scripts": { "---------- BUILD STEPS --------": "", "---------- CI FLOWS --------": "", "build": "npm-run-all clean compile", "ci": "pnpm run build test", "clean": "shx rm -rf lib coverage", "compile": "tsc", "compile:watch": "tsc -w", "coverage": "c8 mocha", "test": "npm-run-all coverage" }, "type": "module", "types": "./types.d.ts", "version": "11.0.3" }