@atlaskit/util-service-support
Version:
A library of support classes for integrating React components with REST HTTP services
64 lines (63 loc) • 1.43 kB
JSON
{
"name": "@atlaskit/util-service-support",
"version": "6.3.1",
"description": "A library of support classes for integrating React components with REST HTTP services",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"module:es2019": "dist/es2019/index.js",
"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"atlaskit:src": "src/index.ts",
"af:exports": {
".": "./src/index.ts",
"./serviceResources": "./src/serviceResources.ts",
"./serviceUtils": "./src/serviceUtils.ts",
"./types": "./src/types.ts"
},
"atlassian": {
"team": "Build Infra"
},
"config": {
"access": "public"
},
"dependencies": {
"@atlaskit/platform-feature-flags": "^1.1.0",
"@atlaskit/react-ufo": "^3.4.0",
"@babel/runtime": "^7.0.0",
"meros": "^1.3.0"
},
"devDependencies": {
"es6-promise": "^4.0.5",
"fetch-mock": "^8.0.0",
"sinon": "^2.2.0",
"typescript": "~5.4.2"
},
"keywords": [
"fabric",
"ui",
"private"
],
"techstack": {
"@atlassian/frontend": {
"tree-shaking": []
}
},
"platform-feature-flags": {
"platform_collab_provider_tracingheaders": {
"type": "boolean"
}
}
}