Files
30-seconds-of-code/node_modules/webpack-dev-server/node_modules/is-absolute-url/package.json
2019-08-20 15:52:05 +02:00

68 lines
1.7 KiB
JSON

{
"_from": "is-absolute-url@^3.0.0",
"_id": "is-absolute-url@3.0.1",
"_inBundle": false,
"_integrity": "sha512-c2QjUwuMxLsld90sj3xYzpFYWJtuxkIn1f5ua9RTEYJt/vV2IsM+Py00/6qjV7qExgifUvt7qfyBGBBKm+2iBg==",
"_location": "/webpack-dev-server/is-absolute-url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-absolute-url@^3.0.0",
"name": "is-absolute-url",
"escapedName": "is-absolute-url",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.1.tgz",
"_shasum": "e315cbdcbbc3d6789532d591954ac78a0e5049f6",
"_spec": "is-absolute-url@^3.0.0",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/webpack-dev-server",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-absolute-url/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Check if a URL is absolute",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/is-absolute-url#readme",
"keywords": [
"url",
"absolute",
"relative",
"uri",
"is",
"check"
],
"license": "MIT",
"name": "is-absolute-url",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-absolute-url.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.0.1"
}