Changeset 79a0317 for imaps-frontend/node_modules/functions-have-names
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/functions-have-names/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "functions-have-names", 3 "version": "1.2.3", 4 "description": "Does this JS environment support the `name` property on functions?", 5 "main": "index.js", 6 "scripts": { 7 "prepublish": "not-in-publish || npm run prepublishOnly", 8 "prepublishOnly": "safe-publish-latest", 9 "version": "auto-changelog && git add CHANGELOG.md", 10 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 11 "lint": "eslint --ext=js,mjs .", 12 "pretest": "npm run lint", 13 "tests-only": "nyc tape 'test/**/*.js'", 14 "test": "npm run tests-only", 15 "posttest": "aud --production" 16 }, 17 "repository": { 18 "type": "git", 19 "url": "git+https://github.com/inspect-js/functions-have-names.git" 20 }, 21 "keywords": [ 22 "function", 23 "name", 24 "es5", 25 "names", 26 "functions", 27 "ie" 28 ], 29 "author": "Jordan Harband <ljharb@gmail.com>", 30 "funding": { 31 "url": "https://github.com/sponsors/ljharb" 32 }, 33 "license": "MIT", 34 "bugs": { 35 "url": "https://github.com/inspect-js/functions-have-names/issues" 36 }, 37 "homepage": "https://github.com/inspect-js/functions-have-names#readme", 38 "devDependencies": { 39 "@ljharb/eslint-config": "^21.0.0", 40 "aud": "^2.0.0", 41 "auto-changelog": "^2.4.0", 42 "eslint": "=8.8.0", 43 "nyc": "^10.3.2", 44 "safe-publish-latest": "^2.0.0", 45 "tape": "^5.5.3" 46 }, 47 "auto-changelog": { 48 "output": "CHANGELOG.md", 49 "template": "keepachangelog", 50 "unreleased": false, 51 "commitLimit": false, 52 "backfillLimit": false, 53 "hideCredit": true 54 } 2 "_from": "functions-have-names@^1.2.3", 3 "_id": "functions-have-names@1.2.3", 4 "_inBundle": false, 5 "_integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", 6 "_location": "/functions-have-names", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "functions-have-names@^1.2.3", 12 "name": "functions-have-names", 13 "escapedName": "functions-have-names", 14 "rawSpec": "^1.2.3", 15 "saveSpec": null, 16 "fetchSpec": "^1.2.3" 17 }, 18 "_requiredBy": [ 19 "/function.prototype.name", 20 "/set-function-name" 21 ], 22 "_resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", 23 "_shasum": "0404fe4ee2ba2f607f0e0ec3c80bae994133b834", 24 "_spec": "functions-have-names@^1.2.3", 25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/function.prototype.name", 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/inspect-js/functions-have-names/issues" 40 }, 41 "bundleDependencies": false, 42 "deprecated": false, 43 "description": "Does this JS environment support the `name` property on functions?", 44 "devDependencies": { 45 "@ljharb/eslint-config": "^21.0.0", 46 "aud": "^2.0.0", 47 "auto-changelog": "^2.4.0", 48 "eslint": "=8.8.0", 49 "nyc": "^10.3.2", 50 "safe-publish-latest": "^2.0.0", 51 "tape": "^5.5.3" 52 }, 53 "funding": { 54 "url": "https://github.com/sponsors/ljharb" 55 }, 56 "homepage": "https://github.com/inspect-js/functions-have-names#readme", 57 "keywords": [ 58 "function", 59 "name", 60 "es5", 61 "names", 62 "functions", 63 "ie" 64 ], 65 "license": "MIT", 66 "main": "index.js", 67 "name": "functions-have-names", 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/inspect-js/functions-have-names.git" 71 }, 72 "scripts": { 73 "lint": "eslint --ext=js,mjs .", 74 "posttest": "aud --production", 75 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 76 "prepublish": "not-in-publish || npm run prepublishOnly", 77 "prepublishOnly": "safe-publish-latest", 78 "pretest": "npm run lint", 79 "test": "npm run tests-only", 80 "tests-only": "nyc tape 'test/**/*.js'", 81 "version": "auto-changelog && git add CHANGELOG.md" 82 }, 83 "version": "1.2.3" 55 84 }
Note:
See TracChangeset
for help on using the changeset viewer.