source: imaps-frontend/node_modules/set-function-length/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.7 KB
Line 
1{
2 "_from": "set-function-length@^1.2.2",
3 "_id": "set-function-length@1.2.2",
4 "_inBundle": false,
5 "_integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
6 "_location": "/set-function-length",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "set-function-length@^1.2.2",
12 "name": "set-function-length",
13 "escapedName": "set-function-length",
14 "rawSpec": "^1.2.2",
15 "saveSpec": null,
16 "fetchSpec": "^1.2.2"
17 },
18 "_requiredBy": [
19 "/call-bind"
20 ],
21 "_resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz",
22 "_shasum": "aac72314198eaed975cf77b2c3b6b880695e5449",
23 "_spec": "set-function-length@^1.2.2",
24 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/call-bind",
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/ljharb/set-function-length/issues"
39 },
40 "bundleDependencies": false,
41 "dependencies": {
42 "define-data-property": "^1.1.4",
43 "es-errors": "^1.3.0",
44 "function-bind": "^1.1.2",
45 "get-intrinsic": "^1.2.4",
46 "gopd": "^1.0.1",
47 "has-property-descriptors": "^1.0.2"
48 },
49 "deprecated": false,
50 "description": "Set a function's length property",
51 "devDependencies": {
52 "@arethetypeswrong/cli": "^0.15.1",
53 "@ljharb/eslint-config": "^21.1.0",
54 "@ljharb/tsconfig": "^0.1.1",
55 "@types/call-bind": "^1.0.5",
56 "@types/define-properties": "^1.1.5",
57 "@types/es-value-fixtures": "^1.4.4",
58 "@types/for-each": "^0.3.3",
59 "@types/function-bind": "^1.1.10",
60 "@types/gopd": "^1.0.3",
61 "@types/has-property-descriptors": "^1.0.3",
62 "@types/object-inspect": "^1.8.4",
63 "@types/tape": "^5.6.4",
64 "aud": "^2.0.4",
65 "auto-changelog": "^2.4.0",
66 "call-bind": "^1.0.7",
67 "es-value-fixtures": "^1.4.2",
68 "eslint": "=8.8.0",
69 "evalmd": "^0.0.19",
70 "for-each": "^0.3.3",
71 "in-publish": "^2.0.1",
72 "npmignore": "^0.3.1",
73 "nyc": "^10.3.2",
74 "object-inspect": "^1.13.1",
75 "safe-publish-latest": "^2.0.0",
76 "tape": "^5.7.5",
77 "typescript": "next"
78 },
79 "directories": {
80 "test": "test"
81 },
82 "engines": {
83 "node": ">= 0.4"
84 },
85 "exports": {
86 ".": "./index.js",
87 "./env": "./env.js",
88 "./package.json": "./package.json"
89 },
90 "homepage": "https://github.com/ljharb/set-function-length#readme",
91 "keywords": [
92 "javascript",
93 "ecmascript",
94 "set",
95 "function",
96 "length",
97 "function.length"
98 ],
99 "license": "MIT",
100 "main": "index.js",
101 "name": "set-function-length",
102 "publishConfig": {
103 "ignore": [
104 ".github/workflows",
105 "test"
106 ]
107 },
108 "repository": {
109 "type": "git",
110 "url": "git+https://github.com/ljharb/set-function-length.git"
111 },
112 "scripts": {
113 "lint": "eslint --ext=js,mjs .",
114 "postlint": "npm run tsc",
115 "posttest": "aud --production",
116 "posttsc": "attw -P",
117 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
118 "prelint": "evalmd README.md",
119 "prepack": "npmignore --auto --commentLines=autogenerated",
120 "prepublish": "not-in-publish || npm run prepublishOnly",
121 "prepublishOnly": "safe-publish-latest",
122 "pretest": "npm run lint",
123 "test": "npm run tests-only",
124 "tests-only": "nyc tape 'test/**/*.js'",
125 "tsc": "tsc -p .",
126 "version": "auto-changelog && git add CHANGELOG.md"
127 },
128 "sideEffects": false,
129 "version": "1.2.2"
130}
Note: See TracBrowser for help on using the repository browser.