This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

24
node_modules/rsvp/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"rsvp@4.8.5",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "rsvp@4.8.5",
"_from": "rsvp@^4.8.4",
"_id": "rsvp@4.8.5",
"_inBundle": false,
"_integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==",
"_location": "/rsvp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "rsvp@4.8.5",
"raw": "rsvp@^4.8.4",
"name": "rsvp",
"escapedName": "rsvp",
"rawSpec": "4.8.5",
"rawSpec": "^4.8.4",
"saveSpec": null,
"fetchSpec": "4.8.5"
"fetchSpec": "^4.8.4"
},
"_requiredBy": [
"/capture-exit"
],
"_resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz",
"_spec": "4.8.5",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "c8f155311d167f68f21e168df71ec5b083113734",
"_spec": "rsvp@^4.8.4",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/capture-exit",
"author": {
"name": "Tilde, Inc. & Stefan Penner"
},
@@ -37,6 +31,8 @@
"bugs": {
"url": "https://github.com/tildeio/rsvp.js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A lightweight library that provides tools for organizing asynchronous code",
"devDependencies": {
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",