File: D:/HostingSpaces/ZelfVerkopen/zelfverkopen.nl/node_modules/url-parse/package.json
{
"_args": [
[
"url-parse@1.2.0",
"/Users/mike/Webdevelopment/Zelfverkopen"
]
],
"_development": true,
"_from": "url-parse@1.2.0",
"_id": "url-parse@1.2.0",
"_inBundle": false,
"_integrity": "sha512-DT1XbYAfmQP65M/mE6OALxmXzZ/z1+e5zk2TcSKe/KiYbNGZxgtttzC0mR/sjopbpOXcbniq7eIKmocJnUWlEw==",
"_location": "/url-parse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "url-parse@1.2.0",
"name": "url-parse",
"escapedName": "url-parse",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/sockjs-client"
],
"_resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/Users/mike/Webdevelopment/Zelfverkopen",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/unshiftio/url-parse/issues"
},
"dependencies": {
"querystringify": "~1.0.0",
"requires-port": "~1.0.0"
},
"description": "Small footprint URL parser that works seamlessly across Node.js and browser environments",
"devDependencies": {
"assume": "~1.5.0",
"browserify": "~14.5.0",
"mocha": "~4.0.0",
"nyc": "~11.3.0",
"pre-commit": "~1.2.0",
"sauce-browsers": "~1.0.0",
"sauce-test": "~1.3.3",
"uglify-js": "~3.1.0"
},
"files": [
"index.js",
"dist"
],
"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": {
"browserify": "mkdir -p dist && browserify index.js -s URLParse | uglifyjs -cm -o dist/url-parse.min.js",
"prepublishOnly": "npm run browserify",
"test": "nyc --reporter=html --reporter=text mocha test/test.js",
"test-browser": "node test/browser.js",
"watch": "mocha --watch test/test.js"
},
"version": "1.2.0"
}