.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / regexpp / package.json
1 {
2   "name": "regexpp",
3   "version": "3.1.0",
4   "description": "Regular expression parser for ECMAScript.",
5   "engines": {
6     "node": ">=8"
7   },
8   "main": "index",
9   "files": [
10     "index.*"
11   ],
12   "dependencies": {},
13   "devDependencies": {
14     "@mysticatea/eslint-plugin": "^11.0.0",
15     "@types/eslint": "^4.16.2",
16     "@types/jsdom": "^12.2.4",
17     "@types/mocha": "^5.2.2",
18     "@types/node": "^12.6.8",
19     "codecov": "^3.5.0",
20     "dts-bundle": "^0.7.3",
21     "eslint": "^6.1.0",
22     "jsdom": "^15.1.1",
23     "mocha": "^6.2.0",
24     "npm-run-all": "^4.1.5",
25     "nyc": "^14.1.1",
26     "rimraf": "^2.6.2",
27     "rollup": "^1.17.0",
28     "rollup-plugin-node-resolve": "^5.2.0",
29     "rollup-plugin-sourcemaps": "^0.4.2",
30     "ts-node": "^8.3.0",
31     "typescript": "^3.5.3"
32   },
33   "scripts": {
34     "prebuild": "npm run -s clean",
35     "build": "run-s build:*",
36     "build:tsc": "tsc --module es2015",
37     "build:rollup": "rollup -c",
38     "build:dts": "dts-bundle --name regexpp --main .temp/index.d.ts --out ../index.d.ts",
39     "clean": "rimraf .temp index.*",
40     "codecov": "nyc report -r lcovonly && codecov -t ${CODECOV_TOKEN} --disable=gcov",
41     "lint": "eslint scripts src test --ext .ts",
42     "pretest": "run-s build lint",
43     "test": "nyc _mocha \"test/*.ts\" --reporter dot --timeout 10000",
44     "update:test": "ts-node scripts/update-fixtures.ts",
45     "update:unicode": "run-s update:unicode:*",
46     "update:unicode:ids": "ts-node scripts/update-unicode-ids.ts",
47     "update:unicode:props": "ts-node scripts/update-unicode-properties.ts",
48     "preversion": "npm test",
49     "version": "npm run -s build",
50     "postversion": "git push && git push --tags",
51     "prewatch": "npm run -s clean",
52     "watch": "_mocha \"test/*.ts\" --require ts-node/register --reporter dot --timeout 10000 --watch-extensions ts --watch --growl"
53   },
54   "repository": {
55     "type": "git",
56     "url": "git+https://github.com/mysticatea/regexpp.git"
57   },
58   "keywords": [
59     "regexp",
60     "regular",
61     "expression",
62     "parser",
63     "validator",
64     "ast",
65     "abstract",
66     "syntax",
67     "tree",
68     "ecmascript",
69     "es2015",
70     "es2016",
71     "es2017",
72     "es2018",
73     "es2019",
74     "es2020",
75     "annexB"
76   ],
77   "author": "Toru Nagashima (https://github.com/mysticatea)",
78   "license": "MIT",
79   "bugs": {
80     "url": "https://github.com/mysticatea/regexpp/issues"
81   },
82   "homepage": "https://github.com/mysticatea/regexpp#readme",
83   "funding": "https://github.com/sponsors/mysticatea"
84 }