mirror of
https://github.com/actions/labeler.git
synced 2026-01-04 02:37:18 +08:00
build
This commit is contained in:
24
node_modules/istanbul-lib-instrument/package.json
generated
vendored
24
node_modules/istanbul-lib-instrument/package.json
generated
vendored
@@ -1,34 +1,28 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"istanbul-lib-instrument@3.3.0",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "istanbul-lib-instrument@3.3.0",
|
||||
"_from": "istanbul-lib-instrument@^3.0.1",
|
||||
"_id": "istanbul-lib-instrument@3.3.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-5nnIN4vo5xQZHdXno/YDXJ0G+I3dAm4XgzfSVTPLQpj/zAV2dV6Juy0yaf10/zrJOJeHoN3fraFe+XRq2bFVZA==",
|
||||
"_location": "/istanbul-lib-instrument",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "istanbul-lib-instrument@3.3.0",
|
||||
"raw": "istanbul-lib-instrument@^3.0.1",
|
||||
"name": "istanbul-lib-instrument",
|
||||
"escapedName": "istanbul-lib-instrument",
|
||||
"rawSpec": "3.3.0",
|
||||
"rawSpec": "^3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.3.0"
|
||||
"fetchSpec": "^3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@jest/reporters",
|
||||
"/babel-plugin-istanbul"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.3.0.tgz",
|
||||
"_spec": "3.3.0",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_shasum": "a5f63d91f0bbc0c3e479ef4c5de027335ec6d630",
|
||||
"_spec": "istanbul-lib-instrument@^3.0.1",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@jest/reporters",
|
||||
"author": {
|
||||
"name": "Krishnan Anantheswaran",
|
||||
"email": "kananthmail-github@yahoo.com"
|
||||
@@ -36,6 +30,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/istanbuljs/istanbuljs/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/generator": "^7.4.0",
|
||||
"@babel/parser": "^7.4.3",
|
||||
@@ -45,6 +40,7 @@
|
||||
"istanbul-lib-coverage": "^2.0.5",
|
||||
"semver": "^6.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Core istanbul API for JS code coverage",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
|
||||
Reference in New Issue
Block a user