[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "punycode@^2.1.0",
|
---|
| 3 | "_id": "punycode@2.3.1",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
---|
| 6 | "_location": "/punycode",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "punycode@^2.1.0",
|
---|
| 12 | "name": "punycode",
|
---|
| 13 | "escapedName": "punycode",
|
---|
| 14 | "rawSpec": "^2.1.0",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^2.1.0"
|
---|
[d565449] | 17 | },
|
---|
[79a0317] | 18 | "_requiredBy": [
|
---|
| 19 | "/uri-js"
|
---|
[d565449] | 20 | ],
|
---|
[79a0317] | 21 | "_resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
---|
| 22 | "_shasum": "027422e2faec0b25e1549c3e1bd8309b9133b6e5",
|
---|
| 23 | "_spec": "punycode@^2.1.0",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/uri-js",
|
---|
[d565449] | 25 | "author": {
|
---|
| 26 | "name": "Mathias Bynens",
|
---|
| 27 | "url": "https://mathiasbynens.be/"
|
---|
| 28 | },
|
---|
[79a0317] | 29 | "bugs": {
|
---|
| 30 | "url": "https://github.com/mathiasbynens/punycode.js/issues"
|
---|
| 31 | },
|
---|
| 32 | "bundleDependencies": false,
|
---|
[d565449] | 33 | "contributors": [
|
---|
| 34 | {
|
---|
| 35 | "name": "Mathias Bynens",
|
---|
| 36 | "url": "https://mathiasbynens.be/"
|
---|
| 37 | }
|
---|
| 38 | ],
|
---|
[79a0317] | 39 | "deprecated": false,
|
---|
| 40 | "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
|
---|
| 41 | "devDependencies": {
|
---|
| 42 | "codecov": "^3.8.3",
|
---|
| 43 | "mocha": "^10.2.0",
|
---|
| 44 | "nyc": "^15.1.0"
|
---|
| 45 | },
|
---|
| 46 | "engines": {
|
---|
| 47 | "node": ">=6"
|
---|
[d565449] | 48 | },
|
---|
| 49 | "files": [
|
---|
| 50 | "LICENSE-MIT.txt",
|
---|
| 51 | "punycode.js",
|
---|
| 52 | "punycode.es6.js"
|
---|
| 53 | ],
|
---|
[79a0317] | 54 | "homepage": "https://mths.be/punycode",
|
---|
| 55 | "jsnext:main": "punycode.es6.js",
|
---|
[d565449] | 56 | "jspm": {
|
---|
| 57 | "map": {
|
---|
| 58 | "./punycode.js": {
|
---|
| 59 | "node": "@node/punycode"
|
---|
| 60 | }
|
---|
| 61 | }
|
---|
[79a0317] | 62 | },
|
---|
| 63 | "keywords": [
|
---|
| 64 | "punycode",
|
---|
| 65 | "unicode",
|
---|
| 66 | "idn",
|
---|
| 67 | "idna",
|
---|
| 68 | "dns",
|
---|
| 69 | "url",
|
---|
| 70 | "domain"
|
---|
| 71 | ],
|
---|
| 72 | "license": "MIT",
|
---|
| 73 | "main": "punycode.js",
|
---|
| 74 | "module": "punycode.es6.js",
|
---|
| 75 | "name": "punycode",
|
---|
| 76 | "repository": {
|
---|
| 77 | "type": "git",
|
---|
| 78 | "url": "git+https://github.com/mathiasbynens/punycode.js.git"
|
---|
| 79 | },
|
---|
| 80 | "scripts": {
|
---|
| 81 | "build": "node scripts/prepublish.js",
|
---|
| 82 | "test": "mocha tests"
|
---|
| 83 | },
|
---|
| 84 | "version": "2.3.1"
|
---|
[d565449] | 85 | }
|
---|