保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/serve-static/package.json
@@ -1,34 +1,29 @@
{
  "_args": [
    [
      "serve-static@1.14.1",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "serve-static@1.14.1",
  "_id": "serve-static@1.14.1",
  "_from": "serve-static@^1.14.1",
  "_id": "serve-static@1.15.0",
  "_inBundle": false,
  "_integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==",
  "_integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==",
  "_location": "/serve-static",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "serve-static@1.14.1",
    "raw": "serve-static@^1.14.1",
    "name": "serve-static",
    "escapedName": "serve-static",
    "rawSpec": "1.14.1",
    "rawSpec": "^1.14.1",
    "saveSpec": null,
    "fetchSpec": "1.14.1"
    "fetchSpec": "^1.14.1"
  },
  "_requiredBy": [
    "/@nuxt/cli",
    "/@nuxt/loading-screen",
    "/@nuxt/server"
  ],
  "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz",
  "_spec": "1.14.1",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz",
  "_shasum": "faaef08cffe0a1a62f60cad0c4e513cff0ac9540",
  "_spec": "serve-static@^1.14.1",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\cli",
  "author": {
    "name": "Douglas Christopher Wilson",
    "email": "doug@somethingdoug.com"
@@ -36,25 +31,27 @@
  "bugs": {
    "url": "https://github.com/expressjs/serve-static/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "encodeurl": "~1.0.2",
    "escape-html": "~1.0.3",
    "parseurl": "~1.3.3",
    "send": "0.17.1"
    "send": "0.18.0"
  },
  "deprecated": false,
  "description": "Serve static files",
  "devDependencies": {
    "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",
    "safe-buffer": "5.1.2",
    "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",
    "safe-buffer": "5.2.1",
    "supertest": "6.2.2"
  },
  "engines": {
    "node": ">= 0.8.0"
@@ -72,11 +69,11 @@
    "url": "git+https://github.com/expressjs/serve-static.git"
  },
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "lint": "eslint .",
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    "test-ci": "nyc --reporter=lcov --reporter=text npm test",
    "test-cov": "nyc --reporter=html --reporter=text npm test",
    "version": "node scripts/version-history.js && git add HISTORY.md"
  },
  "version": "1.14.1"
  "version": "1.15.0"
}