12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_from": "querystring@^0.2.0",
- "_id": "querystring@0.2.1",
- "_inBundle": false,
- "_integrity": "sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==",
- "_location": "/querystring",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "querystring@^0.2.0",
- "name": "querystring",
- "escapedName": "querystring",
- "rawSpec": "^0.2.0",
- "saveSpec": null,
- "fetchSpec": "^0.2.0"
- },
- "_requiredBy": [
- "/native-url"
- ],
- "_resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.1.tgz",
- "_shasum": "40d77615bb09d16902a85c3e38aa8b5ed761c2dd",
- "_spec": "querystring@^0.2.0",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\native-url",
- "author": {
- "name": "Irakli Gozalishvili",
- "email": "rfobic@gmail.com"
- },
- "bugs": {
- "url": "http://github.com/Gozala/querystring/issues/"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Node's querystring module for all engines.",
- "devDependencies": {
- "retape": "~0.x.0",
- "tape": "~0.1.5",
- "test": "~0.x.0"
- },
- "engines": {
- "node": ">=0.4.x"
- },
- "homepage": "https://github.com/Gozala/querystring#readme",
- "id": "querystring",
- "keywords": [
- "commonjs",
- "query",
- "querystring"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "querystring",
- "repository": {
- "type": "git",
- "url": "git://github.com/Gozala/querystring.git",
- "web": "https://github.com/Gozala/querystring"
- },
- "scripts": {
- "test": "npm run test-node && npm run test-tap",
- "test-node": "node ./test/common-index.js",
- "test-tap": "node ./test/tap-index.js"
- },
- "version": "0.2.1"
- }
|