package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "@leancloud/adapter-utils@^1.2.2",
  3. "_id": "@leancloud/adapter-utils@1.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-B/bZM6WGN+sxMdZJeTWLAN/Gin00LX0E/M0MoygZhtrgCfCZSz47wgziOq5Fvl6yPifyvYBGaobydhyr7vxjxg==",
  6. "_location": "/@leancloud/adapter-utils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@leancloud/adapter-utils@^1.2.2",
  12. "name": "@leancloud/adapter-utils",
  13. "escapedName": "@leancloud%2fadapter-utils",
  14. "scope": "@leancloud",
  15. "rawSpec": "^1.2.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.2.2"
  18. },
  19. "_requiredBy": [
  20. "/@leancloud/adapters-superagent",
  21. "/@leancloud/platform-adapters-weapp"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@leancloud/adapter-utils/-/adapter-utils-1.2.2.tgz",
  24. "_shasum": "e7e57b6a2d7ea949aa9889f33dec95ca94416a5d",
  25. "_spec": "@leancloud/adapter-utils@^1.2.2",
  26. "_where": "D:\\website\\Other\\score\\node_modules\\@leancloud\\adapters-superagent",
  27. "author": {
  28. "name": "Lee Yeh",
  29. "email": "lee55962698@gmail.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/leancloud/adapters/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "A set of utility functions commonly used by adapters",
  37. "directories": {
  38. "lib": "lib"
  39. },
  40. "files": [
  41. "lib"
  42. ],
  43. "gitHead": "74e6dd9df8ea1ff33a859282b4d88b2833b7a7cf",
  44. "homepage": "https://github.com/leancloud/adapters#readme",
  45. "license": "MIT",
  46. "main": "lib/index.cjs.js",
  47. "module": "lib/index.es.js",
  48. "name": "@leancloud/adapter-utils",
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/leancloud/adapters.git"
  55. },
  56. "scripts": {
  57. "build": "npm run clean && npm run compile",
  58. "clean": "rm -rf ./lib",
  59. "compile": "rollup -c",
  60. "prepublishOnly": "npm run build"
  61. },
  62. "types": "lib/index.d.ts",
  63. "version": "1.2.2"
  64. }