This repository has been archived on 2024-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
shallot/node_modules/curl-headers-to-json/package.json

19 lines
401 B
JSON

{
"name": "curl-headers-to-json",
"bin": {
"curl-headers-to-json": "./index.js"
},
"version": "1.0.1",
"description": "Formats cURL headers into JSON format",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [
"curl",
"json"
],
"author": "Alejandro Oviedo <alejandro.oviedo.g@gmail.com>",
"license": "MIT"
}