保誠-保戶業務員媒合平台
tomasysh
2022-05-25 43d0eed31f4b2a59e23c06ceba3616aac3f549f6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
  "_from": "is-core-module@^2.8.1",
  "_id": "is-core-module@2.9.0",
  "_inBundle": false,
  "_integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
  "_location": "/is-core-module",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-core-module@^2.8.1",
    "name": "is-core-module",
    "escapedName": "is-core-module",
    "rawSpec": "^2.8.1",
    "saveSpec": null,
    "fetchSpec": "^2.8.1"
  },
  "_requiredBy": [
    "/resolve"
  ],
  "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
  "_shasum": "e1c34429cd51c6dd9e09e0799e396e27b19a9c69",
  "_spec": "is-core-module@^2.8.1",
  "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\resolve",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/inspect-js/is-core-module/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "has": "^1.0.3"
  },
  "deprecated": false,
  "description": "Is this specifier a node.js core module?",
  "devDependencies": {
    "@ljharb/eslint-config": "^21.0.0",
    "aud": "^2.0.0",
    "auto-changelog": "^2.4.0",
    "eslint": "=8.8.0",
    "mock-property": "^1.0.0",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^2.0.0",
    "semver": "^6.3.0",
    "tape": "^5.5.3"
  },
  "exports": {
    ".": "./index.js",
    "./package.json": "./package.json"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/inspect-js/is-core-module",
  "keywords": [
    "core",
    "modules",
    "module",
    "npm",
    "node",
    "dependencies"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-core-module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inspect-js/is-core-module.git"
  },
  "scripts": {
    "lint": "eslint .",
    "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"
  },
  "sideEffects": false,
  "version": "2.9.0"
}