保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/ua-parser-js/package.json
@@ -1,32 +1,27 @@
{
  "_args": [
    [
      "ua-parser-js@0.7.28",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "ua-parser-js@0.7.28",
  "_id": "ua-parser-js@0.7.28",
  "_from": "ua-parser-js@^0.7.28",
  "_id": "ua-parser-js@0.7.31",
  "_inBundle": false,
  "_integrity": "sha512-6Gurc1n//gjp9eQNXjD9O3M/sMwVtN5S8Lv9bvOYBfKfDNiIIhqiyi01vMBO45u4zkDE420w/e0se7Vs+sIg+g==",
  "_integrity": "sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==",
  "_location": "/ua-parser-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "ua-parser-js@0.7.28",
    "raw": "ua-parser-js@^0.7.28",
    "name": "ua-parser-js",
    "escapedName": "ua-parser-js",
    "rawSpec": "0.7.28",
    "rawSpec": "^0.7.28",
    "saveSpec": null,
    "fetchSpec": "0.7.28"
    "fetchSpec": "^0.7.28"
  },
  "_requiredBy": [
    "/@nuxt/utils"
  ],
  "_resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.28.tgz",
  "_spec": "0.7.28",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.31.tgz",
  "_shasum": "649a656b191dffab4f21d5e053e27ca17cbff5c6",
  "_spec": "ua-parser-js@^0.7.28",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\utils",
  "author": {
    "name": "Faisal Salman",
    "email": "f@faisalman.com",
@@ -35,6 +30,7 @@
  "bugs": {
    "url": "https://github.com/faisalman/ua-parser-js/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Aamir Poonawalla",
@@ -526,8 +522,11 @@
    }
  ],
  "demo": "https://faisalman.github.io/ua-parser-js",
  "description": "Lightweight JavaScript-based user-agent string parser",
  "deprecated": false,
  "description": "Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment",
  "devDependencies": {
    "@babel/parser": "7.15.8",
    "@babel/traverse": "7.15.4",
    "jshint": "~2.12.0",
    "mocha": "~8.2.0",
    "requirejs": "^2.3.2",
@@ -574,14 +573,14 @@
    "url": "git+https://github.com/faisalman/ua-parser-js.git"
  },
  "scripts": {
    "build": "uglifyjs src/ua-parser.js -o dist/ua-parser.min.js --comments && uglifyjs src/ua-parser.js -o dist/ua-parser.pack.js --comments --compress --mangle",
    "build": "uglifyjs src/ua-parser.js -o dist/ua-parser.min.js --comments '/^ UA/' && uglifyjs src/ua-parser.js -o dist/ua-parser.pack.js --comments '/^ UA/' --compress --mangle",
    "test": "jshint src/ua-parser.js && mocha -R nyan test/test.js",
    "test-ci": "jshint src/ua-parser.js && mocha -R spec test/test.js",
    "version": "node ./node_modules/verup 0",
    "verup": "node ./node_modules/verup"
  },
  "title": "UAParser.js",
  "version": "0.7.28",
  "version": "0.7.31",
  "verup": {
    "files": [
      "bower.json",
@@ -590,7 +589,7 @@
    ],
    "regs": [
      "^((?:\\$|(\\s*\\*\\s*@)|(\\s*(?:var|,)?\\s+))(?:LIBVERSION|version)[\\s\\:='\"]+)([0-9]+(?:\\.[0-9]+){2,2})",
      "^(\\s?\\*.*v)([0-9]+(?:\\.[0-9]+){2,2})"
      "^(\\/?\\s?\\*.*v)([0-9]+(?:\\.[0-9]+){2,2})"
    ]
  }
}