mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 14:20:19 +00:00
72 lines
2.7 KiB
JSON
72 lines
2.7 KiB
JSON
{
|
|
"author": {
|
|
"name": "Microsoft Corporation",
|
|
"email": "azsdkteam@microsoft.com",
|
|
"url": "https://github.com/Azure/azure-sdk-for-js"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/Azure/azure-sdk-for-js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Polyfill for IE/Node 8 for Symbol.asyncIterator",
|
|
"devDependencies": {
|
|
"@types/node": "^8.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.0.0",
|
|
"@typescript-eslint/parser": "^2.0.0",
|
|
"eslint": "^6.1.0",
|
|
"eslint-config-prettier": "^6.0.0",
|
|
"eslint-plugin-no-null": "^1.0.2",
|
|
"eslint-plugin-no-only-tests": "^2.3.0",
|
|
"eslint-plugin-promise": "^4.1.1",
|
|
"prettier": "^1.16.4",
|
|
"typescript": "^3.2.2"
|
|
},
|
|
"files": [
|
|
"dist-esm/**/*.js",
|
|
"LICENSE",
|
|
"README.md",
|
|
"ThirdPartyNotices.txt"
|
|
],
|
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/core/core-asynciterator-polyfill",
|
|
"keywords": [
|
|
"microsoft",
|
|
"clientruntime"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist-esm/index.js",
|
|
"name": "@azure/core-asynciterator-polyfill",
|
|
"private": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/Azure/azure-sdk-for-js.git"
|
|
},
|
|
"scripts": {
|
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
"build": "tsc -p .",
|
|
"build:test": "echo skipped",
|
|
"check-format": "prettier --list-different --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\"",
|
|
"clean": "echo skipped",
|
|
"format": "prettier --write --config ../../.prettierrc.json \"src/**/*.ts\" \"*.{js,json}\"",
|
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
"integration-test:browser": "echo skipped",
|
|
"integration-test:node": "echo skipped",
|
|
"lint": "eslint -c ../../.eslintrc.json src --ext .ts -f html -o template-lintReport.html || exit 0",
|
|
"lint:fix": "eslint \"src/**/*.ts\" -c ../../.eslintrc.json --fix --fix-type [problem,suggestion]",
|
|
"pack": "npm pack 2>&1",
|
|
"prebuild": "npm run clean",
|
|
"test": "npm run build:test && npm run unit-test && npm run integration-test",
|
|
"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",
|
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
"unit-test:browser": "echo skipped",
|
|
"unit-test:node": "echo skipped"
|
|
},
|
|
"sdk-type": "client",
|
|
"sideEffects": true,
|
|
"tags": [
|
|
"microsoft",
|
|
"clientruntime"
|
|
],
|
|
"version": "1.0.0"
|
|
} |