source: imaps-frontend/node_modules/is-set/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.0 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "is-set@^2.0.3",
3 "_id": "is-set@2.0.3",
4 "_inBundle": false,
5 "_integrity": "sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==",
6 "_location": "/is-set",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "is-set@^2.0.3",
12 "name": "is-set",
13 "escapedName": "is-set",
14 "rawSpec": "^2.0.3",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.3"
17 },
18 "_requiredBy": [
19 "/which-collection"
20 ],
21 "_resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.3.tgz",
22 "_shasum": "8ab209ea424608141372ded6e0cb200ef1d9d01d",
23 "_spec": "is-set@^2.0.3",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/which-collection",
25 "author": {
26 "name": "Jordan Harband",
27 "email": "ljharb@gmail.com"
28 },
29 "auto-changelog": {
30 "output": "CHANGELOG.md",
31 "template": "keepachangelog",
32 "unreleased": false,
33 "commitLimit": false,
34 "backfillLimit": false,
35 "hideCredit": true
36 },
37 "bugs": {
38 "url": "https://github.com/inspect-js/is-set/issues"
39 },
40 "bundleDependencies": false,
41 "deprecated": false,
42 "description": "Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
43 "devDependencies": {
44 "@arethetypeswrong/cli": "^0.15.0",
45 "@ljharb/eslint-config": "^21.1.0",
46 "@types/for-each": "^0.3.3",
47 "@types/object-inspect": "^1.8.4",
48 "@types/tape": "^5.6.4",
49 "aud": "^2.0.4",
50 "auto-changelog": "^2.4.0",
51 "core-js": "^2.6.12",
52 "es5-shim": "^4.6.7",
53 "es6-shim": "^0.35.8",
54 "eslint": "=8.8.0",
55 "for-each": "^0.3.3",
56 "in-publish": "^2.0.1",
57 "nyc": "^10.3.2",
58 "object-inspect": "^1.13.1",
59 "safe-publish-latest": "^2.0.0",
60 "tape": "^5.7.5",
61 "typescript": "next"
62 },
63 "engines": {
64 "node": ">= 0.4"
65 },
66 "funding": {
67 "url": "https://github.com/sponsors/ljharb"
68 },
69 "homepage": "https://github.com/inspect-js/is-set#readme",
70 "keywords": [
71 "map",
72 "set",
73 "collection",
74 "is",
75 "robust"
76 ],
77 "license": "MIT",
78 "main": "index.js",
79 "name": "is-set",
80 "repository": {
81 "type": "git",
82 "url": "git+https://github.com/inspect-js/is-set.git"
83 },
84 "scripts": {
85 "lint": "eslint --ext=.js,.mjs .",
86 "postlint": "tsc -p . && attw -P",
87 "posttest": "npx aud --production",
88 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
89 "prepublish": "not-in-publish || npm run prepublishOnly",
90 "prepublishOnly": "safe-publish-latest",
91 "pretest": "npm run lint",
92 "test": "npm run tests-only && npm run tests:shims && npm run tests:corejs",
93 "tests-only": "nyc tape 'test/**/*.js'",
94 "tests:corejs": "nyc tape --require=core-js 'test/**/*.js'",
95 "tests:shims": "nyc tape --require=es5-shim --require=es5-shim 'test/**/*.js'",
96 "version": "auto-changelog && git add CHANGELOG.md"
97 },
98 "sideEffects": false,
99 "version": "2.0.3"
[d565449]100}
Note: See TracBrowser for help on using the repository browser.