保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/setprototypeof/package.json
@@ -1,42 +1,39 @@
{
  "_args": [
    [
      "setprototypeof@1.1.1",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "setprototypeof@1.1.1",
  "_id": "setprototypeof@1.1.1",
  "_from": "setprototypeof@1.2.0",
  "_id": "setprototypeof@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==",
  "_integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  "_location": "/setprototypeof",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "setprototypeof@1.1.1",
    "raw": "setprototypeof@1.2.0",
    "name": "setprototypeof",
    "escapedName": "setprototypeof",
    "rawSpec": "1.1.1",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/http-errors"
  ],
  "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
  "_spec": "1.1.1",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
  "_shasum": "66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424",
  "_spec": "setprototypeof@1.2.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\http-errors",
  "author": {
    "name": "Wes Todd"
  },
  "bugs": {
    "url": "https://github.com/wesleytodd/setprototypeof/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A small polyfill for Object.setprototypeof",
  "devDependencies": {
    "mocha": "^5.2.0",
    "standard": "^12.0.1"
    "mocha": "^6.1.4",
    "standard": "^13.0.2"
  },
  "homepage": "https://github.com/wesleytodd/setprototypeof",
  "keywords": [
@@ -57,10 +54,12 @@
    "node4": "NODE_VER=4 npm run testversion",
    "node6": "NODE_VER=6 npm run testversion",
    "node9": "NODE_VER=9 npm run testversion",
    "postpublish": "git push origin && git push origin --tags",
    "prepublishOnly": "npm t",
    "test": "standard && mocha",
    "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11",
    "testversion": "docker run -it --rm -v $(PWD):/usr/src/app -w /usr/src/app node:${NODE_VER} npm install mocha@${MOCHA_VER:-latest} && npm t"
  },
  "typings": "index.d.ts",
  "version": "1.1.1"
  "version": "1.2.0"
}