Changeset 59329aa for trip-planner-front/node_modules/querystring
- 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/querystring/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "querystring@0.2.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "querystring@0.2.0", 10 "_id": "querystring@0.2.0", 11 "_inBundle": false, 12 "_integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=", 13 "_location": "/querystring", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "querystring@0.2.0", 19 "name": "querystring", 20 "escapedName": "querystring", 21 "rawSpec": "0.2.0", 22 "saveSpec": null, 23 "fetchSpec": "0.2.0" 24 }, 25 "_requiredBy": [ 26 "/url" 27 ], 28 "_resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", 29 "_spec": "0.2.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Irakli Gozalishvili", 33 "email": "rfobic@gmail.com" 34 }, 35 "bugs": { 36 "url": "http://github.com/Gozala/querystring/issues/" 37 }, 38 "description": "Node's querystring module for all engines.", 39 "devDependencies": { 40 "phantomify": "~0.x.0", 41 "retape": "~0.x.0", 42 "tape": "~0.1.5", 43 "test": "~0.x.0" 44 }, 45 "engines": { 46 "node": ">=0.4.x" 47 }, 48 "homepage": "https://github.com/Gozala/querystring#readme", 49 "id": "querystring", 50 "keywords": [ 51 "commonjs", 52 "query", 53 "querystring" 54 ], 55 "licenses": [ 56 { 57 "type": "MIT", 58 "url": "https://github.com/Gozala/enchain/License.md" 59 } 60 ], 2 61 "name": "querystring", 3 "id": "querystring",4 "version": "0.2.0",5 "description": "Node's querystring module for all engines.",6 "keywords": [ "commonjs", "query", "querystring" ],7 "author": "Irakli Gozalishvili <rfobic@gmail.com>",8 62 "repository": { 9 63 "type": "git", 10 64 "url": "git://github.com/Gozala/querystring.git", 11 65 "web": "https://github.com/Gozala/querystring" 12 },13 "bugs": {14 "url": "http://github.com/Gozala/querystring/issues/"15 },16 "devDependencies": {17 "test": "~0.x.0",18 "phantomify": "~0.x.0",19 "retape": "~0.x.0",20 "tape": "~0.1.5"21 },22 "engines": {23 "node": ">=0.4.x"24 66 }, 25 67 "scripts": { … … 59 101 } 60 102 }, 61 "licenses": [{ 62 "type" : "MIT", 63 "url" : "https://github.com/Gozala/enchain/License.md" 64 }] 103 "version": "0.2.0" 65 104 }
Note:
See TracChangeset
for help on using the changeset viewer.