This commit is contained in:
2023-11-11 15:21:05 +01:00
parent 1d3bb9e9df
commit 933158108a
379 changed files with 33788 additions and 3030 deletions

View File

@@ -1,16 +1,43 @@
{
"name": "ms",
"version": "2.1.3",
"description": "Tiny millisecond conversion utility",
"repository": "vercel/ms",
"main": "./index",
"files": [
"index.js"
"_args": [
[
"ms@2.1.3",
"/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist"
]
],
"scripts": {
"precommit": "lint-staged",
"lint": "eslint lib/* bin/*",
"test": "mocha tests.js"
"_from": "ms@2.1.3",
"_id": "ms@2.1.3",
"_inBundle": false,
"_integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
"_location": "/send/ms",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ms@2.1.3",
"name": "ms",
"escapedName": "ms",
"rawSpec": "2.1.3",
"saveSpec": null,
"fetchSpec": "2.1.3"
},
"_requiredBy": [
"/send"
],
"_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
"_spec": "2.1.3",
"_where": "/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist",
"bugs": {
"url": "https://github.com/vercel/ms/issues"
},
"description": "Tiny millisecond conversion utility",
"devDependencies": {
"eslint": "4.18.2",
"expect.js": "0.3.1",
"husky": "0.14.3",
"lint-staged": "5.0.0",
"mocha": "4.0.1",
"prettier": "2.0.5"
},
"eslintConfig": {
"extends": "eslint:recommended",
@@ -19,6 +46,11 @@
"es6": true
}
},
"files": [
"index.js"
],
"homepage": "https://github.com/vercel/ms#readme",
"license": "MIT",
"lint-staged": {
"*.js": [
"npm run lint",
@@ -26,13 +58,16 @@
"git add"
]
},
"license": "MIT",
"devDependencies": {
"eslint": "4.18.2",
"expect.js": "0.3.1",
"husky": "0.14.3",
"lint-staged": "5.0.0",
"mocha": "4.0.1",
"prettier": "2.0.5"
}
"main": "./index",
"name": "ms",
"repository": {
"type": "git",
"url": "git+https://github.com/vercel/ms.git"
},
"scripts": {
"lint": "eslint lib/* bin/*",
"precommit": "lint-staged",
"test": "mocha tests.js"
},
"version": "2.1.3"
}

82
node_modules/send/package.json generated vendored
View File

@@ -1,19 +1,53 @@
{
"name": "send",
"description": "Better streaming static file server with Range and conditional-GET support",
"version": "0.18.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"James Wyatt Cready <jcready@gmail.com>",
"Jesús Leganés Combarro <piranna@gmail.com>"
"_args": [
[
"send@0.18.0",
"/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist"
]
],
"license": "MIT",
"repository": "pillarjs/send",
"keywords": [
"static",
"file",
"server"
"_from": "send@0.18.0",
"_id": "send@0.18.0",
"_inBundle": false,
"_integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
"_location": "/send",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "send@0.18.0",
"name": "send",
"escapedName": "send",
"rawSpec": "0.18.0",
"saveSpec": null,
"fetchSpec": "0.18.0"
},
"_requiredBy": [
"/express",
"/serve-static"
],
"_resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
"_spec": "0.18.0",
"_where": "/Volumes/Documents/Dev/Sources/Perso/WishList/wishlist",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/pillarjs/send/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "James Wyatt Cready",
"email": "jcready@gmail.com"
},
{
"name": "Jesús Leganés Combarro",
"email": "piranna@gmail.com"
}
],
"dependencies": {
"debug": "2.6.9",
@@ -30,6 +64,7 @@
"range-parser": "~1.2.1",
"statuses": "2.0.1"
},
"description": "Better streaming static file server with Range and conditional-GET support",
"devDependencies": {
"after": "0.8.2",
"eslint": "7.32.0",
@@ -43,6 +78,9 @@
"nyc": "15.1.0",
"supertest": "6.2.2"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
@@ -50,13 +88,23 @@
"SECURITY.md",
"index.js"
],
"engines": {
"node": ">= 0.8.0"
"homepage": "https://github.com/pillarjs/send#readme",
"keywords": [
"static",
"file",
"server"
],
"license": "MIT",
"name": "send",
"repository": {
"type": "git",
"url": "git+https://github.com/pillarjs/send.git"
},
"scripts": {
"lint": "eslint .",
"test": "mocha --check-leaks --reporter spec --bail",
"test-ci": "nyc --reporter=lcov --reporter=text npm test",
"test-cov": "nyc --reporter=html --reporter=text npm test"
}
},
"version": "0.18.0"
}