Urara-Blog/node_modules/.pnpm-store/v3/files/7e/98574eccf143d3350a35f6d9412a7792388dece54be4da19b5d82d44d5414323c575ffc92e99cb782dd563da3e6dfe0df38620caf3ac45f6b5411e2c2a88de
2022-08-14 01:14:53 +08:00

37 lines
695 B
Text

{
"name": "is-absolute-url",
"version": "4.0.1",
"description": "Check if a URL is absolute",
"license": "MIT",
"repository": "sindresorhus/is-absolute-url",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"url",
"absolute",
"relative",
"is",
"check"
],
"devDependencies": {
"ava": "^3.15.0",
"tsd": "^0.17.0",
"xo": "^0.44.0"
}
}