Changeset 79a0317 for imaps-frontend/node_modules/set-function-name
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/set-function-name/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "set-function-name", 3 "version": "2.0.2", 4 "description": "Set a function's name property", 5 "main": "index.js", 6 "types": "./index.d.ts", 7 "directories": { 8 "test": "test" 9 }, 10 "scripts": { 11 "prepack": "npmignore --auto --commentLines=autogenerated", 12 "prepublish": "not-in-publish || npm run prepublishOnly", 13 "prepublishOnly": "safe-publish-latest", 14 "prelint": "evalmd README.md", 15 "lint": "eslint --ext=js,mjs .", 16 "postlint": "tsc -p .", 17 "pretest": "npm run lint", 18 "tests-only": "tape 'test/**/*.js'", 19 "test": "npm run tests-only", 20 "posttest": "aud --production", 21 "version": "auto-changelog && git add CHANGELOG.md", 22 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 23 }, 24 "repository": { 25 "type": "git", 26 "url": "git+https://github.com/ljharb/set-function-name.git" 27 }, 28 "keywords": [ 29 "set", 30 "assign", 31 "function", 32 "name", 33 "function.name" 34 ], 35 "author": "Jordan Harband <ljharb@gmail.com>", 36 "license": "MIT", 37 "bugs": { 38 "url": "https://github.com/ljharb/set-function-name/issues" 39 }, 40 "homepage": "https://github.com/ljharb/set-function-name#readme", 41 "devDependencies": { 42 "@ljharb/eslint-config": "^21.1.0", 43 "@types/call-bind": "^1.0.5", 44 "@types/define-properties": "^1.1.5", 45 "@types/es-value-fixtures": "^1.4.4", 46 "@types/for-each": "^0.3.3", 47 "@types/function.prototype.name": "^1.1.3", 48 "@types/functions-have-names": "^1.2.2", 49 "@types/has-property-descriptors": "^1.0.3", 50 "@types/make-arrow-function": "^1.2.2", 51 "@types/make-async-function": "^1.0.2", 52 "@types/make-async-generator-function": "^1.0.3", 53 "@types/make-generator-function": "^2.0.3", 54 "@types/object-inspect": "^1.8.4", 55 "@types/tape": "^5.6.4", 56 "aud": "^2.0.4", 57 "auto-changelog": "^2.4.0", 58 "es-value-fixtures": "^1.4.2", 59 "eslint": "=8.8.0", 60 "evalmd": "^0.0.19", 61 "for-each": "^0.3.3", 62 "function.prototype.name": "^1.1.6", 63 "in-publish": "^2.0.1", 64 "make-arrow-function": "^1.2.0", 65 "make-async-function": "^1.0.0", 66 "make-async-generator-function": "^1.0.0", 67 "make-generator-function": "^2.0.0", 68 "npmignore": "^0.3.1", 69 "object-inspect": "^1.13.1", 70 "safe-publish-latest": "^2.0.0", 71 "tape": "^5.7.5", 72 "typescript": "next" 73 }, 74 "dependencies": { 75 "define-data-property": "^1.1.4", 76 "es-errors": "^1.3.0", 77 "functions-have-names": "^1.2.3", 78 "has-property-descriptors": "^1.0.2" 79 }, 80 "engines": { 81 "node": ">= 0.4" 82 }, 83 "auto-changelog": { 84 "output": "CHANGELOG.md", 85 "template": "keepachangelog", 86 "unreleased": false, 87 "commitLimit": false, 88 "backfillLimit": false, 89 "hideCredit": true 90 }, 91 "publishConfig": { 92 "ignore": [ 93 ".github/workflows", 94 "test", 95 "!*.d.ts", 96 "!*.d.ts.map" 97 ] 98 } 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" 99 129 }
Note:
See TracChangeset
for help on using the changeset viewer.