source: imaps-frontend/node_modules/strip-json-comments/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_from": "strip-json-comments@^3.1.1",
3 "_id": "strip-json-comments@3.1.1",
4 "_inBundle": false,
5 "_integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
6 "_location": "/strip-json-comments",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "strip-json-comments@^3.1.1",
12 "name": "strip-json-comments",
13 "escapedName": "strip-json-comments",
14 "rawSpec": "^3.1.1",
15 "saveSpec": null,
16 "fetchSpec": "^3.1.1"
17 },
18 "_requiredBy": [
19 "/@eslint/eslintrc"
20 ],
21 "_resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
22 "_shasum": "31f1281b3832630434831c310c01cccda8cbe006",
23 "_spec": "strip-json-comments@^3.1.1",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@eslint/eslintrc",
25 "author": {
26 "name": "Sindre Sorhus",
27 "email": "sindresorhus@gmail.com",
28 "url": "https://sindresorhus.com"
29 },
30 "bugs": {
31 "url": "https://github.com/sindresorhus/strip-json-comments/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
36 "devDependencies": {
37 "ava": "^1.4.1",
38 "matcha": "^0.7.0",
39 "tsd": "^0.7.2",
40 "xo": "^0.24.0"
41 },
42 "engines": {
43 "node": ">=8"
44 },
45 "files": [
46 "index.js",
47 "index.d.ts"
48 ],
49 "funding": "https://github.com/sponsors/sindresorhus",
50 "homepage": "https://github.com/sindresorhus/strip-json-comments#readme",
51 "keywords": [
52 "json",
53 "strip",
54 "comments",
55 "remove",
56 "delete",
57 "trim",
58 "multiline",
59 "parse",
60 "config",
61 "configuration",
62 "settings",
63 "util",
64 "env",
65 "environment",
66 "jsonc"
67 ],
68 "license": "MIT",
69 "name": "strip-json-comments",
70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/sindresorhus/strip-json-comments.git"
73 },
74 "scripts": {
75 "bench": "matcha benchmark.js",
76 "test": "xo && ava && tsd"
77 },
78 "version": "3.1.1"
79}
Note: See TracBrowser for help on using the repository browser.