ignore bin

This commit is contained in:
fxy060608
2018-11-18 16:17:04 +08:00
parent d7f7e5ce2b
commit 1949b2ba72
711 changed files with 1 additions and 50672 deletions
-24
View File
@@ -1,24 +0,0 @@
{
"name": "url-to-options",
"description": "Convert a WHATWG URL to an http(s).request options object.",
"version": "1.0.1",
"license": "MIT",
"author": "Steven Vachon <contact@svachon.com> (https://www.svachon.com/)",
"repository": "stevenvachon/url-to-options",
"devDependencies": {
"universal-url": "^1.0.0-alpha"
},
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "node test.js"
},
"files": ["index.js"],
"keywords": [
"http",
"https",
"url",
"whatwg"
]
}