77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
{
|
|
"_from": "url-parse@^1.1.8",
|
|
"_id": "url-parse@1.1.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-xn8dd11R8KGJEd17P/rSe7nlvRk=",
|
|
"_location": "/url-parse",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "url-parse@^1.1.8",
|
|
"name": "url-parse",
|
|
"escapedName": "url-parse",
|
|
"rawSpec": "^1.1.8",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.8"
|
|
},
|
|
"_requiredBy": [
|
|
"/sockjs-client",
|
|
"/webpack-dev-server/sockjs-client"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz",
|
|
"_shasum": "c67f1d775d51f0a18911dd7b3ffad27bb9e5bd19",
|
|
"_spec": "url-parse@^1.1.8",
|
|
"_where": "/home/bilal/Saburly/slucajna-televizija/node_modules/sockjs-client",
|
|
"author": {
|
|
"name": "Arnout Kazemier"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/unshiftio/url-parse/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"querystringify": "~1.0.0",
|
|
"requires-port": "1.0.x"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Small footprint URL parser that works seamlessly across Node.js and browser environments",
|
|
"devDependencies": {
|
|
"assume": "~1.5.0",
|
|
"browserify": "~14.3.0",
|
|
"istanbul": "0.4.x",
|
|
"mocha": "~3.3.0",
|
|
"pre-commit": "~1.2.0",
|
|
"zuul": "3.11.x"
|
|
},
|
|
"homepage": "https://github.com/unshiftio/url-parse#readme",
|
|
"keywords": [
|
|
"URL",
|
|
"parser",
|
|
"uri",
|
|
"url",
|
|
"parse",
|
|
"query",
|
|
"string",
|
|
"querystring",
|
|
"stringify"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "url-parse",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/unshiftio/url-parse.git"
|
|
},
|
|
"scripts": {
|
|
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
|
|
"browserify": "mkdir -p dist && browserify index.js -s URLParse -o dist/url-parse.js",
|
|
"coverage": "istanbul cover _mocha -- test.js",
|
|
"test": "mocha test.js",
|
|
"test-browser": "zuul -- test.js",
|
|
"test-node": "istanbul cover _mocha --report lcovonly -- test.js",
|
|
"watch": "mocha --watch test.js"
|
|
},
|
|
"version": "1.1.9"
|
|
}
|