summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/is-uri/package.json
blob: 4f3a08468325a9540ba6320a90150e50cb5cd936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "_from": "is-uri@~1.2.0",
  "_id": "is-uri@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-uS/yNK9owO2X0u7UZJLQF5O31CA=",
  "_location": "/is-uri",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-uri@~1.2.0",
    "name": "is-uri",
    "escapedName": "is-uri",
    "rawSpec": "~1.2.0",
    "saveSpec": null,
    "fetchSpec": "~1.2.0"
  },
  "_requiredBy": [
    "/@metascraper/helpers"
  ],
  "_resolved": "https://registry.npmjs.org/is-uri/-/is-uri-1.2.0.tgz",
  "_shasum": "b92ff234af68c0ed97d2eed46492d01793b7d420",
  "_spec": "is-uri@~1.2.0",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/@metascraper/helpers",
  "author": {
    "name": "Kiko Beats",
    "email": "josefrancisco.verdu@gmail.com",
    "url": "https://github.com/Kikobeats"
  },
  "bugs": {
    "url": "https://github.com/Kikobeats/is-uri/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "parse-uri": "~1.0.0",
    "punycode2": "~1.0.0"
  },
  "deprecated": false,
  "description": "Determinate if a string is a valid URI.",
  "devDependencies": {
    "browserify": "latest",
    "coffee-script": "latest",
    "coffeeify": "latest",
    "git-dirty": "latest",
    "gulp": "latest",
    "gulp-header": "latest",
    "gulp-uglify": "latest",
    "gulp-util": "latest",
    "mocha": "latest",
    "should": "latest",
    "standard": "latest",
    "vinyl-buffer": "latest",
    "vinyl-source-stream": "latest"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "homepage": "https://github.com/Kikobeats/is-uri",
  "keywords": [
    "invalid",
    "is",
    "parse",
    "uri",
    "valid"
  ],
  "license": "MIT",
  "main": "./index.js",
  "name": "is-uri",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kikobeats/is-uri.git"
  },
  "scripts": {
    "clean": "rm -rf node_modules",
    "lint": "standard lib",
    "pretest": "npm run lint",
    "test": "mocha"
  },
  "version": "1.2.0"
}