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