1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/punycode/package.json

87 lines
2.1 KiB
JSON
Raw Normal View History

2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from": "punycode@^2.1.0",
"_id": "punycode@2.3.1",
2023-12-18 13:12:25 +08:00
"_inBundle": false,
2024-01-16 21:26:16 +08:00
"_integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
2023-12-18 13:12:25 +08:00
"_location": "/punycode",
"_phantomChildren": {},
"_requested": {
2024-01-16 21:26:16 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2024-01-16 21:26:16 +08:00
"raw": "punycode@^2.1.0",
2023-12-18 13:12:25 +08:00
"name": "punycode",
"escapedName": "punycode",
2024-01-16 21:26:16 +08:00
"rawSpec": "^2.1.0",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2024-01-16 21:26:16 +08:00
"fetchSpec": "^2.1.0"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
2024-01-16 21:26:16 +08:00
"/tough-cookie",
2023-12-18 13:12:25 +08:00
"/uri-js"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
"_shasum": "027422e2faec0b25e1549c3e1bd8309b9133b6e5",
"_spec": "punycode@^2.1.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\uri-js",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
},
"bugs": {
2024-01-16 21:26:16 +08:00
"url": "https://github.com/mathiasbynens/punycode.js/issues"
2023-12-18 13:12:25 +08:00
},
2024-01-16 21:26:16 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"contributors": [
{
"name": "Mathias Bynens",
"url": "https://mathiasbynens.be/"
}
],
2024-01-16 21:26:16 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
"devDependencies": {
2024-01-16 21:26:16 +08:00
"codecov": "^3.8.3",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
2023-12-18 13:12:25 +08:00
},
"engines": {
"node": ">=6"
},
"files": [
"LICENSE-MIT.txt",
"punycode.js",
"punycode.es6.js"
],
"homepage": "https://mths.be/punycode",
"jsnext:main": "punycode.es6.js",
"jspm": {
"map": {
"./punycode.js": {
"node": "@node/punycode"
}
}
},
"keywords": [
"punycode",
"unicode",
"idn",
"idna",
"dns",
"url",
"domain"
],
"license": "MIT",
"main": "punycode.js",
"module": "punycode.es6.js",
"name": "punycode",
"repository": {
"type": "git",
2024-01-16 21:26:16 +08:00
"url": "git+https://github.com/mathiasbynens/punycode.js.git"
2023-12-18 13:12:25 +08:00
},
"scripts": {
2024-01-16 21:26:16 +08:00
"build": "node scripts/prepublish.js",
2023-12-18 13:12:25 +08:00
"test": "mocha tests"
},
2024-01-16 21:26:16 +08:00
"version": "2.3.1"
2023-12-18 13:12:25 +08:00
}