保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/send/package.json
@@ -1,32 +1,29 @@
{
  "_args": [
    [
      "send@0.17.1",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "send@0.17.1",
  "_id": "send@0.17.1",
  "_from": "send@0.18.0",
  "_id": "send@0.18.0",
  "_inBundle": false,
  "_integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
  "_integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==",
  "_location": "/send",
  "_phantomChildren": {},
  "_phantomChildren": {
    "ee-first": "1.1.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "send@0.17.1",
    "raw": "send@0.18.0",
    "name": "send",
    "escapedName": "send",
    "rawSpec": "0.17.1",
    "rawSpec": "0.18.0",
    "saveSpec": null,
    "fetchSpec": "0.17.1"
    "fetchSpec": "0.18.0"
  },
  "_requiredBy": [
    "/serve-static"
  ],
  "_resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
  "_spec": "0.17.1",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz",
  "_shasum": "670167cc654b05f5aa4a767f9113bb371bc706be",
  "_spec": "send@0.18.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\serve-static",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
@@ -34,6 +31,7 @@
  "bugs": {
    "url": "https://github.com/pillarjs/send/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
@@ -50,32 +48,33 @@
  ],
  "dependencies": {
    "debug": "2.6.9",
    "depd": "~1.1.2",
    "destroy": "~1.0.4",
    "depd": "2.0.0",
    "destroy": "1.2.0",
    "encodeurl": "~1.0.2",
    "escape-html": "~1.0.3",
    "etag": "~1.8.1",
    "fresh": "0.5.2",
    "http-errors": "~1.7.2",
    "http-errors": "2.0.0",
    "mime": "1.6.0",
    "ms": "2.1.1",
    "on-finished": "~2.3.0",
    "ms": "2.1.3",
    "on-finished": "2.4.1",
    "range-parser": "~1.2.1",
    "statuses": "~1.5.0"
    "statuses": "2.0.1"
  },
  "deprecated": false,
  "description": "Better streaming static file server with Range and conditional-GET support",
  "devDependencies": {
    "after": "0.8.2",
    "eslint": "5.16.0",
    "eslint-config-standard": "12.0.0",
    "eslint-plugin-import": "2.17.2",
    "eslint-plugin-markdown": "1.0.0",
    "eslint-plugin-node": "8.0.1",
    "eslint-plugin-promise": "4.1.1",
    "eslint-plugin-standard": "4.0.0",
    "istanbul": "0.4.5",
    "mocha": "6.1.4",
    "supertest": "4.0.2"
    "eslint": "7.32.0",
    "eslint-config-standard": "14.1.1",
    "eslint-plugin-import": "2.25.4",
    "eslint-plugin-markdown": "2.2.1",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "5.2.0",
    "eslint-plugin-standard": "4.1.0",
    "mocha": "9.2.2",
    "nyc": "15.1.0",
    "supertest": "6.2.2"
  },
  "engines": {
    "node": ">= 0.8.0"
@@ -84,6 +83,7 @@
    "HISTORY.md",
    "LICENSE",
    "README.md",
    "SECURITY.md",
    "index.js"
  ],
  "homepage": "https://github.com/pillarjs/send#readme",
@@ -99,10 +99,10 @@
    "url": "git+https://github.com/pillarjs/send.git"
  },
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "lint": "eslint .",
    "test": "mocha --check-leaks --reporter spec --bail",
    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"
    "test-ci": "nyc --reporter=lcov --reporter=text npm test",
    "test-cov": "nyc --reporter=html --reporter=text npm test"
  },
  "version": "0.17.1"
  "version": "0.18.0"
}