25 lines
569 B
JSON
25 lines
569 B
JSON
|
|
{
|
||
|
|
"name": "url",
|
||
|
|
"description": "The core `url` packaged standalone for use with Browserify.",
|
||
|
|
"version": "0.11.3",
|
||
|
|
"author": "defunctzombie",
|
||
|
|
"dependencies": {
|
||
|
|
"punycode": "^1.4.1",
|
||
|
|
"qs": "^6.11.2"
|
||
|
|
},
|
||
|
|
"main": "./url.js",
|
||
|
|
"devDependencies": {
|
||
|
|
"@ljharb/eslint-config": "^21.1.0",
|
||
|
|
"acorn": "^8.10.0",
|
||
|
|
"aud": "^2.0.3",
|
||
|
|
"eslint": "=8.8.0",
|
||
|
|
"mocha": "^3.5.3",
|
||
|
|
"nyc": "^10.3.2",
|
||
|
|
"zuul": "^3.12.0"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/defunctzombie/node-url.git"
|
||
|
|
},
|
||
|
|
"license": "MIT"
|
||
|
|
}
|