nodejs-wrapper/node_modules/@azure/core-util/package.json
{ "name": "@azure/core-util", "version": "1.7.0", "description": "Core library for shared utility methods", "sdk-type": "client", "main": "dist/index.js", "module": "dist-esm/index.js", "browser": { "./dist-esm/sha256.js": "./dist-esm/sha256.browser.js", "./dist-esm/uuidUtils.js": "./dist-esm/uuidUtils.browser.js", "./dist-esm/bytesEncoding.js": "./dist-esm/bytesEncoding.browser.js" }, "react-native": { "./dist/index.js": "./dist-esm/index.js", "./dist-esm/uuidUtils.js": "./dist-esm/uuidUtils.native.js" }, "types": "types/latest/core-util.d.ts", "scripts": { "build:samples": "echo Obsolete", "build:test": "echo Obsolete", "build": "npm run clean && tsc -p . && dev-tool run bundle --browser-test false && 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-* temp types *.tgz *.log", "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 --ext .ts --fix --fix-type [problem,suggestion]", "lint": "eslint package.json api-extractor.json src --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 unit-test:node && npm run integration-test:node", "test": "npm run test:node && npm run test:browser", "unit-test:browser": "dev-tool run test:vitest --no-test-proxy=true --browser=true", "unit-test:node": "dev-tool run test:vitest --no-test-proxy=true", "unit-test": "npm run unit-test:node && npm run unit-test:browser" }, "files": [ "dist/", "dist-esm/", "types/latest/core-util.d.ts", "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": ">=18.0.0" }, "homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-util/", "sideEffects": false, "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json", "dependencies": { "@azure/abort-controller": "^2.0.0", "tslib": "^2.2.0" }, "devDependencies": { "@azure/dev-tool": "^1.0.0", "@azure/eslint-plugin-azure-sdk": "^3.0.0", "@azure-tools/vite-plugin-browser-test-map": "^1.0.0", "@microsoft/api-extractor": "^7.31.1", "@types/node": "^18.0.0", "@vitest/browser": "^1.2.1", "eslint": "^8.0.0", "playwright": "^1.39.0", "rimraf": "^3.0.0", "typescript": "~5.3.3", "vitest": "^1.2.1" }, "//metadata": { "migrationDate": "2023-03-08T18:36:03.000Z" } } |