mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-08-29 01:45:57 +02:00
83 lines
2.1 KiB
JSON
83 lines
2.1 KiB
JSON
{
|
|
"_from": "wikiapi",
|
|
"_id": "wikiapi@1.19.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-gh6M026re+FxkQS6DEjTTii/zs3VGvCT8HYkIG17NsNGPW9hiZT8uWovU/uu0JUKZ3OXdy+JD94Jk4ko++AZ8Q==",
|
|
"_location": "/wikiapi",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "wikiapi",
|
|
"name": "wikiapi",
|
|
"escapedName": "wikiapi",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/wikiapi/-/wikiapi-1.19.4.tgz",
|
|
"_shasum": "55b9394e4f65e1682f49462c41e9aa87d54eeb09",
|
|
"_spec": "wikiapi",
|
|
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio",
|
|
"author": {
|
|
"name": "vimunci",
|
|
"email": "vimunci@gmail.com",
|
|
"url": "https://github.com/kanasimi/CeJS"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kanasimi/wikiapi/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "vimunci"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"cejs": "latest"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A simple way to access MediaWiki API via JavaScript with simple wikitext parser.",
|
|
"devDependencies": {
|
|
"docdash": "latest",
|
|
"jsdoc": "latest",
|
|
"nyc": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0"
|
|
},
|
|
"homepage": "https://github.com/kanasimi/wikiapi",
|
|
"keywords": [
|
|
"MediaWiki",
|
|
"MediaWiki API",
|
|
"wikitext",
|
|
"ECMAScript 2017",
|
|
"wikidata",
|
|
"wdq",
|
|
"sparql"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "Wikiapi.js",
|
|
"name": "wikiapi",
|
|
"nyc": {
|
|
"exclude": [
|
|
"_test suite/*"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kanasimi/wikiapi.git"
|
|
},
|
|
"scripts": {
|
|
"doc": "jsdoc --template node_modules/docdash --readme README.md --destination docs Wikiapi.js",
|
|
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && curl -Os https://uploader.codecov.io/latest/linux/codecov && chmod +x codecov && ./codecov",
|
|
"test": "nyc node \"_test suite/test.js\""
|
|
},
|
|
"title": "JavaScript MediaWiki API for node.js",
|
|
"version": "1.19.4"
|
|
}
|