Changeset 59329aa for trip-planner-front/node_modules/qs/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/qs/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "qs@6.7.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "qs@6.7.0", 10 "_id": "qs@6.7.0", 11 "_inBundle": false, 12 "_integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==", 13 "_location": "/qs", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "qs@6.7.0", 2 19 "name": "qs", 3 "description": "A querystring parser that supports nesting and arrays, with a depth limit", 4 "homepage": "https://github.com/ljharb/qs", 5 "version": "6.7.0", 6 "repository": { 7 "type": "git", 8 "url": "https://github.com/ljharb/qs.git" 9 }, 10 "main": "lib/index.js", 11 "contributors": [ 12 { 13 "name": "Jordan Harband", 14 "email": "ljharb@gmail.com", 15 "url": "http://ljharb.codes" 16 } 17 ], 18 "keywords": [ 19 "querystring", 20 "qs", 21 "query", 22 "url", 23 "parse", 24 "stringify" 25 ], 26 "engines": { 27 "node": ">=0.6" 28 }, 29 "dependencies": {}, 30 "devDependencies": { 31 "@ljharb/eslint-config": "^13.1.1", 32 "browserify": "^16.2.3", 33 "covert": "^1.1.1", 34 "editorconfig-tools": "^0.1.1", 35 "eslint": "^5.15.3", 36 "evalmd": "^0.0.17", 37 "for-each": "^0.3.3", 38 "iconv-lite": "^0.4.24", 39 "mkdirp": "^0.5.1", 40 "object-inspect": "^1.6.0", 41 "qs-iconv": "^1.0.4", 42 "safe-publish-latest": "^1.1.2", 43 "safer-buffer": "^2.1.2", 44 "tape": "^4.10.1" 45 }, 46 "scripts": { 47 "prepublish": "safe-publish-latest && npm run dist", 48 "pretest": "npm run --silent readme && npm run --silent lint", 49 "test": "npm run --silent coverage", 50 "tests-only": "node test", 51 "readme": "evalmd README.md", 52 "postlint": "editorconfig-tools check * lib/* test/*", 53 "lint": "eslint lib/*.js test/*.js", 54 "coverage": "covert test", 55 "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js" 56 }, 57 "license": "BSD-3-Clause" 20 "escapedName": "qs", 21 "rawSpec": "6.7.0", 22 "saveSpec": null, 23 "fetchSpec": "6.7.0" 24 }, 25 "_requiredBy": [ 26 "/body-parser", 27 "/express" 28 ], 29 "_resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", 30 "_spec": "6.7.0", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "bugs": { 33 "url": "https://github.com/ljharb/qs/issues" 34 }, 35 "contributors": [ 36 { 37 "name": "Jordan Harband", 38 "email": "ljharb@gmail.com", 39 "url": "http://ljharb.codes" 40 } 41 ], 42 "dependencies": {}, 43 "description": "A querystring parser that supports nesting and arrays, with a depth limit", 44 "devDependencies": { 45 "@ljharb/eslint-config": "^13.1.1", 46 "browserify": "^16.2.3", 47 "covert": "^1.1.1", 48 "editorconfig-tools": "^0.1.1", 49 "eslint": "^5.15.3", 50 "evalmd": "^0.0.17", 51 "for-each": "^0.3.3", 52 "iconv-lite": "^0.4.24", 53 "mkdirp": "^0.5.1", 54 "object-inspect": "^1.6.0", 55 "qs-iconv": "^1.0.4", 56 "safe-publish-latest": "^1.1.2", 57 "safer-buffer": "^2.1.2", 58 "tape": "^4.10.1" 59 }, 60 "engines": { 61 "node": ">=0.6" 62 }, 63 "homepage": "https://github.com/ljharb/qs", 64 "keywords": [ 65 "querystring", 66 "qs", 67 "query", 68 "url", 69 "parse", 70 "stringify" 71 ], 72 "license": "BSD-3-Clause", 73 "main": "lib/index.js", 74 "name": "qs", 75 "repository": { 76 "type": "git", 77 "url": "git+https://github.com/ljharb/qs.git" 78 }, 79 "scripts": { 80 "coverage": "covert test", 81 "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js", 82 "lint": "eslint lib/*.js test/*.js", 83 "postlint": "editorconfig-tools check * lib/* test/*", 84 "prepublish": "safe-publish-latest && npm run dist", 85 "pretest": "npm run --silent readme && npm run --silent lint", 86 "readme": "evalmd README.md", 87 "test": "npm run --silent coverage", 88 "tests-only": "node test" 89 }, 90 "version": "6.7.0" 58 91 }
Note:
See TracChangeset
for help on using the changeset viewer.