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

72 lines
1.9 KiB
JSON

{
"_from": "url@^0.11.0",
"_id": "url@0.11.3",
"_inBundle": false,
"_integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==",
"_location": "/url",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "url@^0.11.0",
"name": "url",
"escapedName": "url",
"rawSpec": "^0.11.0",
"saveSpec": null,
"fetchSpec": "^0.11.0"
},
"_requiredBy": [
"/node-libs-browser",
"/webpack-dev-server"
],
"_resolved": "https://registry.npmmirror.com/url/-/url-0.11.3.tgz",
"_shasum": "6f495f4b935de40ce4a0a52faee8954244f3d3ad",
"_spec": "url@^0.11.0",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\node-libs-browser",
"author": {
"name": "defunctzombie"
},
"bugs": {
"url": "https://github.com/defunctzombie/node-url/issues"
},
"bundleDependencies": false,
"dependencies": {
"punycode": "^1.4.1",
"qs": "^6.11.2"
},
"deprecated": false,
"description": "The core `url` packaged standalone for use with Browserify.",
"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"
},
"homepage": "https://github.com/defunctzombie/node-url#readme",
"keywords": [
"parsing",
"url",
"analyze"
],
"license": "MIT",
"main": "./url.js",
"name": "url",
"repository": {
"type": "git",
"url": "git+https://github.com/defunctzombie/node-url.git"
},
"scripts": {
"lint": "eslint .",
"posttest": "aud --production",
"pretest": "npm run lint",
"test": "npm run tests-only",
"test-local": "zuul --local -- test/index.js",
"tests-only": "nyc mocha",
"zuul": "zuul -- test/index.js"
},
"version": "0.11.3"
}