130 строки
4.3 KiB
JSON
130 строки
4.3 KiB
JSON
{
|
|
"name": "@azure/core-lro",
|
|
"author": "Microsoft Corporation",
|
|
"sdk-type": "client",
|
|
"version": "3.1.1",
|
|
"type": "module",
|
|
"description": "Isomorphic client library for supporting long-running operations in node.js and browser.",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"browser": {
|
|
"types": "./dist/browser/index.d.ts",
|
|
"default": "./dist/browser/index.js"
|
|
},
|
|
"react-native": {
|
|
"types": "./dist/react-native/index.d.ts",
|
|
"default": "./dist/react-native/index.js"
|
|
},
|
|
"import": {
|
|
"types": "./dist/esm/index.d.ts",
|
|
"default": "./dist/esm/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/commonjs/index.d.ts",
|
|
"default": "./dist/commonjs/index.js"
|
|
}
|
|
}
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"main": "./dist/commonjs/index.js",
|
|
"types": "./dist/commonjs/index.d.ts",
|
|
"browser": "./dist/browser/index.js",
|
|
"react-native": "./dist/react-native/index.js",
|
|
"tags": [
|
|
"isomorphic",
|
|
"browser",
|
|
"javascript",
|
|
"node",
|
|
"microsoft",
|
|
"lro",
|
|
"polling"
|
|
],
|
|
"keywords": [
|
|
"isomorphic",
|
|
"browser",
|
|
"javascript",
|
|
"node",
|
|
"microsoft",
|
|
"lro",
|
|
"polling",
|
|
"azure",
|
|
"cloud"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-lro/README.md",
|
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
"bugs": {
|
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
},
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
"build:samples": "echo Obsolete",
|
|
"build:test": "echo skipped. actual commands inlined in browser test scripts",
|
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js",
|
|
"execute:samples": "echo skipped",
|
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
"integration-test:browser": "echo skipped",
|
|
"integration-test:node": "echo skipped",
|
|
"lint": "eslint package.json api-extractor.json src test ",
|
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
"pack": "npm pack 2>&1",
|
|
"test": "npm run unit-test",
|
|
"test:browser": "npm run unit-test:browser && npm run integration-test:browser",
|
|
"test:node": "npm run unit-test:node && npm run integration-test:node",
|
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
"unit-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
|
|
"unit-test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
"update-snippets": "dev-tool run update-snippets"
|
|
},
|
|
"dependencies": {
|
|
"@azure/abort-controller": "^2.0.0",
|
|
"@azure/core-util": "^1.2.0",
|
|
"@azure/logger": "^1.0.0",
|
|
"tslib": "^2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@azure-tools/test-utils-vitest": "^1.0.0",
|
|
"@azure/core-rest-pipeline": "^1.1.0",
|
|
"@azure/dev-tool": "^1.0.0",
|
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
"@types/node": "^18.0.0",
|
|
"@vitest/browser": "^2.0.5",
|
|
"@vitest/coverage-istanbul": "^2.0.5",
|
|
"eslint": "^9.9.0",
|
|
"playwright": "^1.41.2",
|
|
"typescript": "~5.6.2",
|
|
"vitest": "^2.0.5"
|
|
},
|
|
"//metadata": {
|
|
"migrationDate": "2023-03-08T18:36:03.000Z"
|
|
},
|
|
"tshy": {
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./src/index.ts"
|
|
},
|
|
"dialects": [
|
|
"esm",
|
|
"commonjs"
|
|
],
|
|
"esmDialects": [
|
|
"browser",
|
|
"react-native"
|
|
],
|
|
"selfLink": false
|
|
},
|
|
"module": "./dist/esm/index.js"
|
|
}
|