nodejs-wrapper/node_modules/@azure/core-lro/package.json
{ "name": "@azure/core-lro", "author": "Microsoft Corporation", "sdk-type": "client", "version": "2.6.0", "description": "Isomorphic client library for supporting long-running operations in node.js and browser.", "tags": [ "isomorphic", "browser", "javascript", "node", "microsoft", "lro", "polling" ], "keywords": [ "isomorphic", "browser", "javascript", "node", "microsoft", "lro", "polling", "azure", "cloud" ], "main": "./dist/index.js", "module": "dist-esm/src/index.js", "types": "./types/core-lro.d.ts", "files": [ "types/core-lro.d.ts", "dist-esm/src", "dist/", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" }, "browser": { "os": false, "process": false }, "react-native": { "./dist/index.js": "./dist-esm/src/index.js" }, "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" }, "nyc": { "extension": [ ".ts" ], "exclude": [ "coverage/**/*", "**/*.d.ts", "**/*.js" ], "reporter": [ "text", "html", "cobertura" ], "all": true }, "scripts": { "build:samples": "echo Obsolete", "build:test": "tsc -p . && dev-tool run bundle", "build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local", "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", "clean": "rimraf dist dist-* types *.log browser statistics.html coverage src/**/*.js test/**/*.js", "execute:samples": "echo skipped", "extract-api": "tsc -p . && api-extractor run --local", "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", "integration-test:browser": "echo skipped", "integration-test:node": "echo skipped", "integration-test": "npm run integration-test:node && npm run integration-test:browser", "lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]", "lint": "eslint package.json api-extractor.json src test --ext .ts", "pack": "npm pack 2>&1", "test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser", "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node", "test": "npm run build:test && npm run unit-test", "unit-test": "npm run unit-test:node && npm run unit-test:browser", "unit-test:browser": "karma start --single-run", "unit-test:node": "dev-tool run test:node-ts-input --no-test-proxy=true" }, "sideEffects": false, "dependencies": { "@azure/abort-controller": "^2.0.0", "@azure/core-util": "^1.2.0", "@azure/logger": "^1.0.0", "tslib": "^2.2.0" }, "devDependencies": { "@azure/core-rest-pipeline": "^1.1.0", "@azure/eslint-plugin-azure-sdk": "^3.0.0", "@azure/dev-tool": "^1.0.0", "@azure/test-utils": "^1.0.0", "@microsoft/api-extractor": "^7.31.1", "@types/mocha": "^10.0.0", "@types/node": "^18.0.0", "cross-env": "^7.0.2", "eslint": "^8.0.0", "karma": "^6.2.0", "karma-chrome-launcher": "^3.0.0", "karma-coverage": "^2.0.0", "karma-env-preprocessor": "^0.1.1", "karma-firefox-launcher": "^1.1.0", "karma-junit-reporter": "^2.0.1", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-sourcemap-loader": "^0.3.8", "mocha": "^10.0.0", "c8": "^8.0.0", "rimraf": "^3.0.0", "ts-node": "^10.0.0", "typescript": "~5.3.3" }, "//metadata": { "migrationDate": "2023-03-08T18:36:03.000Z" } } |