- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/safe-regex/package.json
rceaed42 r59329aa 1 1 { 2 "name": "safe-regex", 3 "version": "1.1.0", 4 "description": "detect possibly catastrophic, exponential-time regular expressions", 5 "main": "index.js", 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 }, 6 40 "dependencies": { 7 41 "ret": "~0.1.10" 8 42 }, 43 "description": "detect possibly catastrophic, exponential-time regular expressions", 9 44 "devDependencies": { 10 45 "tape": "^3.5.0" 11 },12 "scripts": {13 "test": "tape test/*.js"14 },15 "testling": {16 "files": "test/*.js",17 "browsers": [18 "ie/8", "ie/9", "ie/10",19 "firefox/latest",20 "chrome/latest",21 "opera/latest",22 "safari/latest"23 ]24 },25 "repository": {26 "type": "git",27 "url": "git://github.com/substack/safe-regex.git"28 46 }, 29 47 "homepage": "https://github.com/substack/safe-regex", … … 35 53 "sandbox" 36 54 ], 37 "author": { 38 "name": "James Halliday", 39 "email": "mail@substack.net", 40 "url": "http://substack.net" 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" 41 61 }, 42 "license": "MIT" 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" 43 78 }
Note:
See TracChangeset
for help on using the changeset viewer.