mirror of
https://github.com/azure/login.git
synced 2026-03-15 09:20:56 -04:00
* 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>
106 lines
3.0 KiB
JSON
106 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"rsvp@4.8.5",
|
|
"E:\\Repos\\GHActions\\login"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "rsvp@4.8.5",
|
|
"_id": "rsvp@4.8.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==",
|
|
"_location": "/rsvp",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "rsvp@4.8.5",
|
|
"name": "rsvp",
|
|
"escapedName": "rsvp",
|
|
"rawSpec": "4.8.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.8.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/capture-exit"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz",
|
|
"_spec": "4.8.5",
|
|
"_where": "E:\\Repos\\GHActions\\login",
|
|
"author": {
|
|
"name": "Tilde, Inc. & Stefan Penner"
|
|
},
|
|
"browser": {
|
|
"vertx": false
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tildeio/rsvp.js/issues"
|
|
},
|
|
"description": "A lightweight library that provides tools for organizing asynchronous code",
|
|
"devDependencies": {
|
|
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
|
|
"babel-plugin-transform-es2015-block-scoping": "6.26.0",
|
|
"babel-plugin-transform-es2015-classes": "^6.24.1",
|
|
"babel-plugin-transform-es2015-computed-properties": "^6.24.1",
|
|
"babel-plugin-transform-es2015-constants": "^6.1.4",
|
|
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
|
|
"babel-plugin-transform-es2015-parameters": "^6.24.1",
|
|
"babel-plugin-transform-es2015-shorthand-properties": "^6.24.1",
|
|
"babel-plugin-transform-es2015-spread": "^6.22.0",
|
|
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
|
|
"babel-preset-env": "1.7.0",
|
|
"babel6-plugin-strip-class-callcheck": "^6.0.0",
|
|
"broccoli-babel-transpiler": "6.4.3",
|
|
"broccoli-concat": "^3.7.1",
|
|
"broccoli-funnel": "2.0.1",
|
|
"broccoli-merge-trees": "^3.0.1",
|
|
"broccoli-rollup": "2.1.1",
|
|
"broccoli-stew": "^2.0.0",
|
|
"broccoli-uglify-js": "^0.2.0",
|
|
"broccoli-watchify": "1.0.1",
|
|
"ember-cli": "3.4.2",
|
|
"ember-cli-dependency-checker": "3.0.0",
|
|
"ember-cli-inject-live-reload": "^2.0.1",
|
|
"ember-cli-progress": "^1.0.6",
|
|
"git-repo-version": "1.0.2",
|
|
"mocha": "5.2.0",
|
|
"promises-aplus-tests": "2.1.2"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"engines": {
|
|
"node": "6.* || >= 7.*"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"!dist/test"
|
|
],
|
|
"homepage": "https://github.com/tildeio/rsvp.js",
|
|
"jsnext:main": "dist/rsvp.es.js",
|
|
"keywords": [
|
|
"futures",
|
|
"promises"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/rsvp.js",
|
|
"module": "dist/rsvp.es.js",
|
|
"name": "rsvp",
|
|
"namespace": "RSVP",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tildeio/rsvp.js.git",
|
|
"dist": "git@github.com:components/rsvp.js.git"
|
|
},
|
|
"scripts": {
|
|
"build": "ember build --environment production",
|
|
"start": "ember s",
|
|
"test": "ember test",
|
|
"test:node": "ember test --launch Mocha",
|
|
"test:server": "ember test --server"
|
|
},
|
|
"version": "4.8.5"
|
|
}
|