initial commit
This commit is contained in:
48
node_modules/protocols/package.json
generated
vendored
Normal file
48
node_modules/protocols/package.json
generated
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "protocols",
|
||||
"version": "2.0.1",
|
||||
"description": "Get the protocols of an input url.",
|
||||
"main": "lib/index.js",
|
||||
"directories": {
|
||||
"example": "example",
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "node test"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:IonicaBizau/protocols.git"
|
||||
},
|
||||
"keywords": [
|
||||
"protocols",
|
||||
"protocol",
|
||||
"url",
|
||||
"parse"
|
||||
],
|
||||
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/IonicaBizau/protocols/issues"
|
||||
},
|
||||
"homepage": "https://github.com/IonicaBizau/protocols",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"tester": "^1.4.5"
|
||||
},
|
||||
"files": [
|
||||
"bin/",
|
||||
"app/",
|
||||
"lib/",
|
||||
"dist/",
|
||||
"src/",
|
||||
"scripts/",
|
||||
"resources/",
|
||||
"menu/",
|
||||
"cli.js",
|
||||
"index.js",
|
||||
"bloggify.js",
|
||||
"bloggify.json",
|
||||
"bloggify/"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user