1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "json-stringify-safe@5.0.1",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "json-stringify-safe@5.0.1",
|
---|
10 | "_id": "json-stringify-safe@5.0.1",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
|
---|
13 | "_location": "/json-stringify-safe",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "json-stringify-safe@5.0.1",
|
---|
19 | "name": "json-stringify-safe",
|
---|
20 | "escapedName": "json-stringify-safe",
|
---|
21 | "rawSpec": "5.0.1",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "5.0.1"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/request"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
|
---|
29 | "_spec": "5.0.1",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Isaac Z. Schlueter",
|
---|
33 | "email": "i@izs.me",
|
---|
34 | "url": "http://blog.izs.me"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/isaacs/json-stringify-safe/issues"
|
---|
38 | },
|
---|
39 | "contributors": [
|
---|
40 | {
|
---|
41 | "name": "Andri Möll",
|
---|
42 | "email": "andri@dot.ee",
|
---|
43 | "url": "http://themoll.com"
|
---|
44 | }
|
---|
45 | ],
|
---|
46 | "description": "Like JSON.stringify, but doesn't blow up on circular refs.",
|
---|
47 | "devDependencies": {
|
---|
48 | "mocha": ">= 2.1.0 < 3",
|
---|
49 | "must": ">= 0.12 < 0.13",
|
---|
50 | "sinon": ">= 1.12.2 < 2"
|
---|
51 | },
|
---|
52 | "homepage": "https://github.com/isaacs/json-stringify-safe",
|
---|
53 | "keywords": [
|
---|
54 | "json",
|
---|
55 | "stringify",
|
---|
56 | "circular",
|
---|
57 | "safe"
|
---|
58 | ],
|
---|
59 | "license": "ISC",
|
---|
60 | "main": "stringify.js",
|
---|
61 | "name": "json-stringify-safe",
|
---|
62 | "repository": {
|
---|
63 | "type": "git",
|
---|
64 | "url": "git://github.com/isaacs/json-stringify-safe.git"
|
---|
65 | },
|
---|
66 | "scripts": {
|
---|
67 | "test": "node test.js"
|
---|
68 | },
|
---|
69 | "version": "5.0.1"
|
---|
70 | }
|
---|