Changeset 79a0317 for imaps-frontend/node_modules/object-inspect
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/object-inspect/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "object-inspect", 3 "version": "1.13.3", 2 "_from": "object-inspect@^1.13.3", 3 "_id": "object-inspect@1.13.3", 4 "_inBundle": false, 5 "_integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==", 6 "_location": "/object-inspect", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "object-inspect@^1.13.3", 12 "name": "object-inspect", 13 "escapedName": "object-inspect", 14 "rawSpec": "^1.13.3", 15 "saveSpec": null, 16 "fetchSpec": "^1.13.3" 17 }, 18 "_requiredBy": [ 19 "/es-abstract", 20 "/side-channel", 21 "/side-channel-list", 22 "/side-channel-map", 23 "/side-channel-weakmap" 24 ], 25 "_resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz", 26 "_shasum": "f14c183de51130243d6d18ae149375ff50ea488a", 27 "_spec": "object-inspect@^1.13.3", 28 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract", 29 "author": { 30 "name": "James Halliday", 31 "email": "mail@substack.net", 32 "url": "http://substack.net" 33 }, 34 "auto-changelog": { 35 "output": "CHANGELOG.md", 36 "template": "keepachangelog", 37 "unreleased": false, 38 "commitLimit": false, 39 "backfillLimit": false, 40 "hideCredit": true 41 }, 42 "browser": { 43 "./util.inspect.js": false 44 }, 45 "bugs": { 46 "url": "https://github.com/inspect-js/object-inspect/issues" 47 }, 48 "bundleDependencies": false, 49 "deprecated": false, 4 50 "description": "string representations of objects in node and the browser", 5 "main": "index.js",6 "sideEffects": false,7 51 "devDependencies": { 8 52 "@ljharb/eslint-config": "^21.1.1", … … 30 74 "tape": "^5.9.0" 31 75 }, 76 "engines": { 77 "node": ">= 0.4" 78 }, 79 "funding": { 80 "url": "https://github.com/sponsors/ljharb" 81 }, 82 "homepage": "https://github.com/inspect-js/object-inspect", 83 "keywords": [ 84 "inspect", 85 "util.inspect", 86 "object", 87 "stringify", 88 "pretty" 89 ], 90 "license": "MIT", 91 "main": "index.js", 92 "name": "object-inspect", 93 "publishConfig": { 94 "ignore": [ 95 ".github/workflows", 96 "./test-core-js.js" 97 ] 98 }, 99 "repository": { 100 "type": "git", 101 "url": "git://github.com/inspect-js/object-inspect.git" 102 }, 32 103 "scripts": { 104 "lint": "eslint --ext=js,mjs .", 105 "postlint": "npx @pkgjs/support validate", 106 "posttest": "npx npm@'>=10.2' audit --production", 107 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 33 108 "prepack": "npmignore --auto --commentLines=autogenerated", 34 109 "prepublish": "not-in-publish || npm run prepublishOnly", 35 110 "prepublishOnly": "safe-publish-latest", 36 111 "pretest": "npm run lint", 37 "lint": "eslint --ext=js,mjs .",38 "postlint": "npx @pkgjs/support validate",39 112 "test": "npm run tests-only && npm run test:corejs", 113 "test:corejs": "nyc tape test-core-js.js 'test/*.js'", 40 114 "tests-only": "nyc tape 'test/*.js'", 41 "test:corejs": "nyc tape test-core-js.js 'test/*.js'", 42 "posttest": "npx npm@'>=10.2' audit --production", 43 "version": "auto-changelog && git add CHANGELOG.md", 44 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 115 "version": "auto-changelog && git add CHANGELOG.md" 45 116 }, 117 "sideEffects": false, 118 "support": true, 46 119 "testling": { 47 120 "files": [ … … 60 133 ] 61 134 }, 62 "repository": { 63 "type": "git", 64 "url": "git://github.com/inspect-js/object-inspect.git" 65 }, 66 "homepage": "https://github.com/inspect-js/object-inspect", 67 "keywords": [ 68 "inspect", 69 "util.inspect", 70 "object", 71 "stringify", 72 "pretty" 73 ], 74 "author": { 75 "name": "James Halliday", 76 "email": "mail@substack.net", 77 "url": "http://substack.net" 78 }, 79 "funding": { 80 "url": "https://github.com/sponsors/ljharb" 81 }, 82 "license": "MIT", 83 "browser": { 84 "./util.inspect.js": false 85 }, 86 "auto-changelog": { 87 "output": "CHANGELOG.md", 88 "template": "keepachangelog", 89 "unreleased": false, 90 "commitLimit": false, 91 "backfillLimit": false, 92 "hideCredit": true 93 }, 94 "publishConfig": { 95 "ignore": [ 96 ".github/workflows", 97 "./test-core-js.js" 98 ] 99 }, 100 "support": true, 101 "engines": { 102 "node": ">= 0.4" 103 } 135 "version": "1.13.3" 104 136 }
Note:
See TracChangeset
for help on using the changeset viewer.