Version 1
[yaffs-website] / node_modules / uncss / node_modules / qs / package.json
diff --git a/node_modules/uncss/node_modules/qs/package.json b/node_modules/uncss/node_modules/qs/package.json
new file mode 100644 (file)
index 0000000..b3ed396
--- /dev/null
@@ -0,0 +1,110 @@
+{
+  "_args": [
+    [
+      "qs@~6.0.2",
+      "/var/www/yaffs/node_modules/uncss/node_modules/request"
+    ]
+  ],
+  "_from": "qs@>=6.0.2 <6.1.0",
+  "_id": "qs@6.0.4",
+  "_inCache": true,
+  "_installable": true,
+  "_location": "/uncss/qs",
+  "_nodeVersion": "7.7.1",
+  "_npmOperationalInternal": {
+    "host": "packages-18-east.internal.npmjs.com",
+    "tmp": "tmp/qs-6.0.4.tgz_1488819105955_0.938799966359511"
+  },
+  "_npmUser": {
+    "email": "ljharb@gmail.com",
+    "name": "ljharb"
+  },
+  "_npmVersion": "4.1.2",
+  "_phantomChildren": {},
+  "_requested": {
+    "name": "qs",
+    "raw": "qs@~6.0.2",
+    "rawSpec": "~6.0.2",
+    "scope": null,
+    "spec": ">=6.0.2 <6.1.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/uncss/request"
+  ],
+  "_resolved": "https://registry.npmjs.org/qs/-/qs-6.0.4.tgz",
+  "_shasum": "51019d84720c939b82737e84556a782338ecea7b",
+  "_shrinkwrap": null,
+  "_spec": "qs@~6.0.2",
+  "_where": "/var/www/yaffs/node_modules/uncss/node_modules/request",
+  "bugs": {
+    "url": "https://github.com/ljharb/qs/issues"
+  },
+  "contributors": [
+    {
+      "name": "Jordan Harband",
+      "email": "ljharb@gmail.com",
+      "url": "http://ljharb.codes"
+    }
+  ],
+  "dependencies": {},
+  "description": "A querystring parser that supports nesting and arrays, with a depth limit",
+  "devDependencies": {
+    "@ljharb/eslint-config": "^1.6.1",
+    "browserify": "^12.0.1",
+    "covert": "^1.1.0",
+    "eslint": "^1.10.3",
+    "evalmd": "^0.0.16",
+    "mkdirp": "^0.5.1",
+    "parallelshell": "^2.0.0",
+    "tape": "^4.3.0"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "51019d84720c939b82737e84556a782338ecea7b",
+    "tarball": "https://registry.npmjs.org/qs/-/qs-6.0.4.tgz"
+  },
+  "engines": {
+    "node": ">=0.6"
+  },
+  "gitHead": "10233c9f92a4e3537009fbfbd0baf6f3738c4551",
+  "homepage": "https://github.com/ljharb/qs",
+  "keywords": [
+    "qs",
+    "querystring"
+  ],
+  "license": "BSD-3-Clause",
+  "main": "lib/index.js",
+  "maintainers": [
+    {
+      "name": "hueniverse",
+      "email": "eran@hammer.io"
+    },
+    {
+      "name": "ljharb",
+      "email": "ljharb@gmail.com"
+    },
+    {
+      "name": "nlf",
+      "email": "quitlahok@gmail.com"
+    }
+  ],
+  "name": "qs",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/ljharb/qs.git"
+  },
+  "scripts": {
+    "coverage": "covert test",
+    "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
+    "lint": "eslint lib/*.js text/*.js",
+    "prepublish": "npm run dist",
+    "pretest": "npm run lint && npm run readme",
+    "readme": "evalmd README.md",
+    "test": "npm run coverage",
+    "tests-only": "node test"
+  },
+  "version": "6.0.4"
+}