{ "_from": "@docsearch/js@3.0.0", "_id": "@docsearch/js@3.0.0", "_inBundle": false, "_integrity": "sha512-j3tUJWlgW3slYqzGB8fm7y05kh2qqrIK1dZOXHeMUm/5gdKE85fiz/ltfCPMDFb/MXF+bLZChJXSMzqY0Ck30Q==", "_location": "/@docsearch/js", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@docsearch/js@3.0.0", "name": "@docsearch/js", "escapedName": "@docsearch%2fjs", "scope": "@docsearch", "rawSpec": "3.0.0", "saveSpec": null, "fetchSpec": "3.0.0" }, "_requiredBy": [ "/vitepress" ], "_resolved": "https://registry.npmjs.org/@docsearch/js/-/js-3.0.0.tgz", "_shasum": "394a99f68895503d57faf523ecec0b25b02f638c", "_spec": "@docsearch/js@3.0.0", "_where": "D:\\work\\liebao-developApi\\node_modules\\vitepress", "author": { "name": "Algolia, Inc.", "url": "https://www.algolia.com" }, "bugs": { "url": "https://github.com/algolia/docsearch/issues" }, "bundleDependencies": false, "dependencies": { "@docsearch/react": "3.0.0", "preact": "^10.0.0" }, "deprecated": false, "description": "JavaScript package for DocSearch, the best search experience for docs.", "files": [ "dist/" ], "homepage": "https://docsearch.algolia.com", "jsdelivr": "dist/umd/index.js", "license": "MIT", "main": "dist/umd/index.js", "module": "dist/esm/index.js", "name": "@docsearch/js", "repository": { "type": "git", "url": "git+https://github.com/algolia/docsearch.git" }, "scripts": { "build": "yarn build:clean && yarn build:umd && yarn build:esm && yarn build:types", "build:clean": "rm -rf ./dist", "build:esm": "cross-env BUILD=esm rollup --config", "build:types": "tsc -p ./tsconfig.declaration.json --outFile ./dist/esm/index.d.ts", "build:umd": "cross-env BUILD=umd rollup --config", "on:change": "concurrently \"yarn build:esm\" \"yarn build:types\"", "prepare": "yarn build:esm && yarn build:types", "watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\"" }, "sideEffects": false, "source": "src/index.ts", "types": "dist/esm/index.d.ts", "umd:main": "dist/umd/index.js", "unpkg": "dist/umd/index.js", "version": "3.0.0" }