source: imaps-frontend/node_modules/object-inspect/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.8 KB
RevLine 
[d565449]1{
[79a0317]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,
[d565449]50 "description": "string representations of objects in node and the browser",
51 "devDependencies": {
52 "@ljharb/eslint-config": "^21.1.1",
53 "@pkgjs/support": "^0.0.6",
[0c6b92a]54 "auto-changelog": "^2.5.0",
[d565449]55 "core-js": "^2.6.12",
56 "error-cause": "^1.0.8",
[0c6b92a]57 "es-value-fixtures": "^1.5.0",
[d565449]58 "eslint": "=8.8.0",
59 "for-each": "^0.3.3",
60 "functions-have-names": "^1.2.3",
61 "glob": "=10.3.7",
62 "globalthis": "^1.0.4",
63 "has-symbols": "^1.0.3",
64 "has-tostringtag": "^1.0.2",
65 "in-publish": "^2.0.1",
66 "jackspeak": "=2.1.1",
67 "make-arrow-function": "^1.2.0",
[0c6b92a]68 "mock-property": "^1.1.0",
[d565449]69 "npmignore": "^0.3.1",
70 "nyc": "^10.3.2",
71 "safe-publish-latest": "^2.0.0",
72 "safer-buffer": "^2.1.2",
73 "string.prototype.repeat": "^1.0.0",
[0c6b92a]74 "tape": "^5.9.0"
[d565449]75 },
[79a0317]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 },
[d565449]103 "scripts": {
[79a0317]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)\")\"",
[d565449]108 "prepack": "npmignore --auto --commentLines=autogenerated",
109 "prepublish": "not-in-publish || npm run prepublishOnly",
110 "prepublishOnly": "safe-publish-latest",
111 "pretest": "npm run lint",
112 "test": "npm run tests-only && npm run test:corejs",
113 "test:corejs": "nyc tape test-core-js.js 'test/*.js'",
[79a0317]114 "tests-only": "nyc tape 'test/*.js'",
115 "version": "auto-changelog && git add CHANGELOG.md"
[d565449]116 },
[79a0317]117 "sideEffects": false,
118 "support": true,
[d565449]119 "testling": {
120 "files": [
121 "test/*.js",
122 "test/browser/*.js"
123 ],
124 "browsers": [
125 "ie/6..latest",
126 "chrome/latest",
127 "firefox/latest",
128 "safari/latest",
129 "opera/latest",
130 "iphone/latest",
131 "ipad/latest",
132 "android/latest"
133 ]
134 },
[79a0317]135 "version": "1.13.3"
[d565449]136}
Note: See TracBrowser for help on using the repository browser.