source: trip-planner-front/node_modules/is-core-module/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

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