From 9bdb95c9e34cef640534e5e5a1e2225a80442000 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 六月 2022 15:48:15 +0800 Subject: [PATCH] TODO#139894 [ footer -最下方說明與保經代合作 ] 文案修改 --- PAMapp/node_modules/is-shared-array-buffer/package.json | 49 ++++++++++++++++++++++++++----------------------- 1 files changed, 26 insertions(+), 23 deletions(-) diff --git a/PAMapp/node_modules/is-shared-array-buffer/package.json b/PAMapp/node_modules/is-shared-array-buffer/package.json index 4d159e2..26e5509 100644 --- a/PAMapp/node_modules/is-shared-array-buffer/package.json +++ b/PAMapp/node_modules/is-shared-array-buffer/package.json @@ -1,32 +1,27 @@ { - "_args": [ - [ - "is-shared-array-buffer@1.0.1", - "/Users/tomas/PAM/PAMapp" - ] - ], - "_from": "is-shared-array-buffer@1.0.1", - "_id": "is-shared-array-buffer@1.0.1", + "_from": "is-shared-array-buffer@^1.0.2", + "_id": "is-shared-array-buffer@1.0.2", "_inBundle": false, - "_integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==", + "_integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", "_location": "/is-shared-array-buffer", "_phantomChildren": {}, "_requested": { - "type": "version", + "type": "range", "registry": true, - "raw": "is-shared-array-buffer@1.0.1", + "raw": "is-shared-array-buffer@^1.0.2", "name": "is-shared-array-buffer", "escapedName": "is-shared-array-buffer", - "rawSpec": "1.0.1", + "rawSpec": "^1.0.2", "saveSpec": null, - "fetchSpec": "1.0.1" + "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/es-abstract" ], - "_resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz", - "_spec": "1.0.1", - "_where": "/Users/tomas/PAM/PAMapp", + "_resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "_shasum": "8f259c573b60b6a32d4058a1a07430c0a7344c79", + "_spec": "is-shared-array-buffer@^1.0.2", + "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\es-abstract", "author": { "name": "Jordan Harband", "email": "ljharb@gmail.com", @@ -43,17 +38,23 @@ "bugs": { "url": "https://github.com/inspect-js/is-shared-array-buffer/issues" }, + "bundleDependencies": false, + "dependencies": { + "call-bind": "^1.0.2" + }, + "deprecated": false, "description": "Is this value a JS SharedArrayBuffer?", "devDependencies": { - "@ljharb/eslint-config": "^17.5.1", - "aud": "^1.1.4", - "auto-changelog": "^2.2.1", + "@ljharb/eslint-config": "^20.2.3", + "aud": "^2.0.0", + "auto-changelog": "^2.4.0", "es-value-fixtures": "^1.2.1", - "eslint": "^7.21.0", + "eslint": "=8.8.0", "for-each": "^0.3.3", "nyc": "^10.3.2", - "object-inspect": "^1.9.0", - "tape": "^5.2.2" + "object-inspect": "^1.12.0", + "safe-publish-latest": "^2.0.0", + "tape": "^5.5.2" }, "exports": { ".": "./index.js", @@ -83,10 +84,12 @@ "lint": "eslint --ext=.js,.mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", + "prepublish": "not-in-publish || npm run prepublishOnly", + "prepublishOnly": "safe-publish-latest", "pretest": "npm run lint", "test": "npm run tests-only --", "tests-only": "nyc tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" }, - "version": "1.0.1" + "version": "1.0.2" } -- Gitblit v1.8.0