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

View File

@@ -1,46 +1,42 @@
{
"_args": [
[
"babel-plugin-istanbul@5.2.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "babel-plugin-istanbul@5.2.0",
"_from": "babel-plugin-istanbul@^5.1.0",
"_id": "babel-plugin-istanbul@5.2.0",
"_inBundle": false,
"_integrity": "sha512-5LphC0USA8t4i1zCtjbbNb6jJj/9+X6P37Qfirc/70EQ34xKlMW+a1RHGwxGI+SwWpNwZ27HqvzAobeqaXwiZw==",
"_location": "/babel-plugin-istanbul",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "babel-plugin-istanbul@5.2.0",
"raw": "babel-plugin-istanbul@^5.1.0",
"name": "babel-plugin-istanbul",
"escapedName": "babel-plugin-istanbul",
"rawSpec": "5.2.0",
"rawSpec": "^5.1.0",
"saveSpec": null,
"fetchSpec": "5.2.0"
"fetchSpec": "^5.1.0"
},
"_requiredBy": [
"/@jest/transform",
"/babel-jest"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz",
"_spec": "5.2.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "df4ade83d897a92df069c4d9a25cf2671293c854",
"_spec": "babel-plugin-istanbul@^5.1.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/@jest/transform",
"author": {
"name": "Thai Pangsakulyanont @dtinth"
},
"bugs": {
"url": "https://github.com/istanbuljs/babel-plugin-istanbul/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"find-up": "^3.0.0",
"istanbul-lib-instrument": "^3.3.0",
"test-exclude": "^5.2.3"
},
"deprecated": false,
"description": "A babel plugin that adds istanbul instrumentation to ES6 code",
"devDependencies": {
"@babel/cli": "^7.4.3",