Initial commit
This commit is contained in:
27
node_modules/http_ece/package.json
generated
vendored
Normal file
27
node_modules/http_ece/package.json
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "http_ece",
|
||||
"version": "1.2.0",
|
||||
"description": "Encrypted Content-Encoding for HTTP",
|
||||
"homepage": "https://github.com/martinthomson/encrypted-content-encoding",
|
||||
"bugs": "https://github.com/martinthomson/encrypted-content-encoding/issues",
|
||||
"author": {
|
||||
"name": "Martin Thomson",
|
||||
"email": "martin.thomson@gmail.com"
|
||||
},
|
||||
"contributors": [{
|
||||
"name": "Marco Castelluccio",
|
||||
"email": "mcastelluccio@mozilla.com"
|
||||
}],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/martinthomson/encrypted-content-encoding.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "./ece.js",
|
||||
"scripts": {
|
||||
"test": "node ./test.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user