summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/punycode2/package.json
blob: bfc0dacbc558c2f452a6e3135dd9640c2d6e8eca (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
{
  "_from": "punycode2@~1.0.0",
  "_id": "punycode2@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-4rS5qaj/FX0LhEOOIDGB7niS39g=",
  "_location": "/punycode2",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "punycode2@~1.0.0",
    "name": "punycode2",
    "escapedName": "punycode2",
    "rawSpec": "~1.0.0",
    "saveSpec": null,
    "fetchSpec": "~1.0.0"
  },
  "_requiredBy": [
    "/is-uri"
  ],
  "_resolved": "https://registry.npmjs.org/punycode2/-/punycode2-1.0.0.tgz",
  "_shasum": "e2b4b9a9a8ff157d0b84438e203181ee7892dfd8",
  "_spec": "punycode2@~1.0.0",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/is-uri",
  "bugs": {
    "url": "https://github.com/medikoo/punycode2/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Modular version of punycode package",
  "devDependencies": {
    "qunit-extras": "^1.4.1",
    "qunitjs": "~1.11.0",
    "xlint": "~0.2.2",
    "xlint-jslint-medikoo": "~0.1.2"
  },
  "homepage": "https://github.com/medikoo/punycode2#readme",
  "keywords": [
    "punycode",
    "unicode",
    "idn",
    "idna",
    "dns",
    "url",
    "domain"
  ],
  "license": "MIT",
  "name": "punycode2",
  "repository": {
    "type": "git",
    "url": "git://github.com/medikoo/punycode2.git"
  },
  "scripts": {
    "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
    "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
    "test": "node test/index.js"
  },
  "version": "1.0.0"
}