1 | {
|
---|
2 | "_from": "is-core-module@^2.2.0",
|
---|
3 | "_id": "is-core-module@2.8.0",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==",
|
---|
6 | "_location": "/is-core-module",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "is-core-module@^2.2.0",
|
---|
12 | "name": "is-core-module",
|
---|
13 | "escapedName": "is-core-module",
|
---|
14 | "rawSpec": "^2.2.0",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^2.2.0"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/resolve"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz",
|
---|
22 | "_shasum": "0321336c3d0925e497fd97f5d95cb114a5ccd548",
|
---|
23 | "_spec": "is-core-module@^2.2.0",
|
---|
24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\resolve",
|
---|
25 | "author": {
|
---|
26 | "name": "Jordan Harband",
|
---|
27 | "email": "ljharb@gmail.com"
|
---|
28 | },
|
---|
29 | "auto-changelog": {
|
---|
30 | "output": "CHANGELOG.md",
|
---|
31 | "template": "keepachangelog",
|
---|
32 | "unreleased": false,
|
---|
33 | "commitLimit": false,
|
---|
34 | "backfillLimit": false,
|
---|
35 | "hideCredit": true
|
---|
36 | },
|
---|
37 | "bugs": {
|
---|
38 | "url": "https://github.com/inspect-js/is-core-module/issues"
|
---|
39 | },
|
---|
40 | "bundleDependencies": false,
|
---|
41 | "dependencies": {
|
---|
42 | "has": "^1.0.3"
|
---|
43 | },
|
---|
44 | "deprecated": false,
|
---|
45 | "description": "Is this specifier a node.js core module?",
|
---|
46 | "devDependencies": {
|
---|
47 | "@ljharb/eslint-config": "^18.0.0",
|
---|
48 | "aud": "^1.1.5",
|
---|
49 | "auto-changelog": "^2.3.0",
|
---|
50 | "eslint": "^7.32.0",
|
---|
51 | "nyc": "^10.3.2",
|
---|
52 | "safe-publish-latest": "^1.1.4",
|
---|
53 | "semver": "^6.3.0",
|
---|
54 | "tape": "^5.3.1"
|
---|
55 | },
|
---|
56 | "exports": {
|
---|
57 | ".": [
|
---|
58 | {
|
---|
59 | "default": "./index.js"
|
---|
60 | },
|
---|
61 | "./index.js"
|
---|
62 | ],
|
---|
63 | "./package.json": "./package.json"
|
---|
64 | },
|
---|
65 | "funding": {
|
---|
66 | "url": "https://github.com/sponsors/ljharb"
|
---|
67 | },
|
---|
68 | "homepage": "https://github.com/inspect-js/is-core-module",
|
---|
69 | "keywords": [
|
---|
70 | "core",
|
---|
71 | "modules",
|
---|
72 | "module",
|
---|
73 | "npm",
|
---|
74 | "node",
|
---|
75 | "dependencies"
|
---|
76 | ],
|
---|
77 | "license": "MIT",
|
---|
78 | "main": "index.js",
|
---|
79 | "name": "is-core-module",
|
---|
80 | "repository": {
|
---|
81 | "type": "git",
|
---|
82 | "url": "git+https://github.com/inspect-js/is-core-module.git"
|
---|
83 | },
|
---|
84 | "scripts": {
|
---|
85 | "lint": "eslint .",
|
---|
86 | "posttest": "aud --production",
|
---|
87 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
88 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
89 | "prepublishOnly": "safe-publish-latest",
|
---|
90 | "pretest": "npm run lint",
|
---|
91 | "test": "nyc npm run tests-only",
|
---|
92 | "tests-only": "tape 'test/**/*.js'",
|
---|
93 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
94 | },
|
---|
95 | "sideEffects": false,
|
---|
96 | "version": "2.8.0"
|
---|
97 | }
|
---|