d2-ui
Version:
111 lines (110 loc) • 2.94 kB
JSON
{
"_args": [
[
"url-parse@^1.1.1",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/sockjs-client"
]
],
"_from": "url-parse@>=1.1.1 <2.0.0",
"_id": "url-parse@1.1.3",
"_inCache": true,
"_installable": true,
"_location": "/url-parse",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/url-parse-1.1.3.tgz_1471257690611_0.5654388114344329"
},
"_npmUser": {
"email": "npm@3rd-Eden.com",
"name": "3rdeden"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"name": "url-parse",
"raw": "url-parse@^1.1.1",
"rawSpec": "^1.1.1",
"scope": null,
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/sockjs-client"
],
"_resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.1.3.tgz",
"_shasum": "cefdd24be2e71ffd91effc6ba56886c225bd1124",
"_shrinkwrap": null,
"_spec": "url-parse@^1.1.1",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/sockjs-client",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/unshiftio/url-parse/issues"
},
"dependencies": {
"querystringify": "0.0.x",
"requires-port": "1.0.x"
},
"description": "Small footprint URL parser that works seamlessly across Node.js and browser environments",
"devDependencies": {
"assume": "1.4.x",
"browserify": "13.0.x",
"istanbul": "0.4.x",
"mocha": "2.5.x",
"pre-commit": "1.1.x",
"zuul": "3.10.x"
},
"directories": {},
"dist": {
"shasum": "cefdd24be2e71ffd91effc6ba56886c225bd1124",
"tarball": "https://registry.npmjs.org/url-parse/-/url-parse-1.1.3.tgz"
},
"gitHead": "1b164fbe3a35210e3f92dd57ca0897c2206d9b93",
"homepage": "https://github.com/unshiftio/url-parse#readme",
"keywords": [
"URL",
"parser",
"uri",
"url",
"parse",
"query",
"string",
"querystring",
"stringify"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"email": "npm@unshift.io",
"name": "unshift"
},
{
"email": "info@3rd-Eden.com",
"name": "v1"
},
{
"email": "npm@3rd-Eden.com",
"name": "3rdeden"
}
],
"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.3"
}