From 29368310797adaae9b1e3edbb4438db69885e308 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Tue, 4 May 2021 07:46:55 +0100 Subject: [PATCH] Updating package.json --- package.json | 578 ++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 499 insertions(+), 79 deletions(-) diff --git a/package.json b/package.json index d066d77..dca8c9e 100644 --- a/package.json +++ b/package.json @@ -1,82 +1,502 @@ { - "name": "skeletonic", - "version": "1.1.2", - "description": "A dead on, lightweight, responsive and modern CSS framework.", - "keywords": [ - "skeletonic", - "CSS", - "lightweight", - "dead on", - "responsive", - "framework", - "semantic", - "mobile-first", - "modern", - "style-agnostic", - "front-end", - "frontend", - "grid system", - "typography" - ], - "style": "dist/skeletonic.min.css", - "main": "dist/skeletonic.min.css", - "filename": "skeletonic.min.css", - "scripts": { - "test": "mocha", - "build": "gulp" - }, - "repository": "git+https://github.com/sebastienrousseau/skeletonic.git", - "author": "Reedia Limited (https://github.com/reedia)", - "license": "MIT", - "license_URI": "http://www.opensource.org/licenses/mit-license.php", - "bugs": { - "url": "https://github.com/sebastienrousseau/skeletonic/issues" - }, - "homepage": "https://skeletonic.io", - "autoupdate": { - "source": "git", - "target": "git://github.com/sebastienrousseau/skeletonic.git", - "fileMap": [ - { - "basePath": "dist", - "files": [ - "skeletonic-animations.css", - "skeletonic-animations.css.map", - "skeletonic-animations.min.css", - "skeletonic-colours.css", - "skeletonic-colours.css.map", - "skeletonic-colours.min.css", - "skeletonic-fonts.css", - "skeletonic-fonts.css.map", - "skeletonic-fonts.min.css", - "skeletonic-pattern.css", - "skeletonic-pattern.css.map", - "skeletonic-pattern.min.css", - "skeletonic.css", - "skeletonic.css.map", - "skeletonic.min.css" - ] - } + "name": "skeletonic", + "version": "1.1.2", + "description": "A dead on, lightweight, responsive and modern CSS framework.", + "keywords": [ + "skeletonic", + "CSS", + "lightweight", + "dead on", + "responsive", + "framework", + "semantic", + "mobile-first", + "modern", + "style-agnostic", + "front-end", + "frontend", + "grid system", + "typography" + ], + "style": "dist/skeletonic.min.css", + "main": "dist/skeletonic.min.css", + "filename": "skeletonic.min.css", + "scripts": { + "test": "mocha", + "build": "gulp" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/sebastienrousseau/skeletonic.git" + }, + "author": "Reedia Limited (https://github.com/reedia)", + "license": "MIT", + "license_URI": "http://www.opensource.org/licenses/mit-license.php", + "bugs": { + "url": "https://github.com/sebastienrousseau/skeletonic/issues" + }, + "homepage": "https://skeletonic.io", + "autoupdate": { + "source": "git", + "target": "git://github.com/sebastienrousseau/skeletonic.git", + "fileMap": [ + { + "basePath": "dist", + "files": [ + "skeletonic-animations.css", + "skeletonic-animations.css.map", + "skeletonic-animations.min.css", + "skeletonic-colours.css", + "skeletonic-colours.css.map", + "skeletonic-colours.min.css", + "skeletonic-fonts.css", + "skeletonic-fonts.css.map", + "skeletonic-fonts.min.css", + "skeletonic-pattern.css", + "skeletonic-pattern.css.map", + "skeletonic-pattern.min.css", + "skeletonic.css", + "skeletonic.css.map", + "skeletonic.min.css" ] - }, - "devDependencies": { - "csslint-stylish": "^0.0.6", - "del": "^6.0.0", - "gulp": "^4.0.2", - "gulp-clean-css": "^4.3.0", - "gulp-cli": "^2.3.0", - "gulp-concat": "^2.6.1", - "gulp-csscomb": "^3.1.0", - "gulp-csslint": "^1.0.1", - "gulp-git": "^2.10.1", - "gulp-header": "^2.0.9", - "gulp-rename": "^2.0.0", - "gulp-size": "^3.0.0", - "gulp-sourcemaps": "^3.0.0", - "gulp-stylus": "^2.7.0", - "gulp-version-filename": "^2.0.0", - "mocha": "^8.3.2", - "should": "^13.2.3", - "vinyl-paths": "3.0.1" - } + } + ] + }, + "devDependencies": { + "csslint-stylish": "^0.0.6", + "del": "^6.0.0", + "gulp": "^4.0.2", + "gulp-clean-css": "^4.3.0", + "gulp-cli": "^2.3.0", + "gulp-concat": "^2.6.1", + "gulp-csscomb": "^3.1.0", + "gulp-csslint": "^1.0.1", + "gulp-git": "^2.10.1", + "gulp-header": "^2.0.9", + "gulp-rename": "^2.0.0", + "gulp-size": "^3.0.0", + "gulp-sourcemaps": "^3.0.0", + "gulp-stylus": "^2.7.0", + "gulp-version-filename": "^2.0.0", + "mocha": "^8.3.2", + "should": "^13.2.3", + "vinyl-paths": "3.0.1" + }, + "directories": { + "test": "test" + }, + "dependencies": { + "align-text": "^0.1.4", + "acorn": "^6.4.2", + "aggregate-error": "^3.1.0", + "ansi-gray": "^0.1.1", + "ansi-colors": "^1.1.0", + "ansi-red": "^0.1.1", + "ansi-cyan": "^0.1.1", + "any-shell-escape": "^0.1.1", + "ansi-styles": "^2.2.1", + "anymatch": "^2.0.0", + "ansi-wrap": "^0.1.0", + "append-buffer": "^1.0.2", + "argparse": "^2.0.1", + "archy": "^1.0.0", + "arr-diff": "^4.0.0", + "arr-flatten": "^1.1.0", + "arr-filter": "^1.1.2", + "arr-map": "^2.0.2", + "arr-union": "^3.1.0", + "array-each": "^1.0.1", + "array-slice": "^1.1.0", + "array-initial": "^1.1.0", + "array-sort": "^1.0.0", + "array-last": "^1.3.0", + "array-union": "^2.1.0", + "assign-symbols": "^1.0.0", + "array-unique": "^0.3.2", + "async-done": "^1.3.2", + "async-settle": "^1.0.0", + "async-each": "^1.0.3", + "atob": "^2.1.2", + "bach": "^1.2.0", + "balanced-match": "^1.0.2", + "base": "^0.11.2", + "binary-extensions": "^1.13.1", + "brace-expansion": "^1.1.11", + "braces": "^2.3.2", + "bindings": "^1.5.0", + "browser-stdout": "^1.3.1", + "buffer-from": "^1.1.1", + "cache-base": "^1.0.1", + "call-bind": "^1.0.2", + "buffer-equal": "^1.0.0", + "camelcase": "^3.0.0", + "chalk": "^1.1.3", + "center-align": "^0.1.3", + "chokidar": "^2.1.8", + "clean-stack": "^2.2.0", + "class-utils": "^0.3.6", + "clean-css": "^4.2.3", + "clone": "^2.1.2", + "clone-buffer": "^1.0.0", + "clone-stats": "^1.0.0", + "cliui": "^3.2.0", + "cloneable-readable": "^1.1.3", + "collection-map": "^1.0.0", + "code-point-at": "^1.1.0", + "color-support": "^1.1.3", + "collection-visit": "^1.0.0", + "color-convert": "^1.9.3", + "commander": "^2.0.0", + "color-name": "^1.1.3", + "concat-map": "^0.0.1", + "component-emitter": "^1.3.0", + "concat-stream": "^1.6.2", + "concat-with-sourcemaps": "^1.1.0", + "copy-descriptor": "^0.1.1", + "convert-source-map": "^1.7.0", + "core-util-is": "^1.0.2", + "copy-props": "^2.0.5", + "css": "^3.0.0", + "css-parse": "^2.0.0", + "csscomb": "^3.1.8", + "csslint": "^1.0.5", + "csscomb-core": "^3.0.0-3.1", + "d": "^1.0.1", + "debug-fabulous": "^1.1.0", + "debug": "^3.2.7", + "default-compare": "^1.0.0", + "default-resolution": "^2.0.0", + "decamelize": "^1.2.0", + "detect-file": "^1.0.0", + "decode-uri-component": "^0.2.0", + "diff": "^5.0.0", + "detect-newline": "^2.1.0", + "define-properties": "^1.1.3", + "define-property": "^0.2.5", + "dir-glob": "^3.0.1", + "emoji-regex": "^8.0.0", + "duplexify": "^3.7.1", + "duplexer": "^0.1.2", + "each-props": "^1.3.2", + "end-of-stream": "^1.4.4", + "es6-iterator": "^2.0.3", + "es5-ext": "^0.10.53", + "escalade": "^3.1.1", + "error-ex": "^1.3.2", + "es6-weak-map": "^2.0.3", + "es6-symbol": "^3.1.3", + "expand-brackets": "^2.1.4", + "escape-string-regexp": "^1.0.5", + "event-emitter": "^0.3.5", + "ext": "^1.4.0", + "extend-shallow": "^2.0.1", + "expand-tilde": "^2.0.2", + "extend": "^3.0.2", + "extglob": "^2.0.4", + "fancy-log": "^1.3.3", + "fast-glob": "^3.2.5", + "find-up": "^5.0.0", + "file-uri-to-path": "^1.0.0", + "fast-levenshtein": "^1.1.4", + "fastq": "^1.11.0", + "fill-range": "^4.0.0", + "findup-sync": "^3.0.0", + "flat": "^5.0.2", + "flagged-respawn": "^1.0.1", + "fined": "^1.2.0", + "for-own": "^1.0.0", + "fs.realpath": "^1.0.0", + "fs-mkdirp-stream": "^1.0.0", + "flush-write-stream": "^1.1.1", + "first-chunk-stream": "^2.0.0", + "fsevents": "^1.2.13", + "for-in": "^1.0.2", + "fragment-cache": "^0.2.1", + "function-bind": "^1.1.1", + "get-caller-file": "^1.0.3", + "glob": "^7.1.6", + "get-value": "^2.0.6", + "get-intrinsic": "^1.1.1", + "glob-parent": "^5.1.2", + "glob-stream": "^6.1.0", + "global-modules": "^1.0.0", + "globby": "^11.0.3", + "global-prefix": "^1.0.2", + "glob-watcher": "^5.0.5", + "glogg": "^1.0.2", + "gonzales-pe": "^3.0.0-28", + "graceful-fs": "^4.2.6", + "gulplog": "^1.0.0", + "growl": "^1.10.5", + "has": "^1.0.3", + "has-flag": "^3.0.0", + "gzip-size": "^4.1.0", + "has-ansi": "^2.0.0", + "has-symbols": "^1.0.2", + "has-values": "^1.0.0", + "he": "^1.2.0", + "has-value": "^1.0.0", + "inflight": "^1.0.6", + "hosted-git-info": "^2.8.9", + "homedir-polyfill": "^1.0.3", + "inherits": "^2.0.4", + "ignore": "^5.1.8", + "indent-string": "^4.0.0", + "indx": "^0.2.3", + "ini": "^1.3.8", + "interpret": "^1.4.0", + "is-absolute": "^1.0.0", + "is-binary-path": "^1.0.1", + "invert-kv": "^1.0.0", + "is-accessor-descriptor": "^0.1.6", + "is-arrayish": "^0.2.1", + "is-core-module": "^2.2.0", + "is-extglob": "^2.1.1", + "is-buffer": "^1.1.6", + "is-number": "^3.0.0", + "is-fullwidth-code-point": "^2.0.0", + "is-descriptor": "^0.1.6", + "is-glob": "^4.0.1", + "is-data-descriptor": "^0.1.4", + "is-plain-obj": "^2.1.0", + "is-extendable": "^0.1.1", + "is-negated-glob": "^1.0.0", + "is-path-cwd": "^2.2.0", + "is-plain-object": "^5.0.0", + "is-relative": "^1.0.0", + "is-path-inside": "^3.0.3", + "is-promise": "^2.2.2", + "is-unc-path": "^1.0.0", + "is-valid-glob": "^1.0.0", + "is-windows": "^1.0.2", + "isexe": "^2.0.0", + "is-utf8": "^0.2.1", + "isarray": "^1.0.0", + "isobject": "^3.0.1", + "js-yaml": "^4.0.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "just-debounce": "^1.1.0", + "last-run": "^1.1.1", + "kind-of": "^5.1.0", + "lazy-cache": "^1.0.4", + "lazystream": "^1.0.0", + "locate-path": "^6.0.0", + "lead": "^1.0.0", + "lcid": "^1.0.0", + "load-json-file": "^1.1.0", + "liftoff": "^3.1.0", + "lodash._basecopy": "^3.0.1", + "lodash._bindcallback": "^3.0.1", + "lodash._createassigner": "^3.1.1", + "lodash._getnative": "^3.9.1", + "lodash.assign": "^3.2.0", + "lodash._isiterateecall": "^3.0.9", + "lodash._reinterpolate": "^3.0.0", + "lodash.clonedeep": "^4.5.0", + "lodash.clone": "^4.5.0", + "lodash.isarguments": "^3.1.0", + "lodash.flatten": "^4.4.0", + "lodash.defaults": "^4.2.0", + "lodash.isobject": "^3.0.2", + "lodash.isarray": "^3.0.4", + "lodash.keys": "^3.1.2", + "lodash.merge": "^4.6.2", + "lodash.pick": "^4.4.0", + "lodash.restparam": "^3.6.1", + "lodash.templatesettings": "^4.2.0", + "lodash.template": "^4.5.0", + "lodash.partialright": "^4.2.1", + "lodash.uniq": "^4.5.0", + "longest": "^1.0.1", + "lru-queue": "^0.1.0", + "log-symbols": "^1.0.2", + "map-visit": "^1.0.0", + "map-stream": "^0.0.7", + "lru-cache": "^2.7.3", + "make-iterator": "^1.0.1", + "map-cache": "^0.2.2", + "memoizee": "^0.4.15", + "micromatch": "^4.0.4", + "merge2": "^1.4.1", + "matchdep": "^2.0.0", + "ms": "^2.1.3", + "mixin-deep": "^1.3.2", + "minimatch": "^0.2.12", + "nanoid": "^3.1.20", + "mkdirp": "^1.0.4", + "nan": "^2.14.2", + "next-tick": "^1.1.0", + "nanomatch": "^1.2.13", + "normalize-path": "^3.0.0", + "mute-stdout": "^1.0.1", + "normalize-package-data": "^2.5.0", + "node-uuid": "^1.4.0", + "number-is-nan": "^1.0.1", + "now-and-later": "^2.0.1", + "object-copy": "^0.1.0", + "object-keys": "^1.1.1", + "object-visit": "^1.0.1", + "object-assign": "^4.1.1", + "object.assign": "^4.1.2", + "object.pick": "^1.3.0", + "object.defaults": "^1.1.0", + "p-limit": "^3.1.0", + "once": "^1.4.0", + "object.map": "^1.0.1", + "object.reduce": "^1.0.1", + "p-locate": "^5.0.0", + "ordered-read-streams": "^1.0.1", + "p-map": "^4.0.0", + "os-locale": "^1.4.0", + "parse-json": "^2.2.0", + "pascalcase": "^0.1.1", + "parse-filepath": "^1.0.2", + "parse-node-version": "^1.0.1", + "parse-passwd": "^1.0.0", + "path-exists": "^4.0.0", + "path-is-absolute": "^1.0.1", + "parserlib": "^1.1.1", + "path-dirname": "^1.0.2", + "path-root": "^0.1.1", + "path-root-regex": "^0.1.2", + "picomatch": "^2.2.3", + "path-parse": "^1.0.6", + "path-type": "^4.0.0", + "pinkie-promise": "^2.0.1", + "pify": "^3.0.0", + "pinkie": "^2.0.4", + "plugin-error": "^1.0.1", + "posix-character-classes": "^0.1.1", + "postcss": "^7.0.35", + "pretty-hrtime": "^1.0.3", + "pretty-bytes": "^4.0.2", + "process-nextick-args": "^2.0.1", + "pump": "^2.0.1", + "pumpify": "^1.5.1", + "queue-microtask": "^1.2.3", + "rcfinder": "^0.1.9", + "randombytes": "^2.1.0", + "rcloader": "^0.2.2", + "readable-stream": "^2.3.7", + "readdirp": "^2.2.1", + "ansi-regex": "^2.1.1", + "accord": "^0.26.4", + "regex-not": "^1.0.2", + "rechoir": "^0.6.2", + "read-pkg-up": "^1.0.1", + "remove-bom-stream": "^1.2.0", + "remove-bom-buffer": "^3.0.0", + "remove-trailing-separator": "^1.1.0", + "replace-homedir": "^1.0.0", + "repeat-string": "^1.6.1", + "require-directory": "^2.1.1", + "replace-ext": "^0.0.1", + "repeat-element": "^1.1.4", + "resolve-dir": "^1.0.1", + "require-main-filename": "^1.0.1", + "require-dir": "^1.2.0", + "resolve": "^1.20.0", + "reusify": "^1.0.4", + "resolve-options": "^1.1.0", + "right-align": "^0.1.3", + "ret": "^0.1.15", + "rimraf": "^3.0.2", + "resolve-url": "^0.2.1", + "run-parallel": "^1.2.0", + "safer-buffer": "^2.1.2", + "safe-buffer": "^5.1.2", + "serialize-javascript": "^5.0.1", + "safe-regex": "^1.1.0", + "sax": "^1.2.4", + "semver-greatest-satisfied-range": "^1.1.0", + "should-equal": "^2.0.0", + "should-type": "^1.4.0", + "set-blocking": "^2.0.0", + "should-format": "^3.0.3", + "should-util": "^1.0.1", + "should-type-adaptors": "^1.1.0", + "semver": "^5.7.1", + "set-value": "^2.0.1", + "snapdragon-util": "^3.0.1", + "sigmund": "^1.0.1", + "snapdragon-node": "^2.1.1", + "slash": "^3.0.0", + "source-map": "^0.6.1", + "snapdragon": "^0.8.2", + "source-map-resolve": "^0.6.0", + "source-map-url": "^0.4.1", + "spdx-correct": "^3.1.1", + "sparkles": "^1.0.1", + "spdx-expression-parse": "^3.0.1", + "spdx-license-ids": "^3.0.7", + "split-string": "^3.1.0", + "spdx-exceptions": "^2.3.0", + "static-extend": "^0.1.2", + "stack-trace": "^0.0.10", + "string-width": "^2.1.1", + "stream-shift": "^1.0.1", + "stream-counter": "^1.0.0", + "string_decoder": "^1.1.1", + "strip-bom-buf": "^1.0.0", + "stream-exhaust": "^1.0.2", + "stylus": "^0.54.8", + "strip-ansi": "^3.0.1", + "supports-color": "^2.0.0", + "strip-bom-stream": "^3.0.0", + "sver-compat": "^1.5.0", + "strip-json-comments": "^3.1.1", + "text-table": "^0.2.0", + "strip-bom-string": "^1.0.0", + "timers-ext": "^0.1.7", + "time-stamp": "^1.1.0", + "through2-filter": "^3.0.0", + "to-object-path": "^0.3.0", + "to-absolute-glob": "^2.0.2", + "to-regex": "^3.0.2", + "to-through": "^2.0.0", + "to-regex-range": "^2.1.1", + "type": "^1.2.0", + "uglify-js": "^2.8.29", + "uglify-to-browserify": "^1.0.2", + "typedarray": "^0.0.6", + "undertaker": "^1.3.0", + "unc-path-regex": "^0.1.2", + "undertaker-registry": "^1.0.1", + "union-value": "^1.0.1", + "unset-value": "^1.0.0", + "unique-stream": "^2.3.1", + "urix": "^0.1.0", + "use": "^3.1.1", + "v8flags": "^3.2.0", + "upath": "^1.2.0", + "util-deprecate": "^1.0.2", + "value-or-function": "^3.0.0", + "validate-npm-package-license": "^3.0.4", + "vinyl-fs": "^3.0.3", + "vinyl": "^2.2.1", + "vinyl-sourcemap": "^1.1.0", + "vow-fs": "^0.3.2", + "vow": "^0.4.4", + "which": "^2.0.2", + "vinyl-sourcemaps-apply": "^0.2.1", + "wide-align": "^1.1.3", + "vow-queue": "^0.3.1", + "when": "^3.7.8", + "which-module": "^1.0.0", + "wordwrap": "^0.0.2", + "wrappy": "^1.0.2", + "window-size": "^0.1.0", + "workerpool": "^6.1.0", + "wrap-ansi": "^2.1.0", + "y18n": "^3.2.2", + "xtend": "^4.0.2", + "yargs": "^7.1.1", + "strip-bom": "^2.0.0", + "lodash._baseassign": "^3.2.0", + "read-pkg": "^1.1.0", + "through2": "^3.0.1", + "yargs-parser": "^20.2.4", + "yocto-queue": "^0.1.0", + "yargs-unparser": "^2.0.0" + } }