feat: add @actions/cache

This commit is contained in:
xHyroM 2022-07-12 09:00:22 +02:00
parent b15fb7d098
commit 16e8c96a41
1932 changed files with 261172 additions and 10 deletions

39
node_modules/xmlbuilder/package.json generated vendored Normal file
View file

@ -0,0 +1,39 @@
{
"name": "xmlbuilder",
"version": "11.0.1",
"keywords": [
"xml",
"xmlbuilder"
],
"homepage": "http://github.com/oozcitak/xmlbuilder-js",
"description": "An XML builder for node.js",
"author": "Ozgur Ozcitak <oozcitak@gmail.com>",
"contributors": [],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/oozcitak/xmlbuilder-js.git"
},
"bugs": {
"url": "http://github.com/oozcitak/xmlbuilder-js/issues"
},
"main": "./lib/index",
"typings": "./typings/index.d.ts",
"engines": {
"node": ">=4.0"
},
"dependencies": {},
"devDependencies": {
"coffeescript": "1.*",
"mocha": "*",
"coffee-coverage": "2.*",
"istanbul": "*",
"coveralls": "*",
"xpath": "*"
},
"scripts": {
"prepublishOnly": "coffee -co lib src",
"postpublish": "rm -rf lib",
"test": "mocha \"test/**/*.coffee\" && istanbul report text lcov"
}
}