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

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

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
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": {},
40 "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
41 "devDependencies": {},
42 "engines": {
43 "node": "*"
44 },
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 },
56 "scripts": {
57 "test": "node test.js"
58 },
59 "version": "0.9.0"
60}
Note: See TracBrowser for help on using the repository browser.