mirror of
https://github.com/Azure/setup-helm.git
synced 2025-09-23 20:36:30 +00:00
v3 new release (#80)
This commit is contained in:
committed by
GitHub
parent
a767c8d3a1
commit
20d2b4f98d
30
node_modules/@istanbuljs/schema/package.json
generated
vendored
Normal file
30
node_modules/@istanbuljs/schema/package.json
generated
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "@istanbuljs/schema",
|
||||
"version": "0.1.3",
|
||||
"description": "Schemas describing various structures used by nyc and istanbuljs",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"release": "standard-version --sign",
|
||||
"pretest": "xo",
|
||||
"test": "tap",
|
||||
"snap": "npm test -- --snapshot"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"author": "Corey Farrell",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/istanbuljs/schema.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/istanbuljs/schema/issues"
|
||||
},
|
||||
"homepage": "https://github.com/istanbuljs/schema#readme",
|
||||
"devDependencies": {
|
||||
"standard-version": "^7.0.0",
|
||||
"tap": "^14.6.7",
|
||||
"xo": "^0.25.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user