mirror of
https://github.com/actions/setup-python.git
synced 2025-07-21 05:48:23 +02:00
Fix.
This commit is contained in:
parent
7fe1ba03a3
commit
ec0a863019
7020 changed files with 1880198 additions and 489 deletions
72
node_modules/istanbul-lib-instrument/package.json
generated
vendored
Normal file
72
node_modules/istanbul-lib-instrument/package.json
generated
vendored
Normal file
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"_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": "range",
|
||||
"registry": true,
|
||||
"raw": "istanbul-lib-instrument@^3.0.1",
|
||||
"name": "istanbul-lib-instrument",
|
||||
"escapedName": "istanbul-lib-instrument",
|
||||
"rawSpec": "^3.0.1",
|
||||
"saveSpec": null,
|
||||
"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",
|
||||
"_shasum": "a5f63d91f0bbc0c3e479ef4c5de027335ec6d630",
|
||||
"_spec": "istanbul-lib-instrument@^3.0.1",
|
||||
"_where": "E:\\github\\setup-python\\node_modules\\@jest\\reporters",
|
||||
"author": {
|
||||
"name": "Krishnan Anantheswaran",
|
||||
"email": "kananthmail-github@yahoo.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/istanbuljs/istanbuljs/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/generator": "^7.4.0",
|
||||
"@babel/parser": "^7.4.3",
|
||||
"@babel/template": "^7.4.0",
|
||||
"@babel/traverse": "^7.4.3",
|
||||
"@babel/types": "^7.4.0",
|
||||
"istanbul-lib-coverage": "^2.0.5",
|
||||
"semver": "^6.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Core istanbul API for JS code coverage",
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"gitHead": "90e60cc47833bb780680f916488ca24f0be36ca2",
|
||||
"homepage": "https://istanbul.js.org/",
|
||||
"keywords": [
|
||||
"coverage",
|
||||
"istanbul",
|
||||
"js",
|
||||
"instrumentation"
|
||||
],
|
||||
"license": "BSD-3-Clause",
|
||||
"main": "dist/index.js",
|
||||
"name": "istanbul-lib-instrument",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "npm run release",
|
||||
"release": "babel src --out-dir dist && documentation build -f md -o api.md src",
|
||||
"test": "mocha --require=@babel/register"
|
||||
},
|
||||
"version": "3.3.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue