1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_from": "@algolia/autocomplete-shared@1.5.2",
- "_id": "@algolia/autocomplete-shared@1.5.2",
- "_inBundle": false,
- "_integrity": "sha512-ylQAYv5H0YKMfHgVWX0j0NmL8XBcAeeeVQUmppnnMtzDbDnca6CzhKj3Q8eF9cHCgcdTDdb5K+3aKyGWA0obug==",
- "_location": "/@algolia/autocomplete-shared",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@algolia/autocomplete-shared@1.5.2",
- "name": "@algolia/autocomplete-shared",
- "escapedName": "@algolia%2fautocomplete-shared",
- "scope": "@algolia",
- "rawSpec": "1.5.2",
- "saveSpec": null,
- "fetchSpec": "1.5.2"
- },
- "_requiredBy": [
- "/@algolia/autocomplete-core",
- "/@algolia/autocomplete-preset-algolia"
- ],
- "_resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.5.2.tgz",
- "_shasum": "e157f9ad624ab8fd940ff28bd2094cdf199cdd79",
- "_spec": "@algolia/autocomplete-shared@1.5.2",
- "_where": "D:\\work\\liebao-developApi\\node_modules\\@algolia\\autocomplete-core",
- "author": {
- "name": "Algolia, Inc.",
- "url": "https://www.algolia.com"
- },
- "bugs": {
- "url": "https://github.com/algolia/autocomplete/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Shared utils for Autocomplete packages.",
- "files": [
- "dist/"
- ],
- "homepage": "https://github.com/algolia/autocomplete",
- "license": "MIT",
- "main": "dist/esm/index.js",
- "module": "dist/esm/index.js",
- "name": "@algolia/autocomplete-shared",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/algolia/autocomplete.git"
- },
- "scripts": {
- "build": "yarn build:clean && yarn build:esm && yarn build:types",
- "build:clean": "rm -rf ./dist",
- "build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm --ignore '**/*/__tests__/'",
- "build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
- "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",
- "version": "1.5.2"
- }
|