{ "name": "@azure/data-tables", "version": "13.0.1", "description": "An isomorphic client library for the Azure Tables service.", "sdk-type": "client", "main": "dist/index.js", "module": "dist-esm/src/index.js", "browser": { "./dist-esm/src/tablesNamedCredentialPolicy.js": "./dist-esm/src/tablesNamedCredentialPolicy.browser.js", "./dist-esm/src/utils/accountConnectionString.js": "./dist-esm/src/utils/accountConnectionString.browser.js", "./dist-esm/src/utils/url.js": "./dist-esm/src/utils/url.browser.js", "./dist-esm/src/utils/computeHMACSHA256.js": "./dist-esm/src/utils/computeHMACSHA256.browser.js", "./dist-esm/src/utils/bufferSerializer.js": "./dist-esm/src/utils/bufferSerializer.browser.js", "./dist-esm/src/utils/transactionHeaders.js": "./dist-esm/src/utils/transactionHeaders.browser.js", "./dist-esm/test/public/utils/env.js": "./dist-esm/test/public/utils/env.browser.js" }, "types": "types/latest/data-tables.d.ts", "typesVersions": { "<3.6": { "types/latest/*": [ "types/3.1/*" ] } }, "scripts": { "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", "build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1", "build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1", "build:samples": "echo Obsolete.", "build:test": "tsc -p . && rollup -c 2>&1", "build:types": "downlevel-dts types/latest types/3.1", "build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local && npm run build:types", "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", "clean": "rimraf dist dist-* types *.tgz *.log", "execute:samples": "dev-tool samples run samples-dev", "extract-api": "tsc -p . && api-extractor run --local", "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", "generate:client": "autorest --typescript ./swagger/README.md", "integration-test:browser": "karma start --single-run", "integration-test:node": "nyc mocha -r esm --require source-map-support/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 5000000 --full-trace --exclude \"dist-esm/test/**/browser/**/*.spec.js\" \"dist-esm/test/**/*.spec.js\"", "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 clean && npm run build:test && npm run unit-test", "unit-test:browser": "karma start --single-run", "unit-test:node": "mocha -r esm --require ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 1200000 --full-trace --exclude \"test/**/browser/**/*.spec.ts\" \"test/**/*.spec.ts\"", "unit-test": "npm run unit-test:node && npm run unit-test:browser" }, "files": [ "dist/", "dist-esm/src/", "types/tables.d.ts", "types/latest/", "types/3.1/", "README.md", "LICENSE" ], "repository": "github:Azure/azure-sdk-for-js", "keywords": [ "azure", "cloud" ], "author": "Microsoft Corporation", "license": "MIT", "bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" }, "engines": { "node": ">=12.0.0" }, "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/tables/data-tables/", "sideEffects": false, "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/core-auth": "^1.3.0", "@azure/core-client": "^1.0.0", "@azure/core-rest-pipeline": "^1.1.0", "@azure/core-paging": "^1.1.1", "@azure/core-xml": "^1.0.0", "@azure/logger": "^1.0.0", "@azure/core-tracing": "1.0.0-preview.13", "tslib": "^2.2.0", "uuid": "^8.3.0" }, "devDependencies": { "@azure/identity": "^2.0.1", "@azure/dev-tool": "^1.0.0", "@microsoft/api-extractor": "^7.18.11", "@rollup/plugin-commonjs": "11.0.2", "@rollup/plugin-json": "^4.0.0", "@rollup/plugin-multi-entry": "^3.0.0", "@rollup/plugin-node-resolve": "^8.0.0", "@rollup/plugin-replace": "^2.2.0", "@types/chai": "^4.1.6", "@types/mocha": "^7.0.2", "@types/node": "^12.0.0", "@types/sinon": "^9.0.4", "@types/uuid": "^8.0.0", "@azure/eslint-plugin-azure-sdk": "^3.0.0", "chai": "^4.2.0", "cross-env": "^7.0.2", "downlevel-dts": "^0.8.0", "eslint": "^7.15.0", "inherits": "^2.0.3", "karma": "^6.2.0", "karma-chrome-launcher": "^3.0.0", "karma-coverage": "^2.0.0", "karma-edge-launcher": "^0.4.2", "karma-env-preprocessor": "^0.1.1", "karma-firefox-launcher": "^1.1.0", "karma-ie-launcher": "^1.0.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": "^7.1.1", "mocha-junit-reporter": "^2.0.0", "prettier": "^2.5.1", "nyc": "^15.0.0", "rimraf": "^3.0.0", "rollup": "^1.16.3", "rollup-plugin-sourcemaps": "^0.4.2", "rollup-plugin-terser": "^5.1.1", "rollup-plugin-visualizer": "^4.0.4", "sinon": "^9.0.2", "typescript": "~4.2.0", "util": "^0.12.1", "dotenv": "^8.2.0", "@azure-tools/test-recorder": "^1.0.0", "@azure/test-utils": "^1.0.0", "rollup-plugin-shim": "^1.0.0", "@rollup/plugin-inject": "^4.0.0", "ts-node": "^10.0.0" }, "//sampleConfiguration": { "productName": "Azure Data Tables", "productSlugs": [ "azure", "azure-table-storage" ], "requiredResources": { "Azure Storage instance": "https://docs.microsoft.com/azure/storage/tables/table-storage-quickstart-portal" } }, "//metadata": { "constantPaths": [ { "path": "src/generated/generatedClientContext.ts", "prefix": "packageDetails" }, { "path": "swagger/README.md", "prefix": "package-version" } ] } }