Passed
Push — master ( 247477...5b3840 )
by Björn
02:52
created

package.json (1 issue)

Severity
1
{
2
  "name": "node-patternlibrary",
3
  "version": "0.0.3",
4
  "description": "a tiny pattern-library documention generator",
5
  "keywords": [
6
    "pattern-library",
7
    "partials",
8
    "components",
9
    "documentation",
10
    "generator",
11
    "handlebars",
12
    "markdown-it",
13
    "sassdoc",
14
    "jsdoc",
15
    "GUI"
16
  ],
17
  "main": "index.js",
18
  "scripts": {
19
    "test": "nyc mocha --require babel-register",
20
    "dev": "gulp",
21
    "build": "gulp",
22
    "demo": "gulp --demo",
23
    "reinstall": "rm -rf node_modules bower_components package-lock.json ; npm install; bower link siteapp; npm test; npm run demo"
24
  },
25
  "author": "Björn Bartels <[email protected]>",
26
  "license": "Apache-2.0",
27
  "bin": {},
28
  "dependencies": {
29
    "assert-dir-equal": "^1",
30
    "chalk": "^2",
31
    "cheerio": "^0.22",
32
    "coveralls": "^3",
33
    "curl": "^0.1",
34
    "d3": "^4",
35
    "deep-extend": "^0.5",
36
    "front-matter": "^2",
37
    "fs-extra": "^5",
38
    "galenframework": "^2",
39
    "glob": "^7",
40
    "handlebars": "^4",
41
    "highlight.js": "^9",
42
    "inky": "^1",
43
    "js-beautify": "^1",
44
    "js-yaml": "^3",
45
    "jsdoc-api": "^4",
46
    "jsdoc3-parser": "^2",
47
    "jsonfile": "^4",
48
    "kebab-case": "^1",
49
    "markdown-it": "^8",
50
    "markdown-it-abbr": "^1",
51
    "markdown-it-anchor": "^4",
52
    "markdown-it-component": "^1",
53
    "markdown-it-container": "^2",
54
    "markdown-it-deflist": "^2",
55
    "markdown-it-emoji": "^1",
56
    "markdown-it-fontawesome": "^0.2",
57
    "markdown-it-footnote": "^3",
58
    "markdown-it-sub": "^1",
59
    "markdown-it-sup": "^1",
60
    "markdown-it-table-of-contents": "^0.3",
61
    "markdown-it-task-lists": "^2",
62
    "minimatch": "^3",
0 ignored issues
show
This dependency has a security advisory: Regular Expression Denial of Service
Recommendation: Updated to version 3.0.2 or greater
Loading history...
63
    "mkdirp": "^0.5",
64
    "mocha": "^5",
65
    "mocha-lcov-reporter": "^1",
66
    "multiline": "^1",
67
    "nopt": "^4",
68
    "nyc": "^11.6.0",
69
    "prismjs": "^1.6.0",
70
    "query-string": "^5.1.0",
71
    "querystring": "^0.2",
72
    "require-dir": "^1",
73
    "sassdoc": "^2",
74
    "slash": "^1",
75
    "string-template": "^1",
76
    "strip-indent": "^2",
77
    "supercollider": "^1",
78
    "through2": "^2",
79
    "uglify-js": "^2",
80
    "vinyl-fs": "^3"
81
  },
82
  "devDependencies": {
83
    "babel-core": "^6",
84
    "babel-loader": "^7",
85
    "babel-preset-env": "^1",
86
    "babel-register": "^6",
87
    "browser-sync": "^2",
88
    "chai": "^4",
89
    "chai-jquery": "^2",
90
    "clipboard": "^1",
91
    "corejs-typeahead": "^1",
92
    "eslint-html-reporter": "^0",
93
    "foundation-sites": "^6",
94
    "gulp": "github:gulpjs/gulp#4.0",
95
    "gulp-autoprefixer": "^3",
96
    "gulp-babel": "^6",
97
    "gulp-clean-css": "^3",
98
    "gulp-cli": "^1",
99
    "gulp-concat": "^2",
100
    "gulp-eslint": "^3",
101
    "gulp-extname": "^0.2",
102
    "gulp-if": "^2",
103
    "gulp-imagemin": "^2",
104
    "gulp-load-plugins": "^1",
105
    "gulp-mocha": "^4",
106
    "gulp-mocha-phantomjs": "^0.12",
107
    "gulp-rename": "^1",
108
    "gulp-ruby-sass": "^2",
109
    "gulp-sass": "^2",
110
    "gulp-sass-lint": "^1",
111
    "gulp-scss-lint": "^0.4",
112
    "gulp-sourcemaps": "^1",
113
    "gulp-strip-debug": "^1",
114
    "gulp-uglify": "^1",
115
    "gulp-uncss": "^1",
116
    "gulp-util": "^3",
117
    "highlight.js": "^9",
118
    "jquery": "^3",
119
    "js-yaml": "^3",
120
    "jshint-stylish": "^2",
121
    "mocha": "^3",
122
    "mocha-phantomjs": "^4",
123
    "mochawesome": "^2",
124
    "mochawesome-report-generator": "^1",
125
    "modernizr": "^3",
126
    "motion-ui": "^1",
127
    "opener": "^1",
128
    "panini": "^1.6.1",
129
    "rename-files": "^0.0.2",
130
    "replace-in-file": "^2",
131
    "require-dir": "^0.3",
132
    "requirejs": "^2",
133
    "rimraf": "^2",
134
    "sass-true": "^2",
135
    "sinon": "^1",
136
    "striptags": "^2.1.1",
137
    "style-sherpa": "^1",
138
    "vinyl-named": "^1",
139
    "webpack": "^2",
140
    "webpack-stream": "^3",
141
    "what-input": "^4",
142
    "yargs": "^3"
143
  },
144
  "repository": {
145
    "type": "git",
146
    "url": "https://gitlab.bjoernbartels.earth/js/patternlibrary.git"
147
  },
148
  "bugs": {
149
    "url": "https://gitlab.bjoernbartels.earth/js/patternlibrary/issues",
150
    "email": "[email protected]"
151
  },
152
  "babel": {
153
    "presets": [
154
      "env"
155
    ]
156
  },
157
  "nyc": {
158
    "include": [
159
      "lib/**/*.js"
160
    ],
161
    "exclude": [
162
      "lib/patterntemplate/**/*"
163
    ],
164
    "reporter": [
165
      "lcov",
166
      "clover",
167
      "html",
168
      "text-summary"
169
    ],
170
    "report-dir": "./dist/coverage"
171
  },
172
  "private": false
173
}
174