- 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/oauth-sign/package.json
rceaed42 r59329aa 1 1 { 2 "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (http://www.futurealoof.com)", 3 "name": "oauth-sign", 2 "_args": [ 3 [ 4 "oauth-sign@0.9.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "oauth-sign@0.9.0", 10 "_id": "oauth-sign@0.9.0", 11 "_inBundle": false, 12 "_integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", 13 "_location": "/oauth-sign", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "oauth-sign@0.9.0", 19 "name": "oauth-sign", 20 "escapedName": "oauth-sign", 21 "rawSpec": "0.9.0", 22 "saveSpec": null, 23 "fetchSpec": "0.9.0" 24 }, 25 "_requiredBy": [ 26 "/request" 27 ], 28 "_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", 29 "_spec": "0.9.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Mikeal Rogers", 33 "email": "mikeal.rogers@gmail.com", 34 "url": "http://www.futurealoof.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/mikeal/oauth-sign/issues" 38 }, 39 "dependencies": {}, 4 40 "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.", 5 "version": "0.9.0", 6 "license": "Apache-2.0", 7 "repository": { 8 "url": "https://github.com/mikeal/oauth-sign" 41 "devDependencies": {}, 42 "engines": { 43 "node": "*" 9 44 }, 10 "main": "index.js",11 45 "files": [ 12 46 "index.js" 13 47 ], 14 "dependencies": {}, 15 "devDependencies": {}, 48 "homepage": "https://github.com/mikeal/oauth-sign#readme", 49 "license": "Apache-2.0", 50 "main": "index.js", 51 "name": "oauth-sign", 16 52 "optionalDependencies": {}, 17 " engines": {18 " node": "*"53 "repository": { 54 "url": "git+https://github.com/mikeal/oauth-sign.git" 19 55 }, 20 56 "scripts": { 21 57 "test": "node test.js" 22 } 58 }, 59 "version": "0.9.0" 23 60 }
Note:
See TracChangeset
for help on using the changeset viewer.