保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/crc/package.json
@@ -1,11 +1,5 @@
{
  "_args": [
    [
      "crc@3.8.0",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "crc@3.8.0",
  "_from": "crc@^3.8.0",
  "_id": "crc@3.8.0",
  "_inBundle": false,
  "_integrity": "sha512-iX3mfgcTMIq3ZKLIsVFAbv7+Mc10kxabAGQb8HvjA1o3T1PIYprbakQ65d3I+2HGHt6nSKkM9PYjgoJO2KcFBQ==",
@@ -15,21 +9,22 @@
    "ieee754": "1.2.1"
  },
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "crc@3.8.0",
    "raw": "crc@^3.8.0",
    "name": "crc",
    "escapedName": "crc",
    "rawSpec": "3.8.0",
    "rawSpec": "^3.8.0",
    "saveSpec": null,
    "fetchSpec": "3.8.0"
    "fetchSpec": "^3.8.0"
  },
  "_requiredBy": [
    "/@nuxt/cli"
  ],
  "_resolved": "https://registry.npmjs.org/crc/-/crc-3.8.0.tgz",
  "_spec": "3.8.0",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_shasum": "ad60269c2c856f8c299e2c4cc0de4556914056c6",
  "_spec": "crc@^3.8.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\@nuxt\\cli",
  "author": {
    "name": "Alex Gorbatchev",
    "url": "https://github.com/alexgorbatchev"
@@ -37,9 +32,11 @@
  "bugs": {
    "url": "https://github.com/alexgorbatchev/node-crc/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "buffer": "^5.1.0"
  },
  "deprecated": false,
  "description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.",
  "devDependencies": {
    "babel-cli": "^6.26.0",