Changeset 59329aa for trip-planner-front/node_modules/methods
- 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/methods/package.json
rceaed42 r59329aa 1 1 { 2 "name": "methods", 2 "_args": [ 3 [ 4 "methods@1.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "methods@1.1.2", 10 "_id": "methods@1.1.2", 11 "_inBundle": false, 12 "_integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", 13 "_location": "/methods", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "methods@1.1.2", 19 "name": "methods", 20 "escapedName": "methods", 21 "rawSpec": "1.1.2", 22 "saveSpec": null, 23 "fetchSpec": "1.1.2" 24 }, 25 "_requiredBy": [ 26 "/express" 27 ], 28 "_resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", 29 "_spec": "1.1.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "browser": { 32 "http": false 33 }, 34 "bugs": { 35 "url": "https://github.com/jshttp/methods/issues" 36 }, 37 "contributors": [ 38 { 39 "name": "Douglas Christopher Wilson", 40 "email": "doug@somethingdoug.com" 41 }, 42 { 43 "name": "Jonathan Ong", 44 "email": "me@jongleberry.com", 45 "url": "http://jongleberry.com" 46 }, 47 { 48 "name": "TJ Holowaychuk", 49 "email": "tj@vision-media.ca", 50 "url": "http://tjholowaychuk.com" 51 } 52 ], 3 53 "description": "HTTP methods that node supports", 4 "version": "1.1.2",5 "contributors": [6 "Douglas Christopher Wilson <doug@somethingdoug.com>",7 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",8 "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)"9 ],10 "license": "MIT",11 "repository": "jshttp/methods",12 54 "devDependencies": { 13 55 "istanbul": "0.4.1", 14 56 "mocha": "1.21.5" 57 }, 58 "engines": { 59 "node": ">= 0.6" 15 60 }, 16 61 "files": [ … … 19 64 "LICENSE" 20 65 ], 21 "engines": { 22 "node": ">= 0.6" 66 "homepage": "https://github.com/jshttp/methods#readme", 67 "keywords": [ 68 "http", 69 "methods" 70 ], 71 "license": "MIT", 72 "name": "methods", 73 "repository": { 74 "type": "git", 75 "url": "git+https://github.com/jshttp/methods.git" 23 76 }, 24 77 "scripts": { … … 27 80 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" 28 81 }, 29 "browser": { 30 "http": false 31 }, 32 "keywords": [ 33 "http", 34 "methods" 35 ] 82 "version": "1.1.2" 36 83 }
Note:
See TracChangeset
for help on using the changeset viewer.