source: trip-planner-front/node_modules/json3/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.8 KB
Line 
1{
2 "_args": [
3 [
4 "json3@3.3.3",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "json3@3.3.3",
10 "_id": "json3@3.3.3",
11 "_inBundle": false,
12 "_integrity": "sha512-c7/8mbUsKigAbLkD5B010BK4D9LZm7A1pNItkEwiUZRpIN66exu/e7YQWysGun+TRKaJp8MhemM+VkfWv42aCA==",
13 "_location": "/json3",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "json3@3.3.3",
19 "name": "json3",
20 "escapedName": "json3",
21 "rawSpec": "3.3.3",
22 "saveSpec": null,
23 "fetchSpec": "3.3.3"
24 },
25 "_requiredBy": [
26 "/sockjs-client"
27 ],
28 "_resolved": "https://registry.npmjs.org/json3/-/json3-3.3.3.tgz",
29 "_spec": "3.3.3",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Kit Cambridge",
33 "email": "github@kitcambridge.be",
34 "url": "http://kitcambridge.be/"
35 },
36 "bugs": {
37 "url": "https://github.com/bestiejs/json3/issues"
38 },
39 "contributors": [
40 {
41 "name": "Mangled Deutz",
42 "email": "olivier@webitup.fr",
43 "url": "http://tech.roxee.tv/"
44 },
45 {
46 "name": "Øyvind Sean Kinsey",
47 "email": "oyvind@kinsey.no",
48 "url": "http://fb.me/ok"
49 },
50 {
51 "name": "Oskar Schöldström",
52 "email": "public@oxy.fi",
53 "url": "http://oxy.fi/"
54 },
55 {
56 "name": "Kiryl Yermakou",
57 "email": "rma4ok@gmail.com",
58 "url": "https://github.com/rma4ok"
59 }
60 ],
61 "description": "A JSON polyfill for older JavaScript platforms.",
62 "devDependencies": {
63 "curl-amd": "~0.8.12",
64 "highlight.js": "~8.3.0",
65 "marked": "~0.3.2",
66 "requirejs": "~2.1.15",
67 "spec": "~1.0.1",
68 "tar": "~1.0.2"
69 },
70 "files": [
71 "README.md",
72 "LICENSE",
73 "lib/json3.js",
74 "lib/json3.min.js"
75 ],
76 "homepage": "https://bestiejs.github.io/json3",
77 "jam": {
78 "main": "./lib/json3.js",
79 "includes": [
80 "README.md",
81 "LICENSE",
82 "lib/json3.js",
83 "lib/json3.min.js"
84 ]
85 },
86 "keywords": [
87 "json",
88 "spec",
89 "ecma",
90 "es5",
91 "lexer",
92 "parser",
93 "stringify"
94 ],
95 "license": "MIT",
96 "main": "./lib/json3",
97 "maintainers": [
98 {
99 "name": "Kit Cambridge",
100 "email": "github@kitcambridge.be",
101 "url": "http://kitcambridge.be/"
102 },
103 {
104 "name": "Benjamin Tan",
105 "email": "demoneaux@gmail.com",
106 "url": "https://d10.github.io/"
107 }
108 ],
109 "name": "json3",
110 "repository": {
111 "type": "git",
112 "url": "git://github.com/bestiejs/json3.git"
113 },
114 "scripts": {
115 "test": "node test/test_*.js"
116 },
117 "version": "3.3.3",
118 "volo": {
119 "type": "directory",
120 "ignore": [
121 ".*",
122 "build.js",
123 "index.html",
124 "component.json",
125 "bower.json",
126 "benchmark",
127 "page",
128 "test",
129 "vendor"
130 ]
131 }
132}
Note: See TracBrowser for help on using the repository browser.