12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_from": "@leancloud/adapter-utils@^1.2.2",
- "_id": "@leancloud/adapter-utils@1.2.2",
- "_inBundle": false,
- "_integrity": "sha512-B/bZM6WGN+sxMdZJeTWLAN/Gin00LX0E/M0MoygZhtrgCfCZSz47wgziOq5Fvl6yPifyvYBGaobydhyr7vxjxg==",
- "_location": "/@leancloud/adapter-utils",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@leancloud/adapter-utils@^1.2.2",
- "name": "@leancloud/adapter-utils",
- "escapedName": "@leancloud%2fadapter-utils",
- "scope": "@leancloud",
- "rawSpec": "^1.2.2",
- "saveSpec": null,
- "fetchSpec": "^1.2.2"
- },
- "_requiredBy": [
- "/@leancloud/adapters-superagent",
- "/@leancloud/platform-adapters-weapp"
- ],
- "_resolved": "https://registry.npmmirror.com/@leancloud/adapter-utils/-/adapter-utils-1.2.2.tgz",
- "_shasum": "e7e57b6a2d7ea949aa9889f33dec95ca94416a5d",
- "_spec": "@leancloud/adapter-utils@^1.2.2",
- "_where": "D:\\website\\Other\\score\\node_modules\\@leancloud\\adapters-superagent",
- "author": {
- "name": "Lee Yeh",
- "email": "lee55962698@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/leancloud/adapters/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "A set of utility functions commonly used by adapters",
- "directories": {
- "lib": "lib"
- },
- "files": [
- "lib"
- ],
- "gitHead": "74e6dd9df8ea1ff33a859282b4d88b2833b7a7cf",
- "homepage": "https://github.com/leancloud/adapters#readme",
- "license": "MIT",
- "main": "lib/index.cjs.js",
- "module": "lib/index.es.js",
- "name": "@leancloud/adapter-utils",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/leancloud/adapters.git"
- },
- "scripts": {
- "build": "npm run clean && npm run compile",
- "clean": "rm -rf ./lib",
- "compile": "rollup -c",
- "prepublishOnly": "npm run build"
- },
- "types": "lib/index.d.ts",
- "version": "1.2.2"
- }
|