Initial commit
[yaffs-website] / node_modules / oauth-sign / package.json
1 {
2   "_args": [
3     [
4       "oauth-sign@~0.8.1",
5       "/var/www/yaffs/node_modules/request"
6     ]
7   ],
8   "_from": "oauth-sign@>=0.8.1 <0.9.0",
9   "_id": "oauth-sign@0.8.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/oauth-sign",
13   "_nodeVersion": "5.9.0",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/oauth-sign-0.8.2.tgz_1462396399020_0.8175400267355144"
17   },
18   "_npmUser": {
19     "email": "simeonvelichkov@gmail.com",
20     "name": "simov"
21   },
22   "_npmVersion": "2.15.3",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "oauth-sign",
26     "raw": "oauth-sign@~0.8.1",
27     "rawSpec": "~0.8.1",
28     "scope": null,
29     "spec": ">=0.8.1 <0.9.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/request"
34   ],
35   "_resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz",
36   "_shasum": "46a6ab7f0aead8deae9ec0565780b7d4efeb9d43",
37   "_shrinkwrap": null,
38   "_spec": "oauth-sign@~0.8.1",
39   "_where": "/var/www/yaffs/node_modules/request",
40   "author": {
41     "email": "mikeal.rogers@gmail.com",
42     "name": "Mikeal Rogers",
43     "url": "http://www.futurealoof.com"
44   },
45   "bugs": {
46     "url": "https://github.com/mikeal/oauth-sign/issues"
47   },
48   "dependencies": {},
49   "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
50   "devDependencies": {},
51   "directories": {},
52   "dist": {
53     "shasum": "46a6ab7f0aead8deae9ec0565780b7d4efeb9d43",
54     "tarball": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz"
55   },
56   "engines": {
57     "node": "*"
58   },
59   "files": [
60     "index.js"
61   ],
62   "gitHead": "0b034206316132f57e26970152c2fb18e71bddd5",
63   "homepage": "https://github.com/mikeal/oauth-sign#readme",
64   "license": "Apache-2.0",
65   "main": "index.js",
66   "maintainers": [
67     {
68       "name": "mikeal",
69       "email": "mikeal.rogers@gmail.com"
70     },
71     {
72       "name": "nylen",
73       "email": "jnylen@gmail.com"
74     },
75     {
76       "name": "simov",
77       "email": "simeonvelichkov@gmail.com"
78     }
79   ],
80   "name": "oauth-sign",
81   "optionalDependencies": {},
82   "readme": "ERROR: No README data found!",
83   "repository": {
84     "url": "git+https://github.com/mikeal/oauth-sign.git"
85   },
86   "scripts": {
87     "test": "node test.js"
88   },
89   "version": "0.8.2"
90 }