v1.0 du site web

This commit is contained in:
22107988t
2023-09-25 13:27:24 +02:00
parent 20cb812095
commit a94f68f22a
2787 changed files with 864804 additions and 0 deletions

64
app/node_modules/infobox-parser/package.json generated vendored Normal file
View File

@@ -0,0 +1,64 @@
{
"_from": "infobox-parser@3.6.2",
"_id": "infobox-parser@3.6.2",
"_inBundle": false,
"_integrity": "sha512-lasdwvbtjCtDDO6mArAs/ueFEnBJRyo2UbZPAkd5rEG5NVJ3XFCOvbMwNTT/rJlFv1+ORw8D3UvZV4brpgATCg==",
"_location": "/infobox-parser",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "infobox-parser@3.6.2",
"name": "infobox-parser",
"escapedName": "infobox-parser",
"rawSpec": "3.6.2",
"saveSpec": null,
"fetchSpec": "3.6.2"
},
"_requiredBy": [
"/wikijs"
],
"_resolved": "https://registry.npmjs.org/infobox-parser/-/infobox-parser-3.6.2.tgz",
"_shasum": "e2b2701fd6a6274fad49869ee1a0bad56930f1e7",
"_spec": "infobox-parser@3.6.2",
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio/node_modules/wikijs",
"author": {
"name": "Richard van der Dys"
},
"bugs": {
"url": "https://github.com/dijs/infobox-parser/issues"
},
"bundleDependencies": false,
"dependencies": {
"camelcase": "^4.1.0"
},
"deprecated": false,
"description": "Parse Wikipedia Infobox Source",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"mocha": "^3.2.0",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-uglify": "^1.0.1",
"should": "^11.2.1"
},
"funding": {
"type": "individual",
"url": "https://www.buymeacoffee.com/2tmRKi9"
},
"homepage": "https://github.com/dijs/infobox-parser#readme",
"license": "MIT",
"main": "build/bundle.min.js",
"name": "infobox-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/dijs/infobox-parser.git"
},
"scripts": {
"build": "rollup -c",
"test": "mocha --no-colors --compilers js:babel-core/register"
},
"version": "3.6.2"
}