blob: 49c2bcb28d281f2b4adf11e271cda106205b2287 [file] [log] [blame]
{
"_args": [
[
"url-parse@1.4.7",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "url-parse@1.4.7",
"_id": "url-parse@1.4.7",
"_inBundle": false,
"_integrity": "sha512-d3uaVyzDB9tQoSXFvuSUNFibTd9zxd2bkVrDRvF5TmvWWQwqE4lgYJ5m+x1DbecWkw+LK4RNl2CU1hHuOKPVlg==",
"_location": "/url-parse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "url-parse@1.4.7",
"name": "url-parse",
"escapedName": "url-parse",
"rawSpec": "1.4.7",
"saveSpec": null,
"fetchSpec": "1.4.7"
},
"_requiredBy": [
"/original",
"/sockjs-client"
],
"_resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.4.7.tgz",
"_spec": "1.4.7",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Arnout Kazemier"
},
"bugs": {
"url": "https://github.com/unshiftio/url-parse/issues"
},
"dependencies": {
"querystringify": "^2.1.1",
"requires-port": "^1.0.0"
},
"description": "Small footprint URL parser that works seamlessly across Node.js and browser environments",
"devDependencies": {
"assume": "^2.2.0",
"browserify": "^16.2.3",
"mocha": "^6.1.4",
"nyc": "^14.0.0",
"pre-commit": "^1.2.2",
"sauce-browsers": "^2.0.0",
"sauce-test": "^1.3.3",
"uglify-js": "^3.5.7"
},
"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": "rm -rf dist && mkdir -p dist && browserify index.js -s URLParse -o dist/url-parse.js",
"minify": "uglifyjs dist/url-parse.js --source-map -cm -o dist/url-parse.min.js",
"prepublishOnly": "npm run browserify && npm run minify",
"test": "nyc --reporter=html --reporter=text mocha test/test.js",
"test-browser": "node test/browser.js",
"watch": "mocha --watch test/test.js"
},
"version": "1.4.7"
}