2022-07-12 09:00:22 +02:00
|
|
|
{
|
|
|
|
"name": "@azure/core-paging",
|
|
|
|
"author": "Microsoft Corporation",
|
|
|
|
"sdk-type": "client",
|
2023-02-22 17:47:24 -08:00
|
|
|
"version": "1.5.0",
|
2022-07-12 09:00:22 +02:00
|
|
|
"description": "Core types for paging async iterable iterators",
|
|
|
|
"tags": [
|
|
|
|
"microsoft",
|
|
|
|
"clientruntime"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"microsoft",
|
|
|
|
"clientruntime",
|
|
|
|
"azure",
|
|
|
|
"cloud"
|
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"module": "dist-esm/src/index.js",
|
|
|
|
"types": "./types/latest/core-paging.d.ts",
|
|
|
|
"typesVersions": {
|
|
|
|
"<3.6": {
|
|
|
|
"types/latest/*": [
|
|
|
|
"types/3.1/*"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"types/latest/core-paging.d.ts",
|
|
|
|
"types/3.1",
|
|
|
|
"dist/",
|
|
|
|
"dist-esm/src/",
|
|
|
|
"LICENSE",
|
|
|
|
"README.md"
|
|
|
|
],
|
|
|
|
"engines": {
|
2023-02-22 17:47:24 -08:00
|
|
|
"node": ">=14.0.0"
|
2022-07-12 09:00:22 +02:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-paging/README.md",
|
|
|
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
|
|
"build:samples": "echo Obsolete",
|
|
|
|
"build:test": "echo skipped",
|
|
|
|
"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",
|
|
|
|
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
|
|
"clean": "rimraf dist dist-* temp *.tgz types *.log",
|
|
|
|
"execute:samples": "echo skipped",
|
|
|
|
"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}\"",
|
|
|
|
"integration-test:browser": "echo skipped",
|
|
|
|
"integration-test:node": "echo skipped",
|
|
|
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
|
|
"lint": "eslint package.json src --ext .ts",
|
|
|
|
"lint:fix": "eslint package.json src --ext .ts --fix --fix-type [problem,suggestion]",
|
|
|
|
"pack": "npm pack 2>&1",
|
|
|
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
|
|
|
|
"test:node": "npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node",
|
|
|
|
"test": "npm run clean && tsc -p . && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
|
|
|
|
"unit-test:browser": "karma start --single-run",
|
|
|
|
"unit-test:node": "mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --timeout 50000 --full-trace --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"",
|
|
|
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
|
|
},
|
|
|
|
"sideEffects": true,
|
|
|
|
"private": false,
|
|
|
|
"dependencies": {
|
|
|
|
"tslib": "^2.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@azure/dev-tool": "^1.0.0",
|
2023-02-22 17:47:24 -08:00
|
|
|
"@microsoft/api-extractor": "^7.31.1",
|
2022-07-12 09:00:22 +02:00
|
|
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
|
|
"@types/chai": "^4.1.6",
|
|
|
|
"@types/mocha": "^7.0.2",
|
2023-02-22 17:47:24 -08:00
|
|
|
"@types/node": "^14.0.0",
|
2022-07-12 09:00:22 +02:00
|
|
|
"chai": "^4.2.0",
|
2023-02-22 17:47:24 -08:00
|
|
|
"downlevel-dts": "^0.10.0",
|
|
|
|
"eslint": "^8.0.0",
|
2022-07-12 09:00:22 +02:00
|
|
|
"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",
|
|
|
|
"rimraf": "^3.0.0",
|
2023-02-22 17:47:24 -08:00
|
|
|
"typescript": "~4.8.0"
|
2022-07-12 09:00:22 +02:00
|
|
|
},
|
|
|
|
"//sampleConfiguration": {
|
|
|
|
"skipFolder": true,
|
|
|
|
"disableDocsMs": true,
|
|
|
|
"productName": "Azure SDK Core",
|
|
|
|
"productSlugs": [
|
|
|
|
"azure"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|