source: frontend/node_modules/strip-comments/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 2.1 KB
Line 
1{
2 "name": "strip-comments",
3 "description": "Strip line and/or block comments from a string. Blazing fast, and works with JavaScript, Sass, CSS, Less.js, and a number of other languages.",
4 "version": "2.0.1",
5 "homepage": "https://github.com/jonschlinkert/strip-comments",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/strip-comments",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/strip-comments/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js",
14 "lib"
15 ],
16 "main": "index.js",
17 "engines": {
18 "node": ">=10"
19 },
20 "scripts": {
21 "test": "mocha",
22 "cover": "nyc --reporter=text --reporter=html mocha"
23 },
24 "devDependencies": {
25 "gulp-format-md": "^2.0.0",
26 "mocha": "^6.2.2",
27 "nyc": "^14.1.1"
28 },
29 "keywords": [
30 "ada comments",
31 "apl comments",
32 "applescript comments",
33 "block comment",
34 "block",
35 "block-comment",
36 "c comments",
37 "code comment",
38 "comment",
39 "comments",
40 "csharp comments",
41 "css comments",
42 "css",
43 "hashbang comments",
44 "haskell comments",
45 "html comments",
46 "java comments",
47 "javascript comments",
48 "javascript",
49 "js",
50 "less comments",
51 "less css",
52 "less",
53 "less.js",
54 "lessjs",
55 "line comment",
56 "line comments",
57 "line",
58 "line-comment",
59 "line-comments",
60 "lua comments",
61 "matlab comments",
62 "ocaml comments",
63 "pascal comments",
64 "perl comments",
65 "php comments",
66 "python comments",
67 "remove",
68 "ruby comments",
69 "sass comments",
70 "sass",
71 "shebang comments",
72 "sql comments",
73 "strip",
74 "swift comments",
75 "typscript comments",
76 "xml comments"
77 ],
78 "verb": {
79 "toc": true,
80 "layout": "default",
81 "tasks": [
82 "readme"
83 ],
84 "plugins": [
85 "gulp-format-md"
86 ],
87 "helpers": [
88 "./examples/support/helpers.js"
89 ],
90 "related": {
91 "list": [
92 "code-context",
93 "extract-comments",
94 "parse-code-context",
95 "parse-comments"
96 ]
97 },
98 "lint": {
99 "reflinks": true
100 }
101 }
102}
Note: See TracBrowser for help on using the repository browser.