source: imaps-frontend/node_modules/safe-array-concat/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.4 KB
Line 
1{
2 "_from": "safe-array-concat@^1.1.3",
3 "_id": "safe-array-concat@1.1.3",
4 "_inBundle": false,
5 "_integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
6 "_location": "/safe-array-concat",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "safe-array-concat@^1.1.3",
12 "name": "safe-array-concat",
13 "escapedName": "safe-array-concat",
14 "rawSpec": "^1.1.3",
15 "saveSpec": null,
16 "fetchSpec": "^1.1.3"
17 },
18 "_requiredBy": [
19 "/es-abstract",
20 "/es-iterator-helpers"
21 ],
22 "_resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
23 "_shasum": "c9e54ec4f603b0bbb8e7e5007a5ee7aecd1538c3",
24 "_spec": "safe-array-concat@^1.1.3",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract",
26 "author": {
27 "name": "Jordan Harband",
28 "email": "ljharb@gmail.com"
29 },
30 "auto-changelog": {
31 "output": "CHANGELOG.md",
32 "template": "keepachangelog",
33 "unreleased": false,
34 "commitLimit": false,
35 "backfillLimit": false,
36 "hideCredit": true
37 },
38 "bugs": {
39 "url": "https://github.com/ljharb/safe-array-concat/issues"
40 },
41 "bundleDependencies": false,
42 "dependencies": {
43 "call-bind": "^1.0.8",
44 "call-bound": "^1.0.2",
45 "get-intrinsic": "^1.2.6",
46 "has-symbols": "^1.1.0",
47 "isarray": "^2.0.5"
48 },
49 "deprecated": false,
50 "description": "`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable",
51 "devDependencies": {
52 "@arethetypeswrong/cli": "^0.17.1",
53 "@ljharb/eslint-config": "^21.1.1",
54 "@ljharb/tsconfig": "^0.2.2",
55 "@types/call-bind": "^1.0.5",
56 "@types/get-intrinsic": "^1.2.3",
57 "@types/has-symbols": "^1.0.2",
58 "@types/isarray": "^2.0.2",
59 "@types/tape": "^5.6.5",
60 "auto-changelog": "^2.5.0",
61 "encoding": "^0.1.13",
62 "eslint": "=8.8.0",
63 "evalmd": "^0.0.19",
64 "in-publish": "^2.0.1",
65 "mock-property": "^1.1.0",
66 "npmignore": "^0.3.1",
67 "nyc": "^10.3.2",
68 "safe-publish-latest": "^2.0.0",
69 "set-function-length": "^1.2.2",
70 "tape": "^5.9.0",
71 "typescript": "next"
72 },
73 "engines": {
74 "node": ">=0.4"
75 },
76 "exports": {
77 ".": "./index.js",
78 "./package.json": "./package.json"
79 },
80 "funding": {
81 "url": "https://github.com/sponsors/ljharb"
82 },
83 "homepage": "https://github.com/ljharb/safe-array-concat#readme",
84 "keywords": [
85 "safe",
86 "Array",
87 "concat",
88 "push",
89 "isConcatSpreadable"
90 ],
91 "license": "MIT",
92 "main": "index.js",
93 "name": "safe-array-concat",
94 "publishConfig": {
95 "ignore": [
96 ".github/workflows"
97 ]
98 },
99 "repository": {
100 "type": "git",
101 "url": "git+https://github.com/ljharb/safe-array-concat.git"
102 },
103 "scripts": {
104 "lint": "eslint --ext=js,mjs .",
105 "postlint": "tsc && attw -P",
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)\")\"",
108 "prelint": "evalmd README.md",
109 "prepack": "npmignore --auto --commentLines=autogenerated",
110 "prepublish": "not-in-publish || npm run prepublishOnly",
111 "prepublishOnly": "safe-publish-latest",
112 "pretest": "npm run lint",
113 "test": "npm run tests-only",
114 "tests-only": "nyc tape test",
115 "version": "auto-changelog && git add CHANGELOG.md"
116 },
117 "sideEffects": false,
118 "version": "1.1.3"
119}
Note: See TracBrowser for help on using the repository browser.