mirror of
https://github.com/actions/labeler.git
synced 2025-12-25 04:07:14 +08:00
build
This commit is contained in:
32
node_modules/source-map-support/package.json
generated
vendored
32
node_modules/source-map-support/package.json
generated
vendored
@@ -1,40 +1,36 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"source-map-support@0.5.13",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "source-map-support@0.5.13",
|
||||
"_id": "source-map-support@0.5.13",
|
||||
"_from": "source-map-support@^0.5.6",
|
||||
"_id": "source-map-support@0.5.19",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==",
|
||||
"_integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==",
|
||||
"_location": "/source-map-support",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "source-map-support@0.5.13",
|
||||
"raw": "source-map-support@^0.5.6",
|
||||
"name": "source-map-support",
|
||||
"escapedName": "source-map-support",
|
||||
"rawSpec": "0.5.13",
|
||||
"rawSpec": "^0.5.6",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.5.13"
|
||||
"fetchSpec": "^0.5.6"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/jest-runner"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz",
|
||||
"_spec": "0.5.13",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz",
|
||||
"_shasum": "a98b62f86dcaf4f67399648c085291ab9e8fed61",
|
||||
"_spec": "source-map-support@^0.5.6",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/jest-runner",
|
||||
"bugs": {
|
||||
"url": "https://github.com/evanw/node-source-map-support/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"buffer-from": "^1.0.0",
|
||||
"source-map": "^0.6.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Fixes stack traces for files with source maps",
|
||||
"devDependencies": {
|
||||
"browserify": "^4.2.3",
|
||||
@@ -57,5 +53,5 @@
|
||||
"serve-tests": "http-server -p 1336",
|
||||
"test": "mocha"
|
||||
},
|
||||
"version": "0.5.13"
|
||||
"version": "0.5.19"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user