summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/punycode2/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/punycode2/package.json')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/punycode2/package.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/punycode2/package.json b/bin/wiki/ImportarDesdeURL/node_modules/punycode2/package.json
new file mode 100644
index 00000000..bfc0dacb
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/punycode2/package.json
@@ -0,0 +1,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"
+}