Du grand ménage, suite à des tests sur les librairies Cheerio et Axios

This commit is contained in:
2024-01-04 16:42:56 +01:00
parent 98d916c535
commit dd0f27880a
312 changed files with 14688 additions and 15528 deletions

68
node_modules/destroy/package.json generated vendored
View File

@@ -1,48 +1,18 @@
{
"_args": [
[
"destroy@1.2.0",
"/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist"
]
],
"_from": "destroy@1.2.0",
"_id": "destroy@1.2.0",
"_inBundle": false,
"_integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==",
"_location": "/destroy",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "destroy@1.2.0",
"name": "destroy",
"escapedName": "destroy",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/body-parser",
"/send"
],
"_resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist",
"name": "destroy",
"description": "destroy a stream if possible",
"version": "1.2.0",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/stream-utils/destroy/issues"
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
"Douglas Christopher Wilson <doug@somethingdoug.com>"
],
"description": "destroy a stream if possible",
"license": "MIT",
"repository": "stream-utils/destroy",
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-standard": "14.1.1",
@@ -57,11 +27,16 @@
"node": ">= 0.8",
"npm": "1.2.8000 || >= 1.4.16"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec",
"test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
},
"files": [
"index.js",
"LICENSE"
],
"homepage": "https://github.com/stream-utils/destroy#readme",
"keywords": [
"stream",
"streams",
@@ -69,18 +44,5 @@
"cleanup",
"leak",
"fd"
],
"license": "MIT",
"name": "destroy",
"repository": {
"type": "git",
"url": "git+https://github.com/stream-utils/destroy.git"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --reporter spec",
"test-ci": "nyc --reporter=lcovonly --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
},
"version": "1.2.0"
]
}