Changeset 59329aa for trip-planner-front/node_modules/regex-not
- 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/regex-not/package.json
rceaed42 r59329aa 1 1 { 2 "name": "regex-not", 3 "description": "Create a javascript regular expression for matching everything except for the given string.", 4 "version": "1.0.2", 5 "homepage": "https://github.com/jonschlinkert/regex-not", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/regex-not", 2 "_args": [ 3 [ 4 "regex-not@1.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "regex-not@1.0.2", 10 "_id": "regex-not@1.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", 13 "_location": "/regex-not", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "regex-not@1.0.2", 19 "name": "regex-not", 20 "escapedName": "regex-not", 21 "rawSpec": "1.0.2", 22 "saveSpec": null, 23 "fetchSpec": "1.0.2" 24 }, 25 "_requiredBy": [ 26 "/expand-brackets", 27 "/extglob", 28 "/http-proxy-middleware/micromatch", 29 "/nanomatch", 30 "/to-regex", 31 "/webpack-dev-server/micromatch" 32 ], 33 "_resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", 34 "_spec": "1.0.2", 35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 36 "author": { 37 "name": "Jon Schlinkert", 38 "url": "https://github.com/jonschlinkert" 39 }, 8 40 "bugs": { 9 41 "url": "https://github.com/jonschlinkert/regex-not/issues" 10 },11 "license": "MIT",12 "files": [13 "index.js"14 ],15 "main": "index.js",16 "engines": {17 "node": ">=0.10.0"18 },19 "scripts": {20 "test": "mocha"21 42 }, 22 43 "dependencies": { … … 24 45 "safe-regex": "^1.1.0" 25 46 }, 47 "description": "Create a javascript regular expression for matching everything except for the given string.", 26 48 "devDependencies": { 27 49 "gulp-format-md": "^1.0.0", 28 50 "mocha": "^3.5.3" 29 51 }, 52 "engines": { 53 "node": ">=0.10.0" 54 }, 55 "files": [ 56 "index.js" 57 ], 58 "homepage": "https://github.com/jonschlinkert/regex-not", 30 59 "keywords": [ 31 60 "exec", … … 38 67 "test" 39 68 ], 69 "license": "MIT", 70 "main": "index.js", 71 "name": "regex-not", 72 "repository": { 73 "type": "git", 74 "url": "git+https://github.com/jonschlinkert/regex-not.git" 75 }, 76 "scripts": { 77 "test": "mocha" 78 }, 40 79 "verb": { 41 80 "toc": false, … … 60 99 "reflinks": true 61 100 } 62 } 101 }, 102 "version": "1.0.2" 63 103 }
Note:
See TracChangeset
for help on using the changeset viewer.