Passed
Push — master ( fac3d5...57f77c )
by Björn
01:45
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": "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
    "prismjs": "^1.6.0",
56
    "query-string": "^5.1.0",
57
    "querystring": "^0.2",
58
    "require-dir": "^1",
59
    "sassdoc": "^2",
60
    "slash": "^1",
61
    "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...
62
    "strip-indent": "^2",
63
    "supercollider": "^1",
64
    "through2": "^2",
65
    "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...
66
    "vinyl-fs": "^3"
67
  },
68
  "devDependencies": {
69
    "babel-core": "^6",
70
    "babel-loader": "^7",
71
    "babel-preset-env": "^1",
72
    "babel-register": "^6",
73
    "browser-sync": "^2",
74
    "chai": "^4",
75
    "chai-jquery": "^2",
76
    "clipboard": "^1",
77
    "corejs-typeahead": "^1.1.1",
78
    "eslint-html-reporter": "^0",
79
    "foundation-sites": "^6",
80
    "gulp": "github:gulpjs/gulp#4.0",
81
    "gulp-autoprefixer": "^3",
82
    "gulp-babel": "^6",
83
    "gulp-clean-css": "^3",
84
    "gulp-cli": "^1",
85
    "gulp-concat": "^2",
86
    "gulp-eslint": "^3",
87
    "gulp-extname": "^0.2",
88
    "gulp-if": "^2",
89
    "gulp-imagemin": "^2",
90
    "gulp-load-plugins": "^1",
91
    "gulp-mocha": "^4",
92
    "gulp-mocha-phantomjs": "^0.12",
93
    "gulp-rename": "^1",
94
    "gulp-ruby-sass": "^2",
95
    "gulp-sass": "^2",
96
    "gulp-sass-lint": "^1",
97
    "gulp-scss-lint": "^0.4",
98
    "gulp-sourcemaps": "^1.12.1",
99
    "gulp-strip-debug": "^1",
100
    "gulp-uglify": "^1",
101
    "gulp-uncss": "^1",
102
    "gulp-util": "^3",
103
    "highlight.js": "^9",
104
    "jquery": "^3",
105
    "js-yaml": "^3",
106
    "jshint-stylish": "^2",
107
    "mocha": "^3",
108
    "mocha-phantomjs": "^4",
109
    "mochawesome": "^2",
110
    "mochawesome-report-generator": "^1",
111
    "modernizr": "^3",
112
    "motion-ui": "^1",
113
    "opener": "^1",
114
    "panini": "^1.6.1",
115
    "rename-files": "^0.0.2",
116
    "replace-in-file": "^2",
117
    "require-dir": "^0.3",
118
    "requirejs": "^2",
119
    "rimraf": "^2",
120
    "sass-true": "^2",
121
    "sinon": "^1",
122
    "striptags": "^2.1.1",
123
    "style-sherpa": "^1",
124
    "vinyl-named": "^1",
125
    "webpack": "^2.7.0",
126
    "webpack-stream": "^3",
127
    "what-input": "^4",
128
    "yargs": "^3.32.0"
129
  },
130
  "repository": {
131
    "type": "git",
132
    "url": "https://gitlab.bjoernbartels.earth/js/patternlibrary.git"
133
  },
134
  "bugs": {
135
    "url": "https://gitlab.bjoernbartels.earth/js/patternlibrary/issues",
136
    "email": "[email protected]"
137
  },
138
  "babel": {
139
    "presets": [
140
      "env"
141
    ]
142
  },
143
  "private": false
144
}
145