mirror of
https://github.com/peaceiris/actions-hugo.git
synced 2026-01-25 20:32:19 +01:00
Migrate javascript action (#21)
This commit is contained in:
28
node_modules/xmlhttprequest/package.json
generated
vendored
Normal file
28
node_modules/xmlhttprequest/package.json
generated
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "xmlhttprequest",
|
||||
"description": "XMLHttpRequest for Node",
|
||||
"version": "1.8.0",
|
||||
"author": {
|
||||
"name": "Dan DeFelippi",
|
||||
"url": "http://driverdan.com"
|
||||
},
|
||||
"keywords": ["xhr", "ajax"],
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/driverdan/node-XMLHttpRequest.git"
|
||||
},
|
||||
"bugs": "http://github.com/driverdan/node-XMLHttpRequest/issues",
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib",
|
||||
"example": "./example"
|
||||
},
|
||||
"main": "./lib/XMLHttpRequest.js"
|
||||
|
||||
,"_resolved": "https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.8.0.tgz"
|
||||
,"_integrity": "sha1-Z/4HXFwk/vOfnWX197f+dRcZaPw="
|
||||
,"_from": "xmlhttprequest@1.8.0"
|
||||
}
|
||||
Reference in New Issue
Block a user