12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "url-parse@^1.5.1",
- "_id": "url-parse@1.5.1",
- "_inBundle": false,
- "_integrity": "sha512-HOfCOUJt7iSYzEx/UqgtwKRMC6EU91NFhsCHMv9oM03VJcVo2Qrp8T8kI9D7amFf1cu+/3CEhgb3rF9zL7k85Q==",
- "_location": "/url-parse",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "url-parse@^1.5.1",
- "name": "url-parse",
- "escapedName": "url-parse",
- "rawSpec": "^1.5.1",
- "saveSpec": null,
- "fetchSpec": "^1.5.1"
- },
- "_requiredBy": [
- "/original",
- "/sockjs-client"
- ],
- "_resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.1.tgz",
- "_shasum": "d5fa9890af8a5e1f274a2c98376510f6425f6e3b",
- "_spec": "url-parse@^1.5.1",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sockjs-client",
- "author": {
- "name": "Arnout Kazemier"
- },
- "bugs": {
- "url": "https://github.com/unshiftio/url-parse/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "querystringify": "^2.1.1",
- "requires-port": "^1.0.0"
- },
- "deprecated": false,
- "description": "Small footprint URL parser that works seamlessly across Node.js and browser environments",
- "devDependencies": {
- "assume": "^2.2.0",
- "browserify": "^16.2.3",
- "c8": "^7.3.1",
- "coveralls": "^3.1.0",
- "mocha": "^8.0.1",
- "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": "c8 --reporter=html --reporter=text mocha test/test.js",
- "test-browser": "node test/browser.js",
- "watch": "mocha --watch test/test.js"
- },
- "version": "1.5.1"
- }
|