source: trip-planner-front/node_modules/regex-parser/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.9 KB
Line 
1{
2 "_args": [
3 [
4 "regex-parser@2.2.11",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "regex-parser@2.2.11",
10 "_id": "regex-parser@2.2.11",
11 "_inBundle": false,
12 "_integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==",
13 "_location": "/regex-parser",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "regex-parser@2.2.11",
19 "name": "regex-parser",
20 "escapedName": "regex-parser",
21 "rawSpec": "2.2.11",
22 "saveSpec": null,
23 "fetchSpec": "2.2.11"
24 },
25 "_requiredBy": [
26 "/adjust-sourcemap-loader"
27 ],
28 "_resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz",
29 "_spec": "2.2.11",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Ionică Bizău",
33 "email": "bizauionica@gmail.com",
34 "url": "https://ionicabizau.net"
35 },
36 "bugs": {
37 "url": "https://github.com/IonicaBizau/regex-parser.js/issues"
38 },
39 "description": "A module that parses a string as regular expression and returns the parsed value.",
40 "devDependencies": {
41 "vows": "^0.8.1"
42 },
43 "directories": {
44 "test": "test"
45 },
46 "files": [
47 "bin/",
48 "app/",
49 "lib/",
50 "dist/",
51 "src/",
52 "scripts/",
53 "resources/",
54 "menu/",
55 "cli.js",
56 "index.js",
57 "bloggify.js",
58 "bloggify.json",
59 "bloggify/"
60 ],
61 "homepage": "https://github.com/IonicaBizau/regex-parser.js",
62 "keywords": [
63 "regular",
64 "expressions",
65 "node",
66 "parser",
67 "string"
68 ],
69 "license": "MIT",
70 "main": "lib/index.js",
71 "name": "regex-parser",
72 "repository": {
73 "type": "git",
74 "url": "git+ssh://git@github.com/IonicaBizau/regex-parser.js.git"
75 },
76 "scripts": {
77 "test": "vows --spec --isolate"
78 },
79 "typings": "lib/typings/regex-parser.d.ts",
80 "version": "2.2.11"
81}
Note: See TracBrowser for help on using the repository browser.