122 lines
3.4 KiB
JSON
Raw Normal View History

2021-02-11 21:31:41 +08:00
{
"_from": "docsearch.js@^2.5.2",
"_id": "docsearch.js@2.6.3",
"_inBundle": false,
"_integrity": "sha1-V8tGANO2VTxnfny75qc0WT44Yl0=",
"_location": "/docsearch.js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "docsearch.js@^2.5.2",
"name": "docsearch.js",
"escapedName": "docsearch.js",
"rawSpec": "^2.5.2",
"saveSpec": null,
"fetchSpec": "^2.5.2"
},
"_requiredBy": [
"/@vuepress/theme-default"
],
"_resolved": "https://registry.npm.taobao.org/docsearch.js/download/docsearch.js-2.6.3.tgz",
"_shasum": "57cb4600d3b6553c677e7cbbe6a734593e38625d",
"_spec": "docsearch.js@^2.5.2",
"_where": "E:\\GreateCommunity\\node_modules\\@vuepress\\theme-default",
"author": {
"name": "Algolia",
"email": "support@algolia.com",
"url": "https://github.com/algolia/"
},
"bugs": {
"url": "https://github.com/algolia/docsearch/issues"
},
"bundleDependencies": false,
"dependencies": {
"algoliasearch": "^3.24.5",
"autocomplete.js": "0.36.0",
"hogan.js": "^3.0.2",
"request": "^2.87.0",
"stack-utils": "^1.0.1",
"to-factory": "^1.0.0",
"zepto": "^1.2.0"
},
"deprecated": false,
"description": "Add an autocomplete dropdown to your documentation",
"devDependencies": {
"autoprefixer": "9.1.1",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-istanbul": "0.12.2",
"babel-jest": "23.6.0",
"babel-loader": "7.1.5",
"babel-plugin-rewire": "1.2.0",
"babel-preset-env": "1.7.0",
"babel-preset-stage-3": "6.24.1",
"conventional-changelog-cli": "2.0.21",
"cssnano": "4.1.10",
"eslint": "5.4.0",
"eslint-config-algolia": "13.3.0",
"eslint-config-prettier": "4.2.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jest": "22.5.1",
"eslint-plugin-prettier": "2.7.0",
"jest": "23.6.0",
"jsdom": "11.12.0",
"json": "9.0.6",
"live-server": "1.2.1",
"mversion": "1.13.0",
"node-sass": "4.12.0",
"onchange": "4.1.0",
"parallelshell": "3.0.2",
"postcss-cli": "6.1.2",
"prettier": "1.17.0",
"pretty-bytes-cli": "2.0.0",
"semver": "6.0.0",
"sinon": "7.3.2",
"uglify-js": "3.5.11",
"webpack": "3.12.0",
"webpack-cli": "3.3.2"
},
"files": [
"dist/"
],
"homepage": "https://github.com/algolia/docsearch#readme",
"license": "MIT",
"main": "dist/npm/index.js",
"name": "docsearch.js",
"peerDependencies": {},
"renovate": {
"extends": [
"config:library",
"schedule:weekends",
":automergeMinor",
":automergeBranchPush",
":semanticCommits",
":rebaseStalePrs",
":timezone(Europe/Paris)"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/algolia/docsearch.git"
},
"scripts": {
"build": "./scripts/build",
"build:css": "./scripts/build-css",
"build:js": "./scripts/build-js",
"docs:build": "cd ./docs && yarn build",
"docs:deploy": "cd ./docs && yarn deploy",
"docs:serve": "cd ./docs && yarn serve",
"doctoc": "doctoc --maxlevel 3 README.md CONTRIBUTING.md",
"format:md": "prettier --write '**/*.md'",
"format:scss": "prettier --write ./src/**/*.scss",
"lint": "./scripts/lint",
"release": "./scripts/release",
"serve": "./scripts/serve",
"test": "./scripts/test",
"test:watch": "./scripts/test-watch"
},
"version": "2.6.3"
}