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

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "regjsgen@0.5.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "regjsgen@0.5.2",
10 "_id": "regjsgen@0.5.2",
11 "_inBundle": false,
12 "_integrity": "sha512-OFFT3MfrH90xIW8OOSyUrk6QHD5E9JOTeGodiJeBS3J6IwlgzJMNE/1bZklWz5oTg+9dCMyEetclvCVXOPoN3A==",
13 "_location": "/regjsgen",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "regjsgen@0.5.2",
19 "name": "regjsgen",
20 "escapedName": "regjsgen",
21 "rawSpec": "0.5.2",
22 "saveSpec": null,
23 "fetchSpec": "0.5.2"
24 },
25 "_requiredBy": [
26 "/regexpu-core"
27 ],
28 "_resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.5.2.tgz",
29 "_spec": "0.5.2",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Benjamin Tan",
33 "url": "https://ofcr.se/"
34 },
35 "bugs": {
36 "url": "https://github.com/bnjmnt4n/regjsgen/issues"
37 },
38 "description": "Generate regular expressions from regjsparser’s AST.",
39 "devDependencies": {
40 "codecov": "^3.7.0",
41 "nyc": "^15.0.1",
42 "regjsparser": "~0.6.4",
43 "request": "^2.88.2"
44 },
45 "files": [
46 "LICENSE-MIT.txt",
47 "regjsgen.js"
48 ],
49 "homepage": "https://github.com/bnjmnt4n/regjsgen",
50 "keywords": [
51 "ast",
52 "generate",
53 "regex",
54 "regexp",
55 "regular expressions"
56 ],
57 "license": "MIT",
58 "main": "regjsgen.js",
59 "name": "regjsgen",
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/bnjmnt4n/regjsgen.git"
63 },
64 "scripts": {
65 "coverage": "nyc --reporter=html npm test",
66 "report-coverage": "nyc --reporter=lcov npm test && codecov",
67 "test": "node tests/tests.js",
68 "update-fixtures": "node tests/update-fixtures.js"
69 },
70 "version": "0.5.2"
71}
Note: See TracBrowser for help on using the repository browser.