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,46 +1,16 @@
{
"_args": [
[
"countdown@2.6.0",
"/Applications/MAMP/htdocs/front/front-template"
]
],
"_from": "countdown@2.6.0",
"_id": "countdown@2.6.0",
"_inBundle": false,
"_integrity": "sha1-Z3+446nUzE52QVkBuiU7UYrzQXc=",
"_location": "/countdown",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "countdown@2.6.0",
"name": "countdown",
"escapedName": "countdown",
"rawSpec": "2.6.0",
"saveSpec": null,
"fetchSpec": "2.6.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/countdown/-/countdown-2.6.0.tgz",
"_spec": "2.6.0",
"_where": "/Applications/MAMP/htdocs/front/front-template",
"author": {
"name": "Stephen McKamey",
"url": "http://mck.me"
},
"bugs": {
"url": "https://github.com/mckamey/countdownjs/issues"
},
"name": "countdown",
"version": "2.6.0",
"description": "A simple JavaScript API for producing an accurate, intuitive description of the timespan between two Date instances.",
"files": [
"countdown.js",
"README.md",
"LICENSE.txt"
],
"homepage": "http://countdownjs.org",
"author": "Stephen McKamey (http://mck.me)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mckamey/countdownjs.git"
},
"files": [ "countdown.js", "README.md", "LICENSE.txt" ],
"main": "countdown.js",
"keywords": [
"countdown",
"timer",
@@ -55,13 +25,5 @@
"hour",
"minute",
"second"
],
"license": "MIT",
"main": "countdown.js",
"name": "countdown",
"repository": {
"type": "git",
"url": "git+https://github.com/mckamey/countdownjs.git"
},
"version": "2.6.0"
]
}