source: trip-planner-front/node_modules/json5/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 "json5@2.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "json5@2.2.0",
10 "_id": "json5@2.2.0",
11 "_inBundle": false,
12 "_integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
13 "_location": "/json5",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "json5@2.2.0",
19 "name": "json5",
20 "escapedName": "json5",
21 "rawSpec": "2.2.0",
22 "saveSpec": null,
23 "fetchSpec": "2.2.0"
24 },
25 "_requiredBy": [
26 "/@babel/core",
27 "/loader-utils"
28 ],
29 "_resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
30 "_spec": "2.2.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Aseem Kishore",
34 "email": "aseem.kishore@gmail.com"
35 },
36 "bin": {
37 "json5": "lib/cli.js"
38 },
39 "browser": "dist/index.js",
40 "bugs": {
41 "url": "https://github.com/json5/json5/issues"
42 },
43 "contributors": [
44 {
45 "name": "Max Nanasy",
46 "email": "max.nanasy@gmail.com"
47 },
48 {
49 "name": "Andrew Eisenberg",
50 "email": "andrew@eisenberg.as"
51 },
52 {
53 "name": "Jordan Tucker",
54 "email": "jordanbtucker@gmail.com"
55 }
56 ],
57 "dependencies": {
58 "minimist": "^1.2.5"
59 },
60 "description": "JSON for humans.",
61 "devDependencies": {
62 "core-js": "^2.6.5",
63 "eslint": "^5.15.3",
64 "eslint-config-standard": "^12.0.0",
65 "eslint-plugin-import": "^2.16.0",
66 "eslint-plugin-node": "^8.0.1",
67 "eslint-plugin-promise": "^4.0.1",
68 "eslint-plugin-standard": "^4.0.0",
69 "regenerate": "^1.4.0",
70 "rollup": "^0.64.1",
71 "rollup-plugin-buble": "^0.19.6",
72 "rollup-plugin-commonjs": "^9.2.1",
73 "rollup-plugin-node-resolve": "^3.4.0",
74 "rollup-plugin-terser": "^1.0.1",
75 "sinon": "^6.3.5",
76 "tap": "^12.6.0",
77 "unicode-10.0.0": "^0.7.5"
78 },
79 "engines": {
80 "node": ">=6"
81 },
82 "files": [
83 "lib/",
84 "dist/"
85 ],
86 "homepage": "http://json5.org/",
87 "keywords": [
88 "json",
89 "json5",
90 "es5",
91 "es2015",
92 "ecmascript"
93 ],
94 "license": "MIT",
95 "main": "lib/index.js",
96 "module": "dist/index.mjs",
97 "name": "json5",
98 "repository": {
99 "type": "git",
100 "url": "git+https://github.com/json5/json5.git"
101 },
102 "scripts": {
103 "build": "rollup -c",
104 "build-package": "node build/package.js",
105 "build-unicode": "node build/unicode.js",
106 "coverage": "tap --coverage-report html test",
107 "lint": "eslint --fix .",
108 "prepublishOnly": "npm run production",
109 "preversion": "npm run production",
110 "production": "npm run lint && npm test && npm run build",
111 "test": "tap -Rspec --100 test",
112 "version": "npm run build-package && git add package.json5"
113 },
114 "types": "lib/index.d.ts",
115 "version": "2.2.0"
116}
Note: See TracBrowser for help on using the repository browser.