Blame view

node_modules/oauth-sign/package.json 1.46 KB
aaac7fed   liuqimichale   add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
  {
    "_args": [
      [
        "oauth-sign@0.9.0",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "oauth-sign@0.9.0",
    "_id": "oauth-sign@0.9.0",
    "_inBundle": false,
    "_integrity": "sha1-R6ewFrqmi1+g7PPe4IqFxnmsZFU=",
    "_location": "/oauth-sign",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "oauth-sign@0.9.0",
      "name": "oauth-sign",
      "escapedName": "oauth-sign",
      "rawSpec": "0.9.0",
      "saveSpec": null,
      "fetchSpec": "0.9.0"
    },
    "_requiredBy": [
      "/request"
    ],
    "_resolved": "http://registry.npm.taobao.org/oauth-sign/download/oauth-sign-0.9.0.tgz",
    "_spec": "0.9.0",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Mikeal Rogers",
      "email": "mikeal.rogers@gmail.com",
      "url": "http://www.futurealoof.com"
    },
    "bugs": {
      "url": "https://github.com/mikeal/oauth-sign/issues"
    },
    "dependencies": {},
    "description": "OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.",
    "devDependencies": {},
    "engines": {
      "node": "*"
    },
    "files": [
      "index.js"
    ],
    "homepage": "https://github.com/mikeal/oauth-sign#readme",
    "license": "Apache-2.0",
    "main": "index.js",
    "name": "oauth-sign",
    "optionalDependencies": {},
    "repository": {
      "url": "git+https://github.com/mikeal/oauth-sign.git"
    },
    "scripts": {
      "test": "node test.js"
    },
    "version": "0.9.0"
  }