source: imaps-frontend/node_modules/set-function-name/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.9 KB
RevLine 
[d565449]1{
[79a0317]2 "_from": "set-function-name@^2.0.2",
3 "_id": "set-function-name@2.0.2",
4 "_inBundle": false,
5 "_integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
6 "_location": "/set-function-name",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "set-function-name@^2.0.2",
12 "name": "set-function-name",
13 "escapedName": "set-function-name",
14 "rawSpec": "^2.0.2",
15 "saveSpec": null,
16 "fetchSpec": "^2.0.2"
17 },
18 "_requiredBy": [
19 "/iterator.prototype",
20 "/regexp.prototype.flags",
21 "/string.prototype.matchall"
22 ],
23 "_resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz",
24 "_shasum": "16a705c5a0dc2f5e638ca96d8a8cd4e1c2b90985",
25 "_spec": "set-function-name@^2.0.2",
26 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/regexp.prototype.flags",
27 "author": {
28 "name": "Jordan Harband",
29 "email": "ljharb@gmail.com"
30 },
31 "auto-changelog": {
32 "output": "CHANGELOG.md",
33 "template": "keepachangelog",
34 "unreleased": false,
35 "commitLimit": false,
36 "backfillLimit": false,
37 "hideCredit": true
38 },
39 "bugs": {
40 "url": "https://github.com/ljharb/set-function-name/issues"
41 },
42 "bundleDependencies": false,
43 "dependencies": {
44 "define-data-property": "^1.1.4",
45 "es-errors": "^1.3.0",
46 "functions-have-names": "^1.2.3",
47 "has-property-descriptors": "^1.0.2"
48 },
49 "deprecated": false,
50 "description": "Set a function's name property",
51 "devDependencies": {
52 "@ljharb/eslint-config": "^21.1.0",
53 "@types/call-bind": "^1.0.5",
54 "@types/define-properties": "^1.1.5",
55 "@types/es-value-fixtures": "^1.4.4",
56 "@types/for-each": "^0.3.3",
57 "@types/function.prototype.name": "^1.1.3",
58 "@types/functions-have-names": "^1.2.2",
59 "@types/has-property-descriptors": "^1.0.3",
60 "@types/make-arrow-function": "^1.2.2",
61 "@types/make-async-function": "^1.0.2",
62 "@types/make-async-generator-function": "^1.0.3",
63 "@types/make-generator-function": "^2.0.3",
64 "@types/object-inspect": "^1.8.4",
65 "@types/tape": "^5.6.4",
66 "aud": "^2.0.4",
67 "auto-changelog": "^2.4.0",
68 "es-value-fixtures": "^1.4.2",
69 "eslint": "=8.8.0",
70 "evalmd": "^0.0.19",
71 "for-each": "^0.3.3",
72 "function.prototype.name": "^1.1.6",
73 "in-publish": "^2.0.1",
74 "make-arrow-function": "^1.2.0",
75 "make-async-function": "^1.0.0",
76 "make-async-generator-function": "^1.0.0",
77 "make-generator-function": "^2.0.0",
78 "npmignore": "^0.3.1",
79 "object-inspect": "^1.13.1",
80 "safe-publish-latest": "^2.0.0",
81 "tape": "^5.7.5",
82 "typescript": "next"
83 },
84 "directories": {
85 "test": "test"
86 },
87 "engines": {
88 "node": ">= 0.4"
89 },
90 "homepage": "https://github.com/ljharb/set-function-name#readme",
91 "keywords": [
92 "set",
93 "assign",
94 "function",
95 "name",
96 "function.name"
97 ],
98 "license": "MIT",
99 "main": "index.js",
100 "name": "set-function-name",
101 "publishConfig": {
102 "ignore": [
103 ".github/workflows",
104 "test",
105 "!*.d.ts",
106 "!*.d.ts.map"
107 ]
108 },
109 "repository": {
110 "type": "git",
111 "url": "git+https://github.com/ljharb/set-function-name.git"
112 },
113 "scripts": {
114 "lint": "eslint --ext=js,mjs .",
115 "postlint": "tsc -p .",
116 "posttest": "aud --production",
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": "tape 'test/**/*.js'",
125 "version": "auto-changelog && git add CHANGELOG.md"
126 },
127 "types": "./index.d.ts",
128 "version": "2.0.2"
[d565449]129}
Note: See TracBrowser for help on using the repository browser.