summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/json-stringify-safe/package.json
blob: 35400846685d6c3eadd7ea8f26a916bdd27095eb (plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
  "_args": [
    [
      {
        "raw": "json-stringify-safe@~5.0.1",
        "scope": null,
        "escapedName": "json-stringify-safe",
        "name": "json-stringify-safe",
        "rawSpec": "~5.0.1",
        "spec": ">=5.0.1 <5.1.0",
        "type": "range"
      },
      "/Users/rebecca/code/npm/node_modules/request"
    ]
  ],
  "_from": "json-stringify-safe@>=5.0.1 <5.1.0",
  "_id": "json-stringify-safe@5.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/json-stringify-safe",
  "_nodeVersion": "2.0.1",
  "_npmUser": {
    "name": "isaacs",
    "email": "isaacs@npmjs.com"
  },
  "_npmVersion": "2.10.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "json-stringify-safe@~5.0.1",
    "scope": null,
    "escapedName": "json-stringify-safe",
    "name": "json-stringify-safe",
    "rawSpec": "~5.0.1",
    "spec": ">=5.0.1 <5.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
  "_shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
  "_shrinkwrap": null,
  "_spec": "json-stringify-safe@~5.0.1",
  "_where": "/Users/rebecca/code/npm/node_modules/request",
  "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"
    }
  ],
  "dependencies": {},
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "1296a2d58fd45f19a0f6ce01d65701e2c735b6eb",
    "tarball": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz"
  },
  "gitHead": "3890dceab3ad14f8701e38ca74f38276abc76de5",
  "homepage": "https://github.com/isaacs/json-stringify-safe",
  "keywords": [
    "json",
    "stringify",
    "circular",
    "safe"
  ],
  "license": "ISC",
  "main": "stringify.js",
  "maintainers": [
    {
      "name": "isaacs",
      "email": "i@izs.me"
    },
    {
      "name": "moll",
      "email": "andri@dot.ee"
    }
  ],
  "name": "json-stringify-safe",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/isaacs/json-stringify-safe.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "5.0.1"
}