clean old files

This commit is contained in:
Daniel Rodriguez 2021-04-25 19:48:07 +02:00
parent 2d7b1e34d0
commit cc79cf906f
203 changed files with 12300 additions and 13288 deletions

View file

@ -1,27 +1,27 @@
{
"_from": "array-flatten@1.1.1",
"_id": "array-flatten@1.1.1",
"_from": "array-flatten@^2.1.0",
"_id": "array-flatten@2.1.2",
"_inBundle": false,
"_integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=",
"_integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==",
"_location": "/array-flatten",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "array-flatten@1.1.1",
"raw": "array-flatten@^2.1.0",
"name": "array-flatten",
"escapedName": "array-flatten",
"rawSpec": "1.1.1",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "1.1.1"
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/express"
"/bonjour"
],
"_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz",
"_shasum": "9a5f699051b1e7073328f2a008968b64ea2955d2",
"_spec": "array-flatten@1.1.1",
"_where": "D:\\tftapp\\node_modules\\express",
"_resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz",
"_shasum": "24ef80a28c1a893617e2149b0c6d0d788293b099",
"_spec": "array-flatten@^2.1.0",
"_where": "D:\\TFTPaths\\node_modules\\bonjour",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
@ -32,15 +32,16 @@
},
"bundleDependencies": false,
"deprecated": false,
"description": "Flatten an array of nested arrays into a single flat array",
"description": "Flatten nested arrays",
"devDependencies": {
"istanbul": "^0.3.13",
"mocha": "^2.2.4",
"pre-commit": "^1.0.7",
"standard": "^3.7.3"
"benchmarked": "^2.0.0",
"istanbul": "^0.4.0",
"mocha": "^3.1.2",
"standard": "^10.0.0"
},
"files": [
"array-flatten.js",
"array-flatten.d.ts",
"LICENSE"
],
"homepage": "https://github.com/blakeembrey/array-flatten",
@ -48,7 +49,9 @@
"array",
"flatten",
"arguments",
"depth"
"depth",
"fast",
"for"
],
"license": "MIT",
"main": "array-flatten.js",
@ -58,7 +61,12 @@
"url": "git://github.com/blakeembrey/array-flatten.git"
},
"scripts": {
"test": "istanbul cover _mocha -- -R spec"
"benchmark": "node benchmark",
"lint": "standard",
"test": "npm run lint && npm run test-cov",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
"test-spec": "mocha -R spec --bail"
},
"version": "1.1.1"
"typings": "array-flatten.d.ts",
"version": "2.1.2"
}