- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/is-core-module/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-core-module", 3 "version": "2.7.0", 4 "description": "Is this specifier a node.js core module?", 5 "main": "index.js", 6 "sideEffects": false, 7 "exports": { 8 ".": [ 9 { 10 "default": "./index.js" 11 }, 12 "./index.js" 13 ], 14 "./package.json": "./package.json" 15 }, 16 "scripts": { 17 "prepublish": "not-in-publish || npm run prepublishOnly", 18 "prepublishOnly": "safe-publish-latest", 19 "lint": "eslint .", 20 "pretest": "npm run lint", 21 "tests-only": "tape 'test/**/*.js'", 22 "test": "nyc npm run tests-only", 23 "posttest": "aud --production", 24 "version": "auto-changelog && git add CHANGELOG.md", 25 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 26 }, 27 "repository": { 28 "type": "git", 29 "url": "git+https://github.com/inspect-js/is-core-module.git" 30 }, 31 "keywords": [ 32 "core", 33 "modules", 34 "module", 35 "npm", 36 "node", 37 "dependencies" 38 ], 39 "author": "Jordan Harband <ljharb@gmail.com>", 40 "funding": { 41 "url": "https://github.com/sponsors/ljharb" 42 }, 43 "license": "MIT", 44 "bugs": { 45 "url": "https://github.com/inspect-js/is-core-module/issues" 46 }, 47 "homepage": "https://github.com/inspect-js/is-core-module", 48 "dependencies": { 49 "has": "^1.0.3" 50 }, 51 "devDependencies": { 52 "@ljharb/eslint-config": "^18.0.0", 53 "aud": "^1.1.5", 54 "auto-changelog": "^2.3.0", 55 "eslint": "^7.32.0", 56 "nyc": "^10.3.2", 57 "safe-publish-latest": "^1.1.4", 58 "semver": "^6.3.0", 59 "tape": "^5.3.1" 60 }, 61 "auto-changelog": { 62 "output": "CHANGELOG.md", 63 "template": "keepachangelog", 64 "unreleased": false, 65 "commitLimit": false, 66 "backfillLimit": false, 67 "hideCredit": true 68 } 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" 69 101 }
Note:
See TracChangeset
for help on using the changeset viewer.