Passed
Push — master ( 22873c...be0969 )
by Björn
02:06
created

package.json (3 issues)

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