Changeset 79a0317 for imaps-frontend/node_modules/strip-json-comments
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/strip-json-comments/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "strip-json-comments", 3 "version": "3.1.1", 4 "description": "Strip comments from JSON. Lets you use comments in your JSON files!", 5 "license": "MIT", 6 "repository": "sindresorhus/strip-json-comments", 7 "funding": "https://github.com/sponsors/sindresorhus", 8 "author": { 9 "name": "Sindre Sorhus", 10 "email": "sindresorhus@gmail.com", 11 "url": "https://sindresorhus.com" 12 }, 13 "engines": { 14 "node": ">=8" 15 }, 16 "scripts": { 17 "test": "xo && ava && tsd", 18 "bench": "matcha benchmark.js" 19 }, 20 "files": [ 21 "index.js", 22 "index.d.ts" 23 ], 24 "keywords": [ 25 "json", 26 "strip", 27 "comments", 28 "remove", 29 "delete", 30 "trim", 31 "multiline", 32 "parse", 33 "config", 34 "configuration", 35 "settings", 36 "util", 37 "env", 38 "environment", 39 "jsonc" 40 ], 41 "devDependencies": { 42 "ava": "^1.4.1", 43 "matcha": "^0.7.0", 44 "tsd": "^0.7.2", 45 "xo": "^0.24.0" 46 } 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" 47 79 }
Note:
See TracChangeset
for help on using the changeset viewer.