gulp dist build

This commit is contained in:
2022-01-28 14:28:32 +01:00
parent 385d2e78b5
commit 041ce84965
88 changed files with 4428 additions and 1543 deletions

View File

@@ -1,49 +1,21 @@
{
"_args": [
[
"eventemitter3@2.0.3",
"/Applications/MAMP/htdocs/front/front-template"
]
],
"_from": "eventemitter3@2.0.3",
"_id": "eventemitter3@2.0.3",
"_inBundle": false,
"_integrity": "sha1-teEHm1n7XhuidxwKmTvgYKWMmbo=",
"_location": "/quill/eventemitter3",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "eventemitter3@2.0.3",
"name": "eventemitter3",
"escapedName": "eventemitter3",
"rawSpec": "2.0.3",
"saveSpec": null,
"fetchSpec": "2.0.3"
},
"_requiredBy": [
"/quill"
],
"_resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz",
"_spec": "2.0.3",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/primus/eventemitter3/issues"
},
"name": "eventemitter3",
"version": "2.0.3",
"description": "EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.",
"devDependencies": {
"assume": "~1.4.1",
"browserify": "~14.1.0",
"mocha": "~3.2.0",
"nyc": "~10.2.0",
"pre-commit": "~1.2.0",
"uglify-js": "~2.8.20",
"zuul": "~3.11.1"
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"build": "mkdir -p umd && browserify index.js -s EventEmitter3 | uglifyjs -m -o umd/eventemitter3.min.js",
"benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;",
"test": "nyc --reporter=html --reporter=text mocha",
"test-browser": "zuul -- test.js",
"prepublish": "npm run build",
"sync": "node versions.js"
},
"repository": {
"type": "git",
"url": "git://github.com/primus/eventemitter3.git"
},
"homepage": "https://github.com/primus/eventemitter3#readme",
"keywords": [
"EventEmitter",
"EventEmitter2",
@@ -61,22 +33,19 @@
"reactor",
"subscribe"
],
"author": "Arnout Kazemier",
"license": "MIT",
"main": "index.js",
"name": "eventemitter3",
"bugs": {
"url": "https://github.com/primus/eventemitter3/issues"
},
"pre-commit": "sync, test",
"repository": {
"type": "git",
"url": "git://github.com/primus/eventemitter3.git"
},
"scripts": {
"benchmark": "find benchmarks/run -name '*.js' -exec benchmarks/start.sh {} \\;",
"build": "mkdir -p umd && browserify index.js -s EventEmitter3 | uglifyjs -m -o umd/eventemitter3.min.js",
"prepublish": "npm run build",
"sync": "node versions.js",
"test": "nyc --reporter=html --reporter=text mocha",
"test-browser": "zuul -- test.js"
},
"typings": "index.d.ts",
"version": "2.0.3"
"devDependencies": {
"assume": "~1.4.1",
"browserify": "~14.1.0",
"mocha": "~3.2.0",
"nyc": "~10.2.0",
"pre-commit": "~1.2.0",
"uglify-js": "~2.8.20",
"zuul": "~3.11.1"
}
}

View File

@@ -1,39 +1,28 @@
{
"_args": [
[
"quill@1.3.7",
"/Applications/MAMP/htdocs/front/front-template"
]
"name": "quill",
"version": "1.3.7",
"description": "Your powerful, rich text editor",
"author": "Jason Chen <jhchen7@gmail.com>",
"homepage": "http://quilljs.com",
"main": "dist/quill.js",
"files": [
"assets",
"blots",
"core",
"formats",
"modules",
"themes",
"ui",
"dist/quill.bubble.css",
"dist/quill.snow.css",
"dist/quill.core.css",
"dist/quill.js",
"dist/quill.core.js",
"dist/quill.min.js.map",
"dist/quill.min.js",
"core.js",
"quill.js"
],
"_from": "quill@1.3.7",
"_id": "quill@1.3.7",
"_inBundle": false,
"_integrity": "sha512-hG/DVzh/TiknWtE6QmWAF/pxoZKYxfe3J/d/+ShUWkDvvkZQVTPeVmUJVu1uE6DDooC4fWTiCLh84ul89oNz5g==",
"_location": "/quill",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "quill@1.3.7",
"name": "quill",
"escapedName": "quill",
"rawSpec": "1.3.7",
"saveSpec": null,
"fetchSpec": "1.3.7"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/quill/-/quill-1.3.7.tgz",
"_spec": "1.3.7",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Jason Chen",
"email": "jhchen7@gmail.com"
},
"bugs": {
"url": "https://github.com/quilljs/quill/issues"
},
"config": {
"ports": {
"proxy": "9000",
@@ -50,7 +39,6 @@
"parchment": "^1.1.4",
"quill-delta": "^3.6.2"
},
"description": "Your powerful, rich text editor",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
@@ -82,36 +70,13 @@
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.2"
},
"files": [
"assets",
"blots",
"core",
"formats",
"modules",
"themes",
"ui",
"dist/quill.bubble.css",
"dist/quill.snow.css",
"dist/quill.core.css",
"dist/quill.js",
"dist/quill.core.js",
"dist/quill.min.js.map",
"dist/quill.min.js",
"core.js",
"quill.js"
],
"homepage": "http://quilljs.com",
"keywords": [
"editor",
"rich text",
"wysiwyg"
],
"license": "BSD-3-Clause",
"main": "dist/quill.js",
"name": "quill",
"repository": {
"type": "git",
"url": "git+https://github.com/quilljs/quill.git"
"url": "https://github.com/quilljs/quill"
},
"bugs": {
"url": "https://github.com/quilljs/quill/issues"
},
"scripts": {
"build": "webpack --config _develop/webpack.config.js; rm dist/quill.core dist/quill.bubble dist/quill.snow;",
@@ -119,12 +84,16 @@
"start": "npm run build; bundle exec foreman start -f _develop/procfile",
"test": "npm run test:unit",
"test:all": "npm run test:unit; npm run test:functional",
"test:coverage": "webpack --env.coverage --config _develop/webpack.config.js; karma start _develop/karma.config.js --reporters coverage",
"test:functional": "./_develop/scripts/webdriver.sh",
"test:unit": "npm run build; karma start _develop/karma.config.js",
"test:coverage": "webpack --env.coverage --config _develop/webpack.config.js; karma start _develop/karma.config.js --reporters coverage",
"travis": "karma start _develop/karma.config.js --reporters dots,saucelabs",
"webdriver:start": "webdriver-manager start",
"webdriver:update": "webdriver-manager update"
},
"version": "1.3.7"
"keywords": [
"editor",
"rich text",
"wysiwyg"
]
}