use directories for structure

This commit is contained in:
s2
2020-05-26 10:37:57 +02:00
parent 66580d4847
commit ae4aaf2668
1287 changed files with 92093 additions and 13113 deletions

View File

@@ -1,27 +1,27 @@
{
"_from": "try-to-catch@^1.0.2",
"_id": "try-to-catch@1.1.1",
"_from": "try-to-catch@^3.0.0",
"_id": "try-to-catch@3.0.0",
"_inBundle": false,
"_integrity": "sha512-ikUlS+/BcImLhNYyIgZcEmq4byc31QpC+46/6Jm5ECWkVFhf8SM2Fp/0pMVXPX6vk45SMCwrP4Taxucne8I0VA==",
"_integrity": "sha512-eIm6ZXwR35jVF8By/HdbbkcaCDTBI5PpCPkejRKrYp0jyf/DbCCcRhHD7/O9jtFI3ewsqo9WctFEiJTS6i+CQA==",
"_location": "/try-to-catch",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "try-to-catch@^1.0.2",
"raw": "try-to-catch@^3.0.0",
"name": "try-to-catch",
"escapedName": "try-to-catch",
"rawSpec": "^1.0.2",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.2"
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/minify"
],
"_resolved": "https://registry.npmjs.org/try-to-catch/-/try-to-catch-1.1.1.tgz",
"_shasum": "770162dd13b9a0e55da04db5b7f888956072038a",
"_spec": "try-to-catch@^1.0.2",
"_where": "F:\\projects\\vanillajs-seed\\node_modules\\minify",
"_resolved": "https://registry.npmjs.org/try-to-catch/-/try-to-catch-3.0.0.tgz",
"_shasum": "a1903b44d13d5124c54d14a461d22ec1f52ea14b",
"_spec": "try-to-catch@^3.0.0",
"_where": "D:\\Projects\\siag\\vanillajs-seed\\node_modules\\minify",
"author": {
"name": "coderaiser",
"email": "mnemonic.enemy@gmail.com",
@@ -35,16 +35,18 @@
"deprecated": false,
"description": "function try-catch wrapper for promises",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"coveralls": "^3.0.0",
"eslint": "^5.6.0",
"nodemon": "^1.14.12",
"nyc": "^13.0.1",
"redrun": "^7.0.2",
"tape": "^4.8.0",
"try-to-tape": "^1.0.0"
"eslint": "^6.1.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^3.0.0",
"madrun": "^5.4.0",
"nodemon": "^2.0.2",
"nyc": "^15.0.0",
"putout": "^7.3.4",
"supertape": "^1.2.4"
},
"engines": {
"node": ">=6"
},
"homepage": "http://github.com/coderaiser/try-to-catch",
"keywords": [
@@ -65,14 +67,12 @@
"url": "git://github.com/coderaiser/try-to-catch.git"
},
"scripts": {
"build": "babel lib -d legacy",
"coverage": "nyc npm test",
"legacy": "echo \"module.exports = require('./try-to-catch')\" > legacy/index.js",
"lint": "eslint lib test",
"report": "nyc report --reporter=text-lcov | coveralls",
"test": "tape 'test/*.js'",
"watch:test": "nodemon -w lib -w test -x \"npm test\"",
"wisdom": "redrun build legacy"
"coverage": "madrun coverage",
"fix:lint": "madrun fix:lint",
"lint": "madrun lint",
"report": "madrun report",
"test": "madrun test",
"watch:test": "madrun watch:test"
},
"version": "1.1.1"
"version": "3.0.0"
}