tunnckoCore/prepend-http-extra

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "prepend-http-extra",
  "version": "1.0.0",
  "description": "Same as `prepend-http` but handles the case when starts with `//`, like CDNs.",
  "repository": "tunnckoCore/prepend-http-extra",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "prepend-http": "^1.0.3"
  },
  "devDependencies": {
    "assertit": "^0.1.0"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "cdn",
    "extra",
    "http",
    "https",
    "prepend",
    "prepend-http-extra",
    "protocol",
    "scheme",
    "uri",
    "url"
  ]
}