Files
sign-android-release/node_modules/is-core-module/package.json
T
Drew Heavner 67dceb4e04 Cleaned and refreshed node modules with npm
Added a check for a debug flag so that we can checkout and run actions during release
2020-11-15 14:04:10 -05:00

96 lines
2.4 KiB
JSON

{
"_args": [
[
"is-core-module@2.1.0",
"/Users/drew.heavner/Documents/Github/sign-android-release"
]
],
"_development": true,
"_from": "is-core-module@2.1.0",
"_id": "is-core-module@2.1.0",
"_inBundle": false,
"_integrity": "sha512-YcV7BgVMRFRua2FqQzKtTDMz8iCuLEyGKjr70q8Zm1yy2qKcurbFEd79PAdHV77oL3NrAaOVQIbMmiHQCHB7ZA==",
"_location": "/is-core-module",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-core-module@2.1.0",
"name": "is-core-module",
"escapedName": "is-core-module",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/resolve"
],
"_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "/Users/drew.heavner/Documents/Github/sign-android-release",
"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"
},
"dependencies": {
"has": "^1.0.3"
},
"description": "Is this specifier a node.js core module?",
"devDependencies": {
"@ljharb/eslint-config": "^17.2.0",
"aud": "^1.1.2",
"auto-changelog": "^2.2.1",
"eslint": "^7.12.1",
"tape": "^5.0.1"
},
"exports": {
".": [
{
"default": "./index.js"
},
"./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)\")\"",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "tape test",
"version": "auto-changelog && git add CHANGELOG.md"
},
"version": "2.1.0"
}