source: trip-planner-front/node_modules/safe-regex/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.7 KB
Line 
1{
2 "_args": [
3 [
4 "safe-regex@1.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "safe-regex@1.1.0",
10 "_id": "safe-regex@1.1.0",
11 "_inBundle": false,
12 "_integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
13 "_location": "/safe-regex",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "safe-regex@1.1.0",
19 "name": "safe-regex",
20 "escapedName": "safe-regex",
21 "rawSpec": "1.1.0",
22 "saveSpec": null,
23 "fetchSpec": "1.1.0"
24 },
25 "_requiredBy": [
26 "/regex-not",
27 "/to-regex"
28 ],
29 "_resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
30 "_spec": "1.1.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "James Halliday",
34 "email": "mail@substack.net",
35 "url": "http://substack.net"
36 },
37 "bugs": {
38 "url": "https://github.com/substack/safe-regex/issues"
39 },
40 "dependencies": {
41 "ret": "~0.1.10"
42 },
43 "description": "detect possibly catastrophic, exponential-time regular expressions",
44 "devDependencies": {
45 "tape": "^3.5.0"
46 },
47 "homepage": "https://github.com/substack/safe-regex",
48 "keywords": [
49 "catastrophic",
50 "exponential",
51 "regex",
52 "safe",
53 "sandbox"
54 ],
55 "license": "MIT",
56 "main": "index.js",
57 "name": "safe-regex",
58 "repository": {
59 "type": "git",
60 "url": "git://github.com/substack/safe-regex.git"
61 },
62 "scripts": {
63 "test": "tape test/*.js"
64 },
65 "testling": {
66 "files": "test/*.js",
67 "browsers": [
68 "ie/8",
69 "ie/9",
70 "ie/10",
71 "firefox/latest",
72 "chrome/latest",
73 "opera/latest",
74 "safari/latest"
75 ]
76 },
77 "version": "1.1.0"
78}
Note: See TracBrowser for help on using the repository browser.