source: trip-planner-front/node_modules/jsonparse/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.4 KB
Line 
1{
2 "_args": [
3 [
4 "jsonparse@1.3.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "jsonparse@1.3.1",
10 "_id": "jsonparse@1.3.1",
11 "_inBundle": false,
12 "_integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=",
13 "_location": "/jsonparse",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "jsonparse@1.3.1",
19 "name": "jsonparse",
20 "escapedName": "jsonparse",
21 "rawSpec": "1.3.1",
22 "saveSpec": null,
23 "fetchSpec": "1.3.1"
24 },
25 "_requiredBy": [
26 "/minipass-json-stream"
27 ],
28 "_resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz",
29 "_spec": "1.3.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Tim Caswell",
33 "email": "tim@creationix.com"
34 },
35 "bugs": {
36 "url": "http://github.com/creationix/jsonparse/issues"
37 },
38 "description": "This is a pure-js JSON streaming parser for node.js",
39 "devDependencies": {
40 "tap": "~0.3.3",
41 "tape": "~0.1.1"
42 },
43 "engines": [
44 "node >= 0.2.0"
45 ],
46 "homepage": "https://github.com/creationix/jsonparse#readme",
47 "license": "MIT",
48 "main": "jsonparse.js",
49 "name": "jsonparse",
50 "repository": {
51 "type": "git",
52 "url": "git+ssh://git@github.com/creationix/jsonparse.git"
53 },
54 "scripts": {
55 "test": "tap test/*.js"
56 },
57 "tags": [
58 "json",
59 "stream"
60 ],
61 "version": "1.3.1"
62}
Note: See TracBrowser for help on using the repository browser.