summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify/node_modules/jsonify/package.json
blob: 8d84d72717ce4bab343ecae1d75415f2716b768e (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
{
  "_from": "jsonify@~0.0.0",
  "_id": "jsonify@0.0.0",
  "_integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=",
  "_location": "/request/har-validator/ajv/json-stable-stringify/jsonify",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jsonify@~0.0.0",
    "name": "jsonify",
    "escapedName": "jsonify",
    "rawSpec": "~0.0.0",
    "saveSpec": null,
    "fetchSpec": "~0.0.0"
  },
  "_requiredBy": [
    "/request/har-validator/ajv/json-stable-stringify"
  ],
  "_resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
  "_shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
  "_shrinkwrap": null,
  "_spec": "jsonify@~0.0.0",
  "_where": "/Users/zkat/Documents/code/npm/node_modules/request/node_modules/har-validator/node_modules/ajv/node_modules/json-stable-stringify",
  "author": {
    "name": "Douglas Crockford",
    "url": "http://crockford.com/"
  },
  "bin": null,
  "bugs": {
    "url": "https://github.com/substack/jsonify/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "JSON without touching any globals",
  "devDependencies": {
    "garbage": "0.0.x",
    "tap": "0.0.x"
  },
  "directories": {
    "lib": ".",
    "test": "test"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/substack/jsonify#readme",
  "keywords": [
    "json",
    "browser"
  ],
  "license": "Public Domain",
  "main": "index.js",
  "name": "jsonify",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/substack/jsonify.git"
  },
  "scripts": {
    "test": "tap test"
  },
  "version": "0.0.0"
}