mirror of
https://github.com/actions/labeler.git
synced 2025-12-18 16:16:48 +00:00
build
This commit is contained in:
24
node_modules/rsvp/package.json
generated
vendored
24
node_modules/rsvp/package.json
generated
vendored
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user