Files
login/node_modules/asyncc/package.json
Amruta Kawade 45b10ffd19 Adding node_modules for dependabot (#67)
* Bump lodash from 4.17.15 to 4.17.19 (#52)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* Bump @actions/core from 1.1.3 to 1.2.6 (#60)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* updating node_nodules

* updated package-lock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 14:58:40 +05:30

121 lines
3.1 KiB
JSON

{
"_args": [
[
"asyncc@2.0.4",
"E:\\Repos\\GHActions\\login"
]
],
"_from": "asyncc@2.0.4",
"_id": "asyncc@2.0.4",
"_inBundle": false,
"_integrity": "sha512-5ohHLrRC6ZJ7ypVlJh3XJlINBdErz7VeQnNNLXq2T9hVsph58x49oykgg+KNbpnOiMF0X2vDmR2i2LVtWBL7Mw==",
"_location": "/asyncc",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "asyncc@2.0.4",
"name": "asyncc",
"escapedName": "asyncc",
"rawSpec": "2.0.4",
"saveSpec": null,
"fetchSpec": "2.0.4"
},
"_requiredBy": [
"/package-lock"
],
"_resolved": "https://registry.npmjs.org/asyncc/-/asyncc-2.0.4.tgz",
"_spec": "2.0.4",
"_where": "E:\\Repos\\GHActions\\login",
"author": {
"name": "commenthol",
"email": "commenthol@gmail.com"
},
"bugs": {
"url": "https://github.com/commenthol/asyncc/issues"
},
"description": "Just asynchronous patterns",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"core-js": "^2.6.10",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jsdoc": "^3.6.3",
"karma": "^4.4.1",
"karma-browserify": "^6.1.0",
"karma-firefox-launcher": "^1.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"minami": "^1.2.3",
"mocha": "^6.2.2",
"nyc": "^14.1.1",
"rimraf": "^3.0.0",
"rollup": "^1.25.2",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-terser": "^5.1.2"
},
"directories": {
"lib": "lib",
"doc": "doc",
"test": "test"
},
"engines": {
"node": ">=6.0.0"
},
"eslintConfig": {
"extends": "standard",
"plugins": [
"standard"
],
"rules": {
"spaced-comment": 0
}
},
"homepage": "https://commenthol.github.io/asyncc/",
"jsnext:main": "dist/index.es.js",
"keywords": [
"async",
"callback"
],
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
{
"name": "commenthol",
"email": "commenthol@gmail.com"
}
],
"module": "dist/index.es.js",
"name": "asyncc",
"repository": {
"type": "git",
"url": "git+https://github.com/commenthol/asyncc.git"
},
"scripts": {
"all": "npm run clean && npm run lint && npm run build && npm test",
"build": "npm run build:cjs && npm run build:dist",
"build:cjs": "babel -d lib src",
"build:dist": "rollup -c scripts/rollup.conf.js",
"clean": "rimraf lib es coverage .nyc_output",
"clean:all": "rimraf node_modules && npm run clean",
"coverage": "nyc -r text -r html npm run test:mocha",
"doc": "jsdoc -c scripts/jsdoc/jsdoc.json",
"lint": "eslint '**/*.js'",
"prepublishOnly": "npm run all",
"readme": "markedpp --githubid -i README.md -o README.md",
"test": "npm run test:mocha && npm run test:karma",
"test:karma": "karma start",
"test:mocha": "mocha"
},
"version": "2.0.4"
}