Initial commit
[yaffs-website] / node_modules / jsonify / package.json
1 {
2   "_args": [
3     [
4       "jsonify@~0.0.0",
5       "/var/www/yaffs/node_modules/json-stable-stringify"
6     ]
7   ],
8   "_defaultsLoaded": true,
9   "_engineSupported": true,
10   "_from": "jsonify@>=0.0.0 <0.1.0",
11   "_id": "jsonify@0.0.0",
12   "_inCache": true,
13   "_installable": true,
14   "_location": "/jsonify",
15   "_nodeVersion": "v0.5.0-pre",
16   "_npmVersion": "1.0.10",
17   "_phantomChildren": {},
18   "_requested": {
19     "name": "jsonify",
20     "raw": "jsonify@~0.0.0",
21     "rawSpec": "~0.0.0",
22     "scope": null,
23     "spec": ">=0.0.0 <0.1.0",
24     "type": "range"
25   },
26   "_requiredBy": [
27     "/json-stable-stringify"
28   ],
29   "_resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
30   "_shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
31   "_shrinkwrap": null,
32   "_spec": "jsonify@~0.0.0",
33   "_where": "/var/www/yaffs/node_modules/json-stable-stringify",
34   "author": {
35     "name": "Douglas Crockford",
36     "url": "http://crockford.com/"
37   },
38   "bugs": {
39     "url": "https://github.com/substack/jsonify/issues"
40   },
41   "dependencies": {},
42   "description": "JSON without touching any globals",
43   "devDependencies": {
44     "garbage": "0.0.x",
45     "tap": "0.0.x"
46   },
47   "directories": {
48     "lib": ".",
49     "test": "test"
50   },
51   "dist": {
52     "shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
53     "tarball": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz"
54   },
55   "engines": {
56     "node": "*"
57   },
58   "homepage": "https://github.com/substack/jsonify#readme",
59   "keywords": [
60     "browser",
61     "json"
62   ],
63   "license": "Public Domain",
64   "main": "index.js",
65   "maintainers": [
66     {
67       "name": "substack",
68       "email": "mail@substack.net"
69     }
70   ],
71   "name": "jsonify",
72   "optionalDependencies": {},
73   "readme": "ERROR: No README data found!",
74   "repository": {
75     "type": "git",
76     "url": "git://github.com/substack/jsonify.git"
77   },
78   "scripts": {
79     "test": "tap test"
80   },
81   "version": "0.0.0"
82 }