1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_args": [
- [
- "is-core-module@2.9.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "is-core-module@2.9.0",
- "_id": "is-core-module@2.9.0",
- "_inBundle": false,
- "_integrity": "sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==",
- "_location": "/is-core-module",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "is-core-module@2.9.0",
- "name": "is-core-module",
- "escapedName": "is-core-module",
- "rawSpec": "2.9.0",
- "saveSpec": null,
- "fetchSpec": "2.9.0"
- },
- "_requiredBy": [
- "/meow/normalize-package-data"
- ],
- "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.9.0.tgz",
- "_spec": "2.9.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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": "^21.0.0",
- "aud": "^2.0.0",
- "auto-changelog": "^2.4.0",
- "eslint": "=8.8.0",
- "mock-property": "^1.0.0",
- "nyc": "^10.3.2",
- "safe-publish-latest": "^2.0.0",
- "semver": "^6.3.0",
- "tape": "^5.5.3"
- },
- "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",
- "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)\")\"",
- "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.9.0"
- }
|