source: trip-planner-front/node_modules/regjsgen/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 964 bytes
Line 
1{
2 "name": "regjsgen",
3 "version": "0.5.2",
4 "description": "Generate regular expressions from regjsparser’s AST.",
5 "homepage": "https://github.com/bnjmnt4n/regjsgen",
6 "main": "regjsgen.js",
7 "keywords": [
8 "ast",
9 "generate",
10 "regex",
11 "regexp",
12 "regular expressions"
13 ],
14 "license": "MIT",
15 "author": {
16 "name": "Benjamin Tan",
17 "url": "https://ofcr.se/"
18 },
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/bnjmnt4n/regjsgen.git"
22 },
23 "bugs": "https://github.com/bnjmnt4n/regjsgen/issues",
24 "files": [
25 "LICENSE-MIT.txt",
26 "regjsgen.js"
27 ],
28 "scripts": {
29 "test": "node tests/tests.js",
30 "coverage": "nyc --reporter=html npm test",
31 "report-coverage": "nyc --reporter=lcov npm test && codecov",
32 "update-fixtures": "node tests/update-fixtures.js"
33 },
34 "devDependencies": {
35 "codecov": "^3.7.0",
36 "nyc": "^15.0.1",
37 "regjsparser": "~0.6.4",
38 "request": "^2.88.2"
39 }
40}
Note: See TracBrowser for help on using the repository browser.