UNPKG

1.34 kBJSONView Raw
1{
2 "_args": [
3 [
4 "jsonify@0.0.0",
5 "/Users/eshanker/Code/fsevents"
6 ]
7 ],
8 "_from": "jsonify@0.0.0",
9 "_id": "jsonify@0.0.0",
10 "_inBundle": false,
11 "_integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=",
12 "_location": "/jsonify",
13 "_phantomChildren": {},
14 "_requested": {
15 "type": "version",
16 "registry": true,
17 "raw": "jsonify@0.0.0",
18 "name": "jsonify",
19 "escapedName": "jsonify",
20 "rawSpec": "0.0.0",
21 "saveSpec": null,
22 "fetchSpec": "0.0.0"
23 },
24 "_requiredBy": [],
25 "_resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
26 "_spec": "0.0.0",
27 "_where": "/Users/eshanker/Code/fsevents",
28 "author": {
29 "name": "Douglas Crockford",
30 "url": "http://crockford.com/"
31 },
32 "bugs": {
33 "url": "https://github.com/substack/jsonify/issues"
34 },
35 "description": "JSON without touching any globals",
36 "devDependencies": {
37 "garbage": "0.0.x",
38 "tap": "0.0.x"
39 },
40 "directories": {
41 "lib": ".",
42 "test": "test"
43 },
44 "homepage": "https://github.com/substack/jsonify#readme",
45 "keywords": [
46 "json",
47 "browser"
48 ],
49 "license": "Public Domain",
50 "main": "index.js",
51 "name": "jsonify",
52 "repository": {
53 "type": "git",
54 "url": "git+ssh://git@github.com/substack/jsonify.git"
55 },
56 "scripts": {
57 "test": "tap test"
58 },
59 "version": "0.0.0"
60}