12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_from": "is-core-module@^2.1.0",
- "_id": "is-core-module@2.2.0",
- "_inBundle": false,
- "_integrity": "sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==",
- "_location": "/is-core-module",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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": [
- "/cordova-fetch/resolve"
- ],
- "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz",
- "_shasum": "97037ef3d52224d85163f5597b2b63d9afed981a",
- "_spec": "is-core-module@^2.1.0",
- "_where": "/home/christian/Documents/newarte/artesanias/node_modules/cordova-fetch/node_modules/resolve",
- "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"
- },
- "bundleDependencies": false,
- "dependencies": {
- "has": "^1.0.3"
- },
- "deprecated": false,
- "description": "Is this specifier a node.js core module?",
- "devDependencies": {
- "@ljharb/eslint-config": "^17.3.0",
- "aud": "^1.1.3",
- "auto-changelog": "^2.2.1",
- "eslint": "^7.14.0",
- "nyc": "^10.3.2",
- "safe-publish-latest": "^1.1.4",
- "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)\")\"",
- "prepublish": "safe-publish-latest",
- "pretest": "npm run lint",
- "test": "nyc npm run tests-only",
- "tests-only": "tape 'test/**/*.js'",
- "version": "auto-changelog && git add CHANGELOG.md"
- },
- "version": "2.2.0"
- }
|