source: imaps-frontend/node_modules/safe-push-apply/package.json

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

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.2 KB
Line 
1{
2 "_from": "safe-push-apply@^1.0.0",
3 "_id": "safe-push-apply@1.0.0",
4 "_inBundle": false,
5 "_integrity": "sha512-iKE9w/Z7xCzUMIZqdBsp6pEQvwuEebH4vdpjcDWnyzaI6yl6O9FHvVpmGelvEHNsoY6wGblkxR6Zty/h00WiSA==",
6 "_location": "/safe-push-apply",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "safe-push-apply@^1.0.0",
12 "name": "safe-push-apply",
13 "escapedName": "safe-push-apply",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/es-abstract",
20 "/own-keys"
21 ],
22 "_resolved": "https://registry.npmjs.org/safe-push-apply/-/safe-push-apply-1.0.0.tgz",
23 "_shasum": "01850e981c1602d398c85081f360e4e6d03d27f5",
24 "_spec": "safe-push-apply@^1.0.0",
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-push-apply/issues"
40 },
41 "bundleDependencies": false,
42 "dependencies": {
43 "es-errors": "^1.3.0",
44 "isarray": "^2.0.5"
45 },
46 "deprecated": false,
47 "description": "Push an array of items into an array, while being robust against prototype modification",
48 "devDependencies": {
49 "@arethetypeswrong/cli": "^0.17.1",
50 "@ljharb/eslint-config": "^21.1.1",
51 "@ljharb/tsconfig": "^0.2.2",
52 "@types/isarray": "^2.0.3",
53 "@types/tape": "^5.6.5",
54 "auto-changelog": "^2.5.0",
55 "encoding": "^0.1.13",
56 "eslint": "=8.8.0",
57 "evalmd": "^0.0.19",
58 "in-publish": "^2.0.1",
59 "npmignore": "^0.3.1",
60 "nyc": "^10.3.2",
61 "safe-publish-latest": "^2.0.0",
62 "tape": "^5.9.0",
63 "typescript": "next"
64 },
65 "engines": {
66 "node": ">= 0.4"
67 },
68 "exports": {
69 ".": "./index.js",
70 "./package.json": "./package.json"
71 },
72 "funding": {
73 "url": "https://github.com/sponsors/ljharb"
74 },
75 "homepage": "https://github.com/ljharb/safe-push-apply#readme",
76 "keywords": [
77 "array",
78 "push",
79 "apply",
80 "pushApply",
81 "safe"
82 ],
83 "license": "MIT",
84 "main": "index.js",
85 "name": "safe-push-apply",
86 "publishConfig": {
87 "ignore": [
88 ".github/workflows"
89 ]
90 },
91 "repository": {
92 "type": "git",
93 "url": "git+https://github.com/ljharb/safe-push-apply.git"
94 },
95 "scripts": {
96 "lint": "eslint --ext=js,mjs .",
97 "postlint": "tsc && attw -P",
98 "posttest": "npx npm@'>= 10.2' audit --production",
99 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
100 "prelint": "evalmd README.md",
101 "prepack": "npmignore --auto --commentLines=autogenerated",
102 "prepublish": "not-in-publish || npm run prepublishOnly",
103 "prepublishOnly": "safe-publish-latest",
104 "pretest": "npm run lint",
105 "test": "npm run tests-only",
106 "tests-only": "nyc tape test",
107 "version": "auto-changelog && git add CHANGELOG.md"
108 },
109 "sideEffects": false,
110 "version": "1.0.0"
111}
Note: See TracBrowser for help on using the repository browser.