57 lines
1.2 KiB
JSON
Raw Normal View History

2019-11-26 14:50:43 -08:00
{
"_args": [
[
"valid-url@1.0.9",
"/Users/tatiana/selfdefined"
]
],
"_from": "valid-url@1.0.9",
"_id": "valid-url@1.0.9",
"_inBundle": false,
"_integrity": "sha1-HBRHm0DxOXp1eC8RXkCGRHQzogA=",
"_location": "/valid-url",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "valid-url@1.0.9",
"name": "valid-url",
"escapedName": "valid-url",
"rawSpec": "1.0.9",
"saveSpec": null,
"fetchSpec": "1.0.9"
},
"_requiredBy": [
"/@11ty/eleventy"
],
"_resolved": "https://registry.npmjs.org/valid-url/-/valid-url-1.0.9.tgz",
"_spec": "1.0.9",
"_where": "/Users/tatiana/selfdefined",
"bugs": {
"url": "https://github.com/ogt/valid-url/issues"
},
"dependencies": {},
"description": "URI validation functions",
"devDependencies": {
"jshint": "~2.1.4",
"tap": "~0.4.3"
},
"homepage": "https://github.com/ogt/valid-url#readme",
"keywords": [
"url",
"validation",
"check",
"checker",
"pattern"
],
"main": "index.js",
"name": "valid-url",
"repository": {
"url": "git://github.com/ogt/valid-url.git"
},
"scripts": {
"test": "make test"
},
"version": "1.0.9"
}