{ "_from": "wikijs@6.4.1", "_id": "wikijs@6.4.1", "_inBundle": false, "_integrity": "sha512-fnYyT9ISD9hFgAxFJu7Kzsomz48w7FpvvAfTuArvkMQY1bG9JPXoyURqUzYGcQA8FCq6MuZfjqT/6hP8Mh4hQA==", "_location": "/wikijs", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "wikijs@6.4.1", "name": "wikijs", "escapedName": "wikijs", "rawSpec": "6.4.1", "saveSpec": null, "fetchSpec": "6.4.1" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/wikijs/-/wikijs-6.4.1.tgz", "_shasum": "2e2880b9d4ad2603ecca6b2120c502db57ceeabf", "_spec": "wikijs@6.4.1", "_where": "/mnt/c/Users/docto/Downloads/Rappaurio", "author": { "name": "Richard van der Dys" }, "bugs": { "url": "https://github.com/dijs/wiki/issues" }, "bundleDependencies": false, "dependencies": { "cross-fetch": "^3.0.2", "hyntax": "^1.1.9", "infobox-parser": "3.6.2" }, "deprecated": false, "description": "Mediawiki interface for Node and Web", "devDependencies": { "@pollyjs/adapter-node-http": "^2.5.0", "@pollyjs/core": "^2.5.0", "@pollyjs/persister-fs": "^2.1.0", "coveralls": "^2.11.9", "eslint": "^4.19.1", "gh-pages": "^1.0.0", "istanbul": "^1.0.0-alpha.2", "jsdoc": "^3.3.0-beta3", "minami": "^1.1.0", "mocha": "^10.2.0", "nock": "^10.0.2", "prettier": "1.15.3", "should": "^9.0.0", "typescript": "^4.9.5" }, "engines": { "node": ">=0.10.4" }, "exports": { ".": { "import": "./dist/mjs/wiki.js", "require": "./dist/cjs/wiki.js" } }, "funding": { "type": "individual", "url": "https://www.buymeacoffee.com/2tmRKi9" }, "homepage": "https://github.com/dijs/wiki", "keywords": [ "wiki", "wikipedia", "interface", "search", "page", "article", "node", "api", "mediawiki" ], "license": "MIT", "main": "dist/cjs/wiki.js", "module": "dist/mjs/wiki.js", "name": "wikijs", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/dijs/wiki.git" }, "scripts": { "build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && bash fixup.sh", "cover": "babel-node ./node_modules/istanbul/lib/cli cover node_modules/.bin/_mocha", "coveralls": "cat ./coverage/lcov.info | coveralls", "docs": "jsdoc --configure .jsdoc.json --verbose", "lint": "eslint src", "publish-docs": "PACKAGE_VERSION=$(cat package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && gh-pages -d docs/wikijs/$PACKAGE_VERSION ", "test": "mocha" }, "type": "module", "typings": "./index.d.ts", "version": "6.4.1" }