2015-11-27 23:47:27 +03:00
|
|
|
{
|
2024-07-30 14:28:12 +03:00
|
|
|
"name": "runet-censorship-bypass",
|
|
|
|
"version": "0.2.0",
|
2015-11-27 23:47:27 +03:00
|
|
|
"description": "",
|
2024-07-30 14:28:12 +03:00
|
|
|
"homepage": "https://github.com/ilyaigpetrov/copy-unicode-urls#readme",
|
|
|
|
"main": "index.js",
|
2015-11-27 23:47:27 +03:00
|
|
|
"scripts": {
|
2024-07-30 14:28:12 +03:00
|
|
|
"start": "npm run clean; npm run build",
|
|
|
|
"build": "./tasks/build.mjs",
|
|
|
|
"clean": "rm -rf /_generated",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "ilyaigpetrov",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/ilyaigpetrov/copy-unicode-urls/issues"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/ilyaigpetrov/copy-unicode-urls.git"
|
2015-11-27 23:47:27 +03:00
|
|
|
},
|
|
|
|
"license": "ISC",
|
2018-02-23 12:33:00 +03:00
|
|
|
"dependencies": {
|
2024-07-30 14:28:12 +03:00
|
|
|
"punycode": "^2.1.1"
|
2018-02-23 12:33:00 +03:00
|
|
|
},
|
2024-07-30 14:28:12 +03:00
|
|
|
"devDependencies": {
|
|
|
|
"merge": "^2.1.1",
|
|
|
|
"mri": "^1.2.0"
|
2015-11-27 23:47:27 +03:00
|
|
|
}
|
2018-02-23 13:54:43 +03:00
|
|
|
}
|