UNPKG

780 BJSONView Raw
1{
2 "name": "strip-json-comments",
3 "version": "3.1.0",
4 "description": "Strip comments from JSON. Lets you use comments in your JSON files!",
5 "license": "MIT",
6 "repository": "sindresorhus/strip-json-comments",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=8"
14 },
15 "scripts": {
16 "test": "xo && ava && tsd",
17 "bench": "matcha benchmark.js"
18 },
19 "files": [
20 "index.js",
21 "index.d.ts"
22 ],
23 "keywords": [
24 "json",
25 "strip",
26 "comments",
27 "remove",
28 "delete",
29 "trim",
30 "multiline",
31 "parse",
32 "config",
33 "configuration",
34 "settings",
35 "util",
36 "env",
37 "environment"
38 ],
39 "devDependencies": {
40 "ava": "^1.4.1",
41 "matcha": "^0.7.0",
42 "tsd": "^0.7.2",
43 "xo": "^0.24.0"
44 }
45}