Permalink
Cannot retrieve contributors at this time
187 lines (187 sloc)
7.67 KB
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
codeql-action/node_modules/@azure/storage-blob/package.json
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "@azure/storage-blob", | |
"sdk-type": "client", | |
"version": "12.14.0", | |
"description": "Microsoft Azure Storage SDK for JavaScript - Blob", | |
"main": "./dist/index.js", | |
"module": "./dist-esm/storage-blob/src/index.js", | |
"browser": { | |
"./dist-esm/storage-blob/src/index.js": "./dist-esm/storage-blob/src/index.browser.js", | |
"./dist-esm/storage-blob/src/credentials/StorageSharedKeyCredential.js": "./dist-esm/storage-blob/src/credentials/StorageSharedKeyCredential.browser.js", | |
"./dist-esm/storage-blob/src/credentials/UserDelegationKeyCredential.js": "./dist-esm/storage-blob/src/credentials/UserDelegationKeyCredential.browser.js", | |
"./dist-esm/storage-blob/src/utils/utils.node.js": "./dist-esm/storage-blob/src/utils/utils.browser.js", | |
"./dist-esm/storage-blob/test/utils/index.js": "./dist-esm/storage-blob/test/utils/index.browser.js", | |
"./dist-esm/storage-blob/src/BatchUtils.js": "./dist-esm/storage-blob/src/BatchUtils.browser.js", | |
"./dist-esm/storage-blob/src/BlobDownloadResponse.js": "./dist-esm/storage-blob/src/BlobDownloadResponse.browser.js", | |
"./dist-esm/storage-blob/src/BlobQueryResponse.js": "./dist-esm/storage-blob/src/BlobQueryResponse.browser.js", | |
"./dist-esm/storage-common/src/BufferScheduler.js": "./dist-esm/storage-common/src/BufferScheduler.browser.js", | |
"./dist-esm/storage-common/src/index.js": "./dist-esm/storage-common/src/index.browser.js", | |
"fs": false, | |
"os": false, | |
"process": false | |
}, | |
"react-native": { | |
"./dist/index.js": "./dist-esm/storage-blob/src/index.js" | |
}, | |
"types": "./types/latest/storage-blob.d.ts", | |
"typesVersions": { | |
"<3.6": { | |
"*": [ | |
"./types/3.1/storage-blob.d.ts" | |
] | |
} | |
}, | |
"engines": { | |
"node": ">=14.0.0" | |
}, | |
"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 . && dev-tool run bundle", | |
"build:node": "tsc -p . && dev-tool run bundle", | |
"build:test": "tsc -p . && dev-tool run bundle", | |
"build:types": "downlevel-dts types/latest types/3.1", | |
"build": "npm run clean && tsc -p . && dev-tool run bundle && api-extractor run --local && npm run build:types", | |
"build:samples": "echo Obsolete;", | |
"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 temp statistics.html coverage coverage-browser .nyc_output *.tgz *.log test*.xml TEST*.xml", | |
"clean:samples": "rimraf samples/v12/javascript/node_modules samples/v12/typescript/node_modules samples/v12/typescript/dist samples/v12/typescript/package-lock.json samples/v12/javascript/package-lock.json", | |
"extract-api": "tsc -p . && api-extractor run --local", | |
"execute:samples": "dev-tool samples run samples-dev", | |
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", | |
"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 --full-trace -t 300000 \"dist-esm/storage-blob/test/*.spec.js\" \"dist-esm/storage-blob/test/node/*.spec.js\"", | |
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | |
"generate:client": "autorest --typescript ./swagger/README.md", | |
"lint:fix": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix", | |
"lint": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js", | |
"pack": "npm pack 2>&1", | |
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser", | |
"test:node": "npm run clean && npm run build:test && npm run unit-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 \"test/{,!(browser)/**/}*.spec.ts\"", | |
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | |
"emulator-tests": "cross-env STORAGE_CONNECTION_STRING=UseDevelopmentStorage=true && npm run test:node" | |
}, | |
"files": [ | |
"BreakingChanges.md", | |
"dist/", | |
"dist-esm/storage-blob/src/", | |
"dist-esm/storage-internal-avro/src/", | |
"dist-esm/storage-common/src/", | |
"types/latest/storage-blob.d.ts", | |
"types/3.1/storage-blob.d.ts", | |
"README.md", | |
"LICENSE" | |
], | |
"repository": "github:Azure/azure-sdk-for-js", | |
"keywords": [ | |
"azure", | |
"storage", | |
"blob", | |
"cloud", | |
"node.js", | |
"typescript", | |
"javascript", | |
"browser" | |
], | |
"author": "Microsoft Corporation", | |
"license": "MIT", | |
"bugs": { | |
"url": "https://github.com/Azure/azure-sdk-for-js/issues" | |
}, | |
"homepage": "https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/", | |
"sideEffects": false, | |
"//metadata": { | |
"constantPaths": [ | |
{ | |
"path": "src/generated/src/storageClientContext.ts", | |
"prefix": "packageVersion" | |
}, | |
{ | |
"path": "src/utils/constants.ts", | |
"prefix": "SDK_VERSION" | |
}, | |
{ | |
"path": "swagger/README.md", | |
"prefix": "package-version" | |
} | |
] | |
}, | |
"//sampleConfiguration": { | |
"skip": [ | |
"advancedRequestOptions.js", | |
"anonymousAuth.js", | |
"azureAdAuth.js", | |
"customPipeline.js", | |
"customizedClientHeaders.js", | |
"listBlobsByHierarchy.js", | |
"listBlobs.js", | |
"listContainers.js", | |
"snapshots.js", | |
"sharedKeyAuth.js" | |
], | |
"productName": "Azure Storage Blob", | |
"productSlugs": [ | |
"azure", | |
"azure-storage" | |
], | |
"requiredResources": { | |
"Azure Storage Account": "https://docs.microsoft.com/azure/storage/common/storage-account-overview" | |
} | |
}, | |
"dependencies": { | |
"@azure/abort-controller": "^1.0.0", | |
"@azure/core-http": "^3.0.0", | |
"@azure/core-lro": "^2.2.0", | |
"@azure/core-paging": "^1.1.1", | |
"@azure/core-tracing": "1.0.0-preview.13", | |
"@azure/logger": "^1.0.0", | |
"events": "^3.0.0", | |
"tslib": "^2.2.0" | |
}, | |
"devDependencies": { | |
"@azure/dev-tool": "^1.0.0", | |
"@azure/eslint-plugin-azure-sdk": "^3.0.0", | |
"@azure/identity": "^2.0.1", | |
"@azure/test-utils": "^1.0.0", | |
"@azure-tools/test-recorder": "^1.0.0", | |
"@azure/test-utils-perf": "^1.0.0", | |
"@microsoft/api-extractor": "^7.31.1", | |
"@types/chai": "^4.1.6", | |
"@types/mocha": "^7.0.2", | |
"@types/node": "^14.0.0", | |
"@types/node-fetch": "^2.5.0", | |
"chai": "^4.2.0", | |
"cross-env": "^7.0.2", | |
"dotenv": "^16.0.0", | |
"downlevel-dts": "^0.10.0", | |
"es6-promise": "^4.2.5", | |
"eslint": "^8.0.0", | |
"esm": "^3.2.18", | |
"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-json-preprocessor": "^0.3.3", | |
"karma-json-to-file-reporter": "^1.0.1", | |
"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", | |
"nyc": "^15.0.0", | |
"prettier": "^2.5.1", | |
"puppeteer": "^19.2.2", | |
"rimraf": "^3.0.0", | |
"source-map-support": "^0.5.9", | |
"ts-node": "^10.0.0", | |
"typescript": "~4.8.0", | |
"util": "^0.12.1" | |
} | |
} |