source: trip-planner-front/node_modules/oauth-sign/package.json@ e29cc2e

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[6a3a178]1{
[59329aa]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"
[6a3a178]24 },
[59329aa]25 "_requiredBy": [
26 "/request"
[6a3a178]27 ],
[59329aa]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 },
[6a3a178]39 "dependencies": {},
[59329aa]40 "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
[6a3a178]41 "devDependencies": {},
42 "engines": {
43 "node": "*"
44 },
[59329aa]45 "files": [
46 "index.js"
47 ],
48 "homepage": "https://github.com/mikeal/oauth-sign#readme",
49 "license": "Apache-2.0",
50 "main": "index.js",
51 "name": "oauth-sign",
52 "optionalDependencies": {},
53 "repository": {
54 "url": "git+https://github.com/mikeal/oauth-sign.git"
55 },
[6a3a178]56 "scripts": {
57 "test": "node test.js"
[59329aa]58 },
59 "version": "0.9.0"
[6a3a178]60}
Note: See TracBrowser for help on using the repository browser.