add build

This commit is contained in:
s2
2019-04-15 11:34:09 +02:00
parent 9d3cd7ec4f
commit 224b6828c7
2948 changed files with 348000 additions and 35 deletions

61
node_modules/try-catch/package.json generated vendored Normal file
View File

@@ -0,0 +1,61 @@
{
"_from": "try-catch@^2.0.0",
"_id": "try-catch@2.0.0",
"_inBundle": false,
"_integrity": "sha512-RPXpVjsbtWgymwGq5F/OWDFsjEzdvzwHFaMjWWW6f/p6+uk/N7YSKJHQfIfGqITfj8qH4cBqCLMnhKZBaKk7Kg==",
"_location": "/try-catch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "try-catch@^2.0.0",
"name": "try-catch",
"escapedName": "try-catch",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/minify"
],
"_resolved": "https://registry.npmjs.org/try-catch/-/try-catch-2.0.0.tgz",
"_shasum": "a491141d597f8b72b46757fe1c47059341a16aed",
"_spec": "try-catch@^2.0.0",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\minify",
"author": {
"name": "coderaiser",
"email": "mnemonic.enemy@gmail.com",
"url": "https://github.com/coderaiser"
},
"bugs": {
"url": "https://github.com/coderaiser/try-catch/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "try-catch wrapper",
"devDependencies": {
"coveralls": "^3.0.0",
"eslint": "^4.17.0",
"nyc": "^11.4.1",
"tape": "^4.8.0"
},
"engines": {
"node": ">=0.4"
},
"homepage": "http://github.com/coderaiser/try-catch",
"license": "MIT",
"main": "lib/try-catch.js",
"name": "try-catch",
"repository": {
"type": "git",
"url": "git://github.com/coderaiser/try-catch.git"
},
"scripts": {
"coverage": "nyc npm test",
"lint": "eslint lib test",
"report": "nyc report --reporter=text-lcov | coveralls",
"test": "tape 'test/*.js'"
},
"version": "2.0.0"
}