mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-07-19 21:18:22 +02:00
feat: add @actions/cache
This commit is contained in:
parent
b15fb7d098
commit
16e8c96a41
1932 changed files with 261172 additions and 10 deletions
39
node_modules/xmlbuilder/package.json
generated
vendored
Normal file
39
node_modules/xmlbuilder/package.json
generated
vendored
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue