12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "qs@~6.5.2",
- "_id": "qs@6.5.3",
- "_inBundle": false,
- "_integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==",
- "_location": "/qs",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "qs@~6.5.2",
- "name": "qs",
- "escapedName": "qs",
- "rawSpec": "~6.5.2",
- "saveSpec": null,
- "fetchSpec": "~6.5.2"
- },
- "_requiredBy": [
- "/request"
- ],
- "_resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz",
- "_shasum": "3aeeffc91967ef6e35c0e488ef46fb296ab76aad",
- "_spec": "qs@~6.5.2",
- "_where": "D:\\公司项目\\wms\\node_modules\\request",
- "bugs": {
- "url": "https://github.com/ljharb/qs/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Jordan Harband",
- "email": "ljharb@gmail.com",
- "url": "http://ljharb.codes"
- }
- ],
- "deprecated": false,
- "description": "A querystring parser that supports nesting and arrays, with a depth limit",
- "devDependencies": {
- "@ljharb/eslint-config": "^20.1.0",
- "aud": "^1.1.5",
- "browserify": "^16.5.2",
- "eclint": "^2.8.1",
- "eslint": "^8.6.0",
- "evalmd": "^0.0.17",
- "iconv-lite": "^0.4.24",
- "in-publish": "^2.0.1",
- "mkdirp": "^0.5.1",
- "nyc": "^10.3.2",
- "qs-iconv": "^1.0.4",
- "safe-publish-latest": "^2.0.0",
- "safer-buffer": "^2.1.2",
- "tape": "^5.4.0"
- },
- "engines": {
- "node": ">=0.6"
- },
- "homepage": "https://github.com/ljharb/qs",
- "keywords": [
- "querystring",
- "qs"
- ],
- "license": "BSD-3-Clause",
- "main": "lib/index.js",
- "name": "qs",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ljharb/qs.git"
- },
- "scripts": {
- "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js",
- "lint": "eslint --ext=js,mjs .",
- "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
- "posttest": "aud --production",
- "prepublish": "not-in-publish || npm run prepublishOnly",
- "prepublishOnly": "safe-publish-latest && npm run dist",
- "pretest": "npm run --silent readme && npm run --silent lint",
- "readme": "evalmd README.md",
- "test": "npm run --silent tests-only",
- "tests-only": "nyc tape 'test/**/*.js'"
- },
- "version": "6.5.3"
- }
|