kanji-sheets/grabKanji/node_modules/unofficial-jisho-api/package.json

82 lines
2.4 KiB
JSON

{
"_from": "unofficial-jisho-api",
"_id": "unofficial-jisho-api@2.0.8",
"_inBundle": false,
"_integrity": "sha512-2xWlAcM2ehLja955LqJRxzPXO4xZiR9OI/CDSoSJ6ztHZ0u0e/s09IY0KJclI2t9DGI+67Af/pJpqZFDfgLQQw==",
"_location": "/unofficial-jisho-api",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "unofficial-jisho-api",
"name": "unofficial-jisho-api",
"escapedName": "unofficial-jisho-api",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/unofficial-jisho-api/-/unofficial-jisho-api-2.0.8.tgz",
"_shasum": "5d5fa663852c85c7b2005040822e73c021601413",
"_spec": "unofficial-jisho-api",
"_where": "/mnt/dropdrive/Dropbox/japan/Nihongo/kanjiLatex/grabKanji",
"author": {
"name": "mistval"
},
"bugs": {
"url": "https://github.com/mistval/unofficial-jisho-api/issues"
},
"bundleDependencies": false,
"dependencies": {
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.2",
"escape-string-regexp": "^1.0.5",
"html-entities": "^1.2.1"
},
"deprecated": false,
"description": "Encapsulates the official Jisho.org API and also provides kanji, example, and stroke diagram search.",
"devDependencies": {
"chai": "^4.2.0",
"codecov": "^3.5.0",
"docdash": "^1.0.2",
"eslint": "^6.2.2",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"jsdoc": "^3.6.3",
"mocha": "^6.2.0",
"nyc": "^14.1.1"
},
"homepage": "https://github.com/mistval/unofficial-jisho-api#readme",
"keywords": [
"jisho",
"kanji",
"japanese",
"word",
"search",
"stroke",
"order",
"diagrams"
],
"license": "MIT",
"main": "index.js",
"name": "unofficial-jisho-api",
"repository": {
"type": "git",
"url": "git+https://github.com/mistval/unofficial-jisho-api.git"
},
"scripts": {
"coverage": "nyc npm run test",
"create_test_cases": "node ./test/create_test_cases.js",
"document": "jsdoc --configure .jsdoc.json ./index.js -d ./docs -R README.md",
"lint": "eslint .",
"lintfix": "eslint . --fix",
"test": "mocha --exit",
"test_travis": "npm run lint && npm run coverage && ./node_modules/.bin/nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov"
},
"types": "index.d.ts",
"version": "2.0.8"
}