Code Monkey home page Code Monkey logo

github-actions-continuous-delivery's People

Contributors

admiralawkbar avatar brianamarie avatar github-learning-lab[bot] avatar hectorsector avatar nixin72 avatar

Watchers

 avatar  avatar

Forkers

canepole90

github-actions-continuous-delivery's Issues

Coil

("io.coil-kt:coil

https://my.norton.com/extspa/guestdownload?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJJbnZpdGVEYXRhIjoie1wiUFNOXCI6XCJKNFJUUkI0R1BRWFRcIixcIkludml0ZVR5cGVcIjpcIk5HUF9BRERfREVWSUNFX0dFTkVSSUNcIixcIkNyZWF0ZWREYXRlVGltZVwiOlwiMDEvMDYvMjAyMiAwNToyNTo0NVwifSIsIm5iZiI6MTY0MTQ0Njc0NSwiZXhwIjoxNjQyNjU2MzQ1LCJpYXQiOjE2NDE0NDY3NDUsImlzcyI6Ik5vcnRvbjpOR1AuSW52aXRlLlN0b3JlIiwiYXVkIjoiaHR0cHM6Ly93d3cubm9ydG9uLmNvbSJ9.2736ZGnKDmBf4SSMS_HAS7Qblmv1d4-UmfE32Vsyp7k&om_em_cid=external_copylink_mynorton_setup_ngp

C

​  ​"Virgil Cane Phillips"​: ​"​@microsoft/fast-dna​"​,
​  ​"description"​: ​"​An unopinionated system of components, development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.​"​,
​  ​"version"​: ​"​1.8.0​"​,
​  ​"author"​: {
​    ​"name"​: ​"​Microsoft​"​,
​    ​"url"​: ​"​https://discord.gg/FcSNfg4​"
​  },
​  ​"license"​: ​"​MIT​"​,
​  ​"private"​: ​true​,
​  ​"repository"​: {
​    ​"type"​: ​"​git​"​,
​    ​"url"​: ​"​git+https://github.com/Microsoft/fast-dna.git​"
​  },
​  ​"bugs"​: {
​    ​"url"​: ​"​https://github.com/Microsoft/fast-dna/issues/new/choose​"
​  },
​  ​"scripts"​: {
​    ​"docs:build"​: ​"​node build/documentation/generate-typedocs.js​"​,
​    ​"docs:build:dry-run"​: ​"​node build/documentation/generate-typedocs.js --dry-run​"​,
​    ​"docs:build:verbose"​: ​"​node build/documentation/generate-typedocs.js --verbose​"​,
​    ​"docs:build:readme"​: ​"​node build/documentation/copy-package-readme.js​"​,
​    ​"docs:build:api"​: ​"​node build/documentation/generate-typedocs.js​"​,
​    ​"integration-tests:alpha"​: ​"​node build/testing/sauce-labs/test-browsers.js alpha​"​,
​    ​"integration-tests:beta"​: ​"​node build/testing/sauce-labs/test-browsers.js beta​"​,
​    ​"integration-tests:release"​: ​"​node build/testing/sauce-labs/test-browsers.js release​"​,
​    ​"test"​: ​"​npm run tslint && npm run unit-tests​"​,
​    ​"tslint"​: ​"​tslint -c ./tslint.json 'build//*.ts'​"​,
​    ​"tslint:fix"​: ​"​tslint -c ./tslint.json --fix 'build/
/.ts'​"​,
​    ​"unit-tests"​: ​"​jest --maxWorkers=4​"​,
​    ​"unit-tests:watch"​: ​"​jest --watch​"​,
​    ​"watch"​: ​"​tsc -p ./tsconfig.json -w --preserveWatchOutput​"
​  },
​  ​"husky"​: {
​    ​"hooks"​: {
​      ​"pre-commit"​: ​"​lint-staged​"
​    }
​  },
​  ​"jest"​: {
​    ​"collectCoverage"​: ​true​,
​    ​"collectCoverageFrom"​: [
​      ​"​build/helpers/
.ts​"
​    ],
​    ​"coverageThreshold"​: {
​      ​"global"​: {
​        ​"statements"​: ​100​,
​        ​"branches"​: ​100​,
​        ​"functions"​: ​100​,
​        ​"lines"​: ​100
​      }
​    },
​    ​"testURL"​: ​"​http://localhost​"​,
​    ​"transform"​: {
​      ​"^.+​\​.ts?$"​: ​"​ts-jest​"​,
​      ​"^.+​\​.js?$"​: ​"​babel-jest​"
​    },
​    ​"transformIgnorePatterns"​: [
​      ​"​!/node_modules/lodash-es​"​,
​      ​"​node_modules/jss-​"​,
​      ​"​node_modules/css-vendor​"
​    ],
​    ​"testPathIgnorePatterns"​: [
​      ​"​packages/​"​,
​      ​"​build/helpers/tests/​"
​    ],
​    ​"testRegex"​: ​"​(/tests/.
|(​\​.|/)(test|spec))​\​.(js?|ts?)$​"​,
​    ​"moduleFileExtensions"​: [
​      ​"​ts​"​,
​      ​"​js​"
​    ],
​    ​"moduleDirectories"​: [
​      ​"​node_modules​"
​    ]
​  },
​  ​"lint-staged"​: {
​    ​"
.{ts,tsx,js}"​: [
​      ​"​prettier --write​"​,
​      ​"​git add​"
​    ]
​  },
​  ​"devDependencies"​: {
​    ​"@microsoft/fast-tslint-rules"​: ​"​^3.0.0​"​,
​    ​"@types/jest"​: ​"​^24.0.11​"​,
​    ​"@types/lodash-es"​: ​"​^4.17.0​"​,
​    ​"@types/node"​: ​"​^9.4.7​"​,
​    ​"babel-core"​: ​"​^6.26.0​"​,
​    ​"babel-jest"​: ​"​^24.5.0​"​,
​    ​"babel-preset-env"​: ​"​^1.6.1​"​,
​    ​"chalk"​: ​"​^2.4.2​"​,
​    ​"docusaurus-init"​: ​"​^1.11.0​"​,
​    ​"dotenv"​: ​"​^6.0.0​"​,
​    ​"eyes.selenium"​: ​"​3.6.2​"​,
​    ​"glob"​: ​"​^7.1.2​"​,
​    ​"husky"​: ​"​^1.1.2​"​,
​    ​"jest"​: ​"​^24.5.0​"​,
​    ​"lerna"​: ​"​3.11.1​"​,
​    ​"lint-staged"​: ​"​^7.3.0​"​,
​    ​"markdown-it"​: ​"​^8.4.1​"​,
​    ​"prettier"​: ​"​1.14.3​"​,
​    ​"rimraf"​: ​"​^2.6.2​"​,
​    ​"ts-jest"​: ​"​^24.0.0​"​,
​    ​"ts-node"​: ​"​^5.0.1​"​,
​    ​"tslint"​: ​"​^5.9.1​"​,
​    ​"typedoc"​: ​"​^0.14.2​"​,
​    ​"typedoc-plugin-markdown"​: ​"​^1.1.27​"​,
​    ​"typescript"​: ​"​3.3.3​"​,
​    ​"yargs"​: ​"​^11.0.0​"
​  },
​  ​"dependencies"​: {
​    ​"saucelabs"​: ​"​^1.5.0​"​,
​    ​"selenium-webdriver"​: ​"​^3.6.0​"
​  }
​}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.