package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "@algolia/autocomplete-shared@1.5.2",
  3. "_id": "@algolia/autocomplete-shared@1.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ylQAYv5H0YKMfHgVWX0j0NmL8XBcAeeeVQUmppnnMtzDbDnca6CzhKj3Q8eF9cHCgcdTDdb5K+3aKyGWA0obug==",
  6. "_location": "/@algolia/autocomplete-shared",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@algolia/autocomplete-shared@1.5.2",
  12. "name": "@algolia/autocomplete-shared",
  13. "escapedName": "@algolia%2fautocomplete-shared",
  14. "scope": "@algolia",
  15. "rawSpec": "1.5.2",
  16. "saveSpec": null,
  17. "fetchSpec": "1.5.2"
  18. },
  19. "_requiredBy": [
  20. "/@algolia/autocomplete-core",
  21. "/@algolia/autocomplete-preset-algolia"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/@algolia/autocomplete-shared/-/autocomplete-shared-1.5.2.tgz",
  24. "_shasum": "e157f9ad624ab8fd940ff28bd2094cdf199cdd79",
  25. "_spec": "@algolia/autocomplete-shared@1.5.2",
  26. "_where": "D:\\work\\liebao-developApi\\node_modules\\@algolia\\autocomplete-core",
  27. "author": {
  28. "name": "Algolia, Inc.",
  29. "url": "https://www.algolia.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/algolia/autocomplete/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Shared utils for Autocomplete packages.",
  37. "files": [
  38. "dist/"
  39. ],
  40. "homepage": "https://github.com/algolia/autocomplete",
  41. "license": "MIT",
  42. "main": "dist/esm/index.js",
  43. "module": "dist/esm/index.js",
  44. "name": "@algolia/autocomplete-shared",
  45. "repository": {
  46. "type": "git",
  47. "url": "git+https://github.com/algolia/autocomplete.git"
  48. },
  49. "scripts": {
  50. "build": "yarn build:clean && yarn build:esm && yarn build:types",
  51. "build:clean": "rm -rf ./dist",
  52. "build:esm": "babel src --root-mode upward --extensions '.ts,.tsx' --out-dir dist/esm --ignore '**/*/__tests__/'",
  53. "build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
  54. "on:change": "concurrently \"yarn build:esm\" \"yarn build:types\"",
  55. "prepare": "yarn build:esm && yarn build:types",
  56. "watch": "watch \"yarn on:change\" --ignoreDirectoryPattern \"/dist/\""
  57. },
  58. "sideEffects": false,
  59. "source": "src/index.ts",
  60. "types": "dist/esm/index.d.ts",
  61. "version": "1.5.2"
  62. }