Blame view

node_modules/json-stringify-safe/package.json 1.71 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
61
62
63
64
65
66
67
68
69
70
  {
    "_args": [
      [
        "json-stringify-safe@5.0.1",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "json-stringify-safe@5.0.1",
    "_id": "json-stringify-safe@5.0.1",
    "_inBundle": false,
    "_integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
    "_location": "/json-stringify-safe",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "json-stringify-safe@5.0.1",
      "name": "json-stringify-safe",
      "escapedName": "json-stringify-safe",
      "rawSpec": "5.0.1",
      "saveSpec": null,
      "fetchSpec": "5.0.1"
    },
    "_requiredBy": [
      "/request"
    ],
    "_resolved": "http://registry.npm.taobao.org/json-stringify-safe/download/json-stringify-safe-5.0.1.tgz",
    "_spec": "5.0.1",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Isaac Z. Schlueter",
      "email": "i@izs.me",
      "url": "http://blog.izs.me"
    },
    "bugs": {
      "url": "https://github.com/isaacs/json-stringify-safe/issues"
    },
    "contributors": [
      {
        "name": "Andri Möll",
        "email": "andri@dot.ee",
        "url": "http://themoll.com"
      }
    ],
    "description": "Like JSON.stringify, but doesn't blow up on circular refs.",
    "devDependencies": {
      "mocha": ">= 2.1.0 < 3",
      "must": ">= 0.12 < 0.13",
      "sinon": ">= 1.12.2 < 2"
    },
    "homepage": "https://github.com/isaacs/json-stringify-safe",
    "keywords": [
      "json",
      "stringify",
      "circular",
      "safe"
    ],
    "license": "ISC",
    "main": "stringify.js",
    "name": "json-stringify-safe",
    "repository": {
      "type": "git",
      "url": "git://github.com/isaacs/json-stringify-safe.git"
    },
    "scripts": {
      "test": "node test.js"
    },
    "version": "5.0.1"
  }