Changeset 59329aa for trip-planner-front/node_modules/use/package.json
- 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/use/package.json
rceaed42 r59329aa 1 1 { 2 "name": "use", 3 "description": "Easily add plugin support to your node.js application.", 4 "version": "3.1.1", 5 "homepage": "https://github.com/jonschlinkert/use", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Brian Woodward (https://twitter.com/doowb)", 9 "Jon Schlinkert (http://twitter.com/jonschlinkert)", 10 "Olsten Larck (https://i.am.charlike.online)", 11 "(https://github.com/wtgtybhertgeghgtwtg)" 2 "_args": [ 3 [ 4 "use@3.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 12 7 ], 13 "repository": "jonschlinkert/use", 8 "_development": true, 9 "_from": "use@3.1.1", 10 "_id": "use@3.1.1", 11 "_inBundle": false, 12 "_integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", 13 "_location": "/use", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "use@3.1.1", 19 "name": "use", 20 "escapedName": "use", 21 "rawSpec": "3.1.1", 22 "saveSpec": null, 23 "fetchSpec": "3.1.1" 24 }, 25 "_requiredBy": [ 26 "/snapdragon" 27 ], 28 "_resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", 29 "_spec": "3.1.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 14 35 "bugs": { 15 36 "url": "https://github.com/jonschlinkert/use/issues" 16 37 }, 17 "license": "MIT", 18 "files": [ 19 "index.js" 38 "contributors": [ 39 { 40 "name": "Brian Woodward", 41 "url": "https://twitter.com/doowb" 42 }, 43 { 44 "name": "Jon Schlinkert", 45 "url": "http://twitter.com/jonschlinkert" 46 }, 47 { 48 "name": "Olsten Larck", 49 "url": "https://i.am.charlike.online" 50 }, 51 { 52 "url": "https://github.com/wtgtybhertgeghgtwtg" 53 } 20 54 ], 21 "main": "index.js", 22 "engines": { 23 "node": ">=0.10.0" 24 }, 25 "scripts": { 26 "test": "mocha" 27 }, 55 "description": "Easily add plugin support to your node.js application.", 28 56 "devDependencies": { 29 57 "base-plugins": "^1.0.0", … … 37 65 "mocha": "^4.0.1" 38 66 }, 67 "engines": { 68 "node": ">=0.10.0" 69 }, 70 "files": [ 71 "index.js" 72 ], 73 "homepage": "https://github.com/jonschlinkert/use", 39 74 "keywords": [ 40 75 "use" 41 76 ], 77 "license": "MIT", 78 "main": "index.js", 79 "name": "use", 80 "repository": { 81 "type": "git", 82 "url": "git+https://github.com/jonschlinkert/use.git" 83 }, 84 "scripts": { 85 "test": "mocha" 86 }, 42 87 "verb": { 43 88 "toc": false, … … 63 108 "reflinks": true 64 109 } 65 } 110 }, 111 "version": "3.1.1" 66 112 }
Note:
See TracChangeset
for help on using the changeset viewer.