You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

104 lines
2.7 KiB

{
"_args": [
[
"is-core-module@2.13.1",
"D:\\Project\\DaPing"
]
],
"_from": "is-core-module@2.13.1",
"_id": "is-core-module@2.13.1",
"_inBundle": false,
"_integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==",
"_location": "/is-core-module",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-core-module@2.13.1",
"name": "is-core-module",
"escapedName": "is-core-module",
"rawSpec": "2.13.1",
"saveSpec": null,
"fetchSpec": "2.13.1"
},
"_requiredBy": [
"/resolve"
],
"_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz",
"_spec": "2.13.1",
"_where": "D:\\Project\\DaPing",
"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": {
"hasown": "^2.0.0"
},
"description": "Is this specifier a node.js core module?",
"devDependencies": {
"@ljharb/eslint-config": "^21.1.0",
"aud": "^2.0.3",
"auto-changelog": "^2.4.0",
"eslint": "=8.8.0",
"in-publish": "^2.0.1",
"mock-property": "^1.0.2",
"npmignore": "^0.3.0",
"nyc": "^10.3.2",
"safe-publish-latest": "^2.0.0",
"semver": "^6.3.1",
"tape": "^5.7.1"
},
"exports": {
".": "./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",
"publishConfig": {
"ignore": [
".github"
]
},
"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)\")\"",
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run tests-only",
"tests-only": "nyc tape 'test/**/*.js'",
"version": "auto-changelog && git add CHANGELOG.md"
},
"sideEffects": false,
"version": "2.13.1"
}