Apply module bundling
[platform/framework/web/wrtjs.git] / node_modules / is-core-module / package.json
1 {
2   "_from": "is-core-module@^2.9.0",
3   "_id": "is-core-module@2.9.0",
4   "_inBundle": false,
5   "_integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
6   "_location": "/is-core-module",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-core-module@^2.9.0",
12     "name": "is-core-module",
13     "escapedName": "is-core-module",
14     "rawSpec": "^2.9.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.9.0"
17   },
18   "_requiredBy": [
19     "/resolve"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
22   "_shasum": "e1c34429cd51c6dd9e09e0799e396e27b19a9c69",
23   "_spec": "is-core-module@^2.9.0",
24   "_where": "/home/bluesaga/sources/tizen/wrtjs/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": "^21.0.0",
48     "aud": "^2.0.0",
49     "auto-changelog": "^2.4.0",
50     "eslint": "=8.8.0",
51     "mock-property": "^1.0.0",
52     "nyc": "^10.3.2",
53     "safe-publish-latest": "^2.0.0",
54     "semver": "^6.3.0",
55     "tape": "^5.5.3"
56   },
57   "exports": {
58     ".": "./index.js",
59     "./package.json": "./package.json"
60   },
61   "funding": {
62     "url": "https://github.com/sponsors/ljharb"
63   },
64   "homepage": "https://github.com/inspect-js/is-core-module",
65   "keywords": [
66     "core",
67     "modules",
68     "module",
69     "npm",
70     "node",
71     "dependencies"
72   ],
73   "license": "MIT",
74   "main": "index.js",
75   "name": "is-core-module",
76   "repository": {
77     "type": "git",
78     "url": "git+https://github.com/inspect-js/is-core-module.git"
79   },
80   "scripts": {
81     "lint": "eslint .",
82     "posttest": "aud --production",
83     "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
84     "prepublish": "not-in-publish || npm run prepublishOnly",
85     "prepublishOnly": "safe-publish-latest",
86     "pretest": "npm run lint",
87     "test": "npm run tests-only",
88     "tests-only": "nyc tape 'test/**/*.js'",
89     "version": "auto-changelog && git add CHANGELOG.md"
90   },
91   "sideEffects": false,
92   "version": "2.9.0"
93 }