2017-09-13 07:52:34 +02:00

123 lines
3.1 KiB
JSON

{
"_args": [
[
{
"raw": "url-parse@^1.1.1",
"scope": null,
"escapedName": "url-parse",
"name": "url-parse",
"rawSpec": "^1.1.1",
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"c:\\xampp\\htdocs\\laravel\\node_modules\\sockjs-client"
]
],
"_from": "url-parse@>=1.1.1 <2.0.0",
"_id": "url-parse@1.1.9",
"_inCache": true,
"_location": "/url-parse",
"_nodeVersion": "7.5.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/url-parse-1.1.9.tgz_1493830143379_0.4407927531283349"
},
"_npmUser": {
"name": "3rdeden",
"email": "npm@3rd-Eden.com"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "url-parse@^1.1.1",
"scope": null,
"escapedName": "url-parse",
"name": "url-parse",
"rawSpec": "^1.1.1",
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/sockjs-client"
],
"_resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz",
"_shasum": "c67f1d775d51f0a18911dd7b3ffad27bb9e5bd19",
"_shrinkwrap": null,
"_spec": "url-parse@^1.1.1",
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\sockjs-client",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/unshiftio/url-parse/issues"
},
"dependencies": {
"querystringify": "~1.0.0",
"requires-port": "1.0.x"
},
"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"
},
"directories": {},
"dist": {
"shasum": "c67f1d775d51f0a18911dd7b3ffad27bb9e5bd19",
"tarball": "https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz"
},
"gitHead": "86d3d6d2ca638530d06ee5f780ac9c654e96f011",
"homepage": "https://github.com/unshiftio/url-parse#readme",
"keywords": [
"URL",
"parser",
"uri",
"url",
"parse",
"query",
"string",
"querystring",
"stringify"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "3rdeden",
"email": "npm@3rd-Eden.com"
},
{
"name": "swaagie",
"email": "info@martijnswaagman.nl"
},
{
"name": "unshift",
"email": "npm@unshift.io"
},
{
"name": "v1",
"email": "npm@3rd-Eden.com"
}
],
"name": "url-parse",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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"
}