Changeset 59329aa for trip-planner-front/node_modules/wildcard
- 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/wildcard/package.json
rceaed42 r59329aa 1 1 { 2 "name": "wildcard", 2 "_args": [ 3 [ 4 "wildcard@2.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "wildcard@2.0.0", 10 "_id": "wildcard@2.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==", 13 "_location": "/wildcard", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "wildcard@2.0.0", 19 "name": "wildcard", 20 "escapedName": "wildcard", 21 "rawSpec": "2.0.0", 22 "saveSpec": null, 23 "fetchSpec": "2.0.0" 24 }, 25 "_requiredBy": [ 26 "/webpack-merge" 27 ], 28 "_resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", 29 "_spec": "2.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Damon Oehlman", 33 "email": "damon.oehlman@gmail.com" 34 }, 35 "bugs": { 36 "url": "http://github.com/DamonOehlman/wildcard/issues" 37 }, 38 "dependencies": {}, 3 39 "description": "Wildcard matching tools", 4 "author": "Damon Oehlman <damon.oehlman@gmail.com>", 40 "devDependencies": { 41 "tape": "^4.6.3" 42 }, 43 "directories": { 44 "test": "test" 45 }, 46 "homepage": "https://github.com/DamonOehlman/wildcard#readme", 5 47 "keywords": [ 6 48 "string", 7 49 "wildcard" 8 50 ], 9 "version": "2.0.0", 10 "dependencies": {}, 11 "devDependencies": { 12 "tape": "^4.6.3" 51 "license": "MIT", 52 "main": "index.js", 53 "name": "wildcard", 54 "repository": { 55 "type": "git", 56 "url": "git://github.com/DamonOehlman/wildcard.git" 57 }, 58 "scripts": { 59 "gendocs": "gendocs > README.md", 60 "test": "node test/all.js" 13 61 }, 14 62 "testling": { … … 35 83 } 36 84 }, 37 "repository": { 38 "type": "git", 39 "url": "git://github.com/DamonOehlman/wildcard.git" 40 }, 41 "bugs": { 42 "url": "http://github.com/DamonOehlman/wildcard/issues" 43 }, 44 "scripts": { 45 "test": "node test/all.js", 46 "gendocs": "gendocs > README.md" 47 }, 48 "main": "index.js", 49 "directories": { 50 "test": "test" 51 }, 52 "license": "MIT" 85 "version": "2.0.0" 53 86 }
Note:
See TracChangeset
for help on using the changeset viewer.