Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/qs/package.json')
-rw-r--r--node_modules/qs/package.json83
1 files changed, 0 insertions, 83 deletions
diff --git a/node_modules/qs/package.json b/node_modules/qs/package.json
deleted file mode 100644
index c2aba945d..000000000
--- a/node_modules/qs/package.json
+++ /dev/null
@@ -1,83 +0,0 @@
-{
- "_args": [
- [
- "qs@~5.1.0",
- "/Users/rebecca/code/npm/node_modules/request"
- ]
- ],
- "_from": "qs@>=5.1.0 <5.2.0",
- "_id": "qs@5.1.0",
- "_inCache": true,
- "_location": "/qs",
- "_nodeVersion": "0.12.7",
- "_npmUser": {
- "email": "quitlahok@gmail.com",
- "name": "nlf"
- },
- "_npmVersion": "2.14.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "qs",
- "raw": "qs@~5.1.0",
- "rawSpec": "~5.1.0",
- "scope": null,
- "spec": ">=5.1.0 <5.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/request"
- ],
- "_resolved": "https://registry.npmjs.org/qs/-/qs-5.1.0.tgz",
- "_shasum": "4d932e5c7ea411cca76a312d39a606200fd50cd9",
- "_shrinkwrap": null,
- "_spec": "qs@~5.1.0",
- "_where": "/Users/rebecca/code/npm/node_modules/request",
- "bugs": {
- "url": "https://github.com/hapijs/qs/issues"
- },
- "dependencies": {},
- "description": "A querystring parser that supports nesting and arrays, with a depth limit",
- "devDependencies": {
- "browserify": "^10.2.1",
- "code": "1.x.x",
- "lab": "5.x.x"
- },
- "directories": {},
- "dist": {
- "shasum": "4d932e5c7ea411cca76a312d39a606200fd50cd9",
- "tarball": "http://registry.npmjs.org/qs/-/qs-5.1.0.tgz"
- },
- "engines": ">=0.10.40",
- "gitHead": "9e9759ec5be2dd99ce90961bbff47075cd5a8160",
- "homepage": "https://github.com/hapijs/qs",
- "installable": true,
- "keywords": [
- "qs",
- "querystring"
- ],
- "license": "BSD-3-Clause",
- "main": "lib/index.js",
- "maintainers": [
- {
- "name": "nlf",
- "email": "quitlahok@gmail.com"
- },
- {
- "name": "hueniverse",
- "email": "eran@hueniverse.com"
- }
- ],
- "name": "qs",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hapijs/qs.git"
- },
- "scripts": {
- "dist": "browserify --standalone Qs lib/index.js > dist/qs.js",
- "test": "lab -a code -t 100 -L",
- "test-cov-html": "lab -a code -r html -o coverage.html",
- "test-tap": "lab -a code -r tap -o tests.tap"
- },
- "version": "5.1.0"
-}