source: imaps-frontend/node_modules/function-bind/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.2 KB
Line 
1{
2 "_from": "function-bind@1.1.2",
3 "_id": "function-bind@1.1.2",
4 "_inBundle": false,
5 "_integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
6 "_location": "/function-bind",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "function-bind@1.1.2",
12 "name": "function-bind",
13 "escapedName": "function-bind",
14 "rawSpec": "1.1.2",
15 "saveSpec": null,
16 "fetchSpec": "1.1.2"
17 },
18 "_requiredBy": [
19 "/call-bind-apply-helpers",
20 "/es-iterator-helpers",
21 "/get-intrinsic",
22 "/hasown",
23 "/set-function-length"
24 ],
25 "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
26 "_shasum": "2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c",
27 "_spec": "function-bind@1.1.2",
28 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/call-bind-apply-helpers",
29 "author": {
30 "name": "Raynos",
31 "email": "raynos2@gmail.com"
32 },
33 "auto-changelog": {
34 "output": "CHANGELOG.md",
35 "template": "keepachangelog",
36 "unreleased": false,
37 "commitLimit": false,
38 "backfillLimit": false,
39 "hideCredit": true
40 },
41 "bugs": {
42 "url": "https://github.com/Raynos/function-bind/issues",
43 "email": "raynos2@gmail.com"
44 },
45 "bundleDependencies": false,
46 "contributors": [
47 {
48 "name": "Raynos"
49 },
50 {
51 "name": "Jordan Harband",
52 "url": "https://github.com/ljharb"
53 }
54 ],
55 "deprecated": false,
56 "description": "Implementation of Function.prototype.bind",
57 "devDependencies": {
58 "@ljharb/eslint-config": "^21.1.0",
59 "aud": "^2.0.3",
60 "auto-changelog": "^2.4.0",
61 "eslint": "=8.8.0",
62 "in-publish": "^2.0.1",
63 "npmignore": "^0.3.0",
64 "nyc": "^10.3.2",
65 "safe-publish-latest": "^2.0.0",
66 "tape": "^5.7.1"
67 },
68 "funding": {
69 "url": "https://github.com/sponsors/ljharb"
70 },
71 "homepage": "https://github.com/Raynos/function-bind",
72 "keywords": [
73 "function",
74 "bind",
75 "shim",
76 "es5"
77 ],
78 "license": "MIT",
79 "main": "index",
80 "name": "function-bind",
81 "publishConfig": {
82 "ignore": [
83 ".github/workflows"
84 ]
85 },
86 "repository": {
87 "type": "git",
88 "url": "git+https://github.com/Raynos/function-bind.git"
89 },
90 "scripts": {
91 "lint": "eslint --ext=js,mjs .",
92 "posttest": "aud --production",
93 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
94 "prepack": "npmignore --auto --commentLines=autogenerated",
95 "prepublish": "not-in-publish || npm run prepublishOnly",
96 "prepublishOnly": "safe-publish-latest",
97 "pretest": "npm run lint",
98 "test": "npm run tests-only",
99 "tests-only": "nyc tape 'test/**/*.js'",
100 "version": "auto-changelog && git add CHANGELOG.md"
101 },
102 "testling": {
103 "files": "test/index.js",
104 "browsers": [
105 "ie/8..latest",
106 "firefox/16..latest",
107 "firefox/nightly",
108 "chrome/22..latest",
109 "chrome/canary",
110 "opera/12..latest",
111 "opera/next",
112 "safari/5.1..latest",
113 "ipad/6.0..latest",
114 "iphone/6.0..latest",
115 "android-browser/4.2..latest"
116 ]
117 },
118 "version": "1.1.2"
119}
Note: See TracBrowser for help on using the repository browser.