Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80552 views
1
{
2
"name": "jsonify",
3
"version": "0.0.0",
4
"description": "JSON without touching any globals",
5
"main": "index.js",
6
"directories": {
7
"lib": ".",
8
"test": "test"
9
},
10
"devDependencies": {
11
"tap": "0.0.x",
12
"garbage": "0.0.x"
13
},
14
"scripts": {
15
"test": "tap test"
16
},
17
"repository": {
18
"type": "git",
19
"url": "git://github.com/substack/jsonify.git"
20
},
21
"keywords": [
22
"json",
23
"browser"
24
],
25
"author": {
26
"name": "Douglas Crockford",
27
"url": "http://crockford.com/"
28
},
29
"license": "Public Domain",
30
"_id": "[email protected]",
31
"dependencies": {},
32
"engines": {
33
"node": "*"
34
},
35
"_engineSupported": true,
36
"_npmVersion": "1.0.10",
37
"_nodeVersion": "v0.5.0-pre",
38
"_defaultsLoaded": true,
39
"dist": {
40
"shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
41
"tarball": "http://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz"
42
},
43
"maintainers": [
44
{
45
"name": "substack",
46
"email": "[email protected]"
47
}
48
],
49
"_shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
50
"_resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
51
"_from": "jsonify@>=0.0.0 <0.1.0",
52
"bugs": {
53
"url": "https://github.com/substack/jsonify/issues"
54
},
55
"readme": "ERROR: No README data found!",
56
"homepage": "https://github.com/substack/jsonify#readme"
57
}
58
59