保誠-保戶業務員媒合平台
HelenHuang
2022-06-09 9bdb95c9e34cef640534e5e5a1e2225a80442000
PAMapp/node_modules/html-entities/package.json
@@ -1,32 +1,27 @@
{
  "_args": [
    [
      "html-entities@2.3.2",
      "/Users/tomas/PAM/PAMapp"
    ]
  ],
  "_from": "html-entities@2.3.2",
  "_id": "html-entities@2.3.2",
  "_from": "html-entities@^2.1.0",
  "_id": "html-entities@2.3.3",
  "_inBundle": false,
  "_integrity": "sha512-c3Ab/url5ksaT0WyleslpBEthOzWhrjQbg75y7XUsfSzi3Dgzt0l8w5e7DylRn15MTlMMD58dTfzddNS2kcAjQ==",
  "_integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==",
  "_location": "/html-entities",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "type": "range",
    "registry": true,
    "raw": "html-entities@2.3.2",
    "raw": "html-entities@^2.1.0",
    "name": "html-entities",
    "escapedName": "html-entities",
    "rawSpec": "2.3.2",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "2.3.2"
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/webpack-hot-middleware"
  ],
  "_resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.2.tgz",
  "_spec": "2.3.2",
  "_where": "/Users/tomas/PAM/PAMapp",
  "_resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz",
  "_shasum": "117d7626bece327fc8baace8868fa6f5ef856e46",
  "_spec": "html-entities@^2.1.0",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\webpack-hot-middleware",
  "author": {
    "name": "Marat Dulin",
    "email": "mdevils@yandex.ru"
@@ -34,7 +29,8 @@
  "bugs": {
    "url": "https://github.com/mdevils/html-entities/issues"
  },
  "dependencies": {},
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Fastest HTML entities encode/decode library.",
  "devDependencies": {
    "@types/benchmark": "^2.1.0",
@@ -46,7 +42,7 @@
    "@typescript-eslint/parser": "^4.6.1",
    "benchmark": "^2.1.4",
    "chai": "^4.2.0",
    "entities": "^2.2.0",
    "entities": "^3.0.1",
    "eslint": "^7.12.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-import": "^2.22.1",
@@ -54,7 +50,7 @@
    "flowgen": "^1.13.0",
    "he": "^1.2.0",
    "husky": "^4.3.6",
    "mocha": "^7.1.2",
    "mocha": "^9.1.3",
    "prettier": "^2.1.2",
    "terser": "^5.6.1",
    "ts-node": "^8.9.1",
@@ -69,7 +65,7 @@
  "homepage": "https://github.com/mdevils/html-entities#readme",
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint && yarn test"
      "pre-commit": "npm run lint && npm run test"
    }
  },
  "keywords": [
@@ -90,16 +86,17 @@
  },
  "scripts": {
    "benchmark": "TS_NODE_COMPILER=ttypescript ts-node benchmark/benchmark",
    "build": "rm -Rf lib/* && ttsc && yarn remove-unused-declarations && yarn flow-type-gen && yarn minimize-lib-files && yarn test:lib",
    "build": "rm -Rf lib/* && ttsc && npm run remove-unused-declarations && npm run flow-type-gen && npm run minimize-lib-files && npm run test:lib",
    "flow-type-gen": "flowgen --add-flow-header lib/index.d.ts -o lib/index.js.flow",
    "lint": "eslint src/**.ts",
    "minimize-lib-files": "find lib -type f \\( -name '*.js' ! -name index.js \\) | while read fn; do terser $fn -o $fn; done",
    "prepublishOnly": "yarn build",
    "prepublishOnly": "npm run build",
    "remove-unused-declarations": "find lib -type f \\( -name '*.d.ts' ! -name index.d.ts \\) | xargs rm",
    "test": "TS_NODE_COMPILER=ttypescript mocha --recursive -r ts-node/register test/**/*.ts",
    "test:lib": "TEST_LIB=1 yarn test"
    "test:lib": "TEST_LIB=1 npm run test"
  },
  "sideEffects": false,
  "types": "./lib/index.d.ts",
  "typings": "./lib/index.d.ts",
  "version": "2.3.2"
  "version": "2.3.3"
}