• File: package.json
  • Full Path: /var/www/nodejs/daily_store_reports_nodejs/node_modules/prepend-http/package.json
  • Date Modified: 02/04/2023 9:31 PM
  • File size: 622 bytes
  • MIME-type: application/json
  • Charset: utf-8
{
  "name": "prepend-http",
  "version": "2.0.0",
  "description": "Prepend `http://` to humanized URLs like todomvc.com and localhost",
  "license": "MIT",
  "repository": "sindresorhus/prepend-http",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "prepend",
    "protocol",
    "scheme",
    "url",
    "uri",
    "http",
    "https",
    "humanized"
  ],
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  }
}