regexp-parser-literal
Version:
59 lines (58 loc) • 1.68 kB
JSON
{
"name": "regexp-parser-literal",
"version": "1.1.40",
"description": "RegExp AST Parser",
"keywords": [
"build",
"emoji",
"literal",
"parser",
"re",
"ast",
"regex",
"regexp",
"regular",
"expression",
"regular expression"
],
"homepage": "https://github.com/bluelovers/ws-regexp/tree/master/packages/regexp-parser-literal#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-regexp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-regexp.git",
"directory": "packages/regexp-parser-literal"
},
"license": "ISC",
"author": "bluelovers",
"main": "index.js",
"scripts": {
"coverage": "yarn run test -- --coverage",
"test": "jest",
"test:jest": "jest --passWithNoTests",
"test:jest:coverage": "yarn run test:jest -- --coverage",
"test:jest:snapshot": "yarn run test:jest -- -u",
"test:snapshot": "yarn run test -- -u",
"test:tsd": "ynpx tsd",
"npm:publish": "npm publish",
"npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
"preversion": "yarn run test",
"prepublish:lockfile": "npx sync-lockfile .",
"postpublish_": "git commit -m \"chore(release): publish\" .",
"ncu": "npx yarn-tool ncu -u",
"sort-package-json": "npx yarn-tool sort",
"tsc:showConfig": "ynpx get-current-tsconfig -p"
},
"dependencies": {
"array-hyper-unique": "^2.1.6",
"emoji-regex": "^10.4.0",
"regexpp2": "^1.3.35",
"tslib": ">=2",
"uni-string": "^2.0.7"
},
"devDependencies": {
"@types/emoji-regex": "^8.0.0"
},
"gitHead": "3c036f46a0b624fe027f7581c1877646f2ccc15e"
}