package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  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. "/set-function-name"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz",
  22. "_shasum": "0404fe4ee2ba2f607f0e0ec3c80bae994133b834",
  23. "_spec": "functions-have-names@^1.2.3",
  24. "_where": "F:\\project\\node_util\\node_modules\\set-function-name",
  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/inspect-js/functions-have-names/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "Does this JS environment support the `name` property on functions?",
  43. "devDependencies": {
  44. "@ljharb/eslint-config": "^21.0.0",
  45. "aud": "^2.0.0",
  46. "auto-changelog": "^2.4.0",
  47. "eslint": "=8.8.0",
  48. "nyc": "^10.3.2",
  49. "safe-publish-latest": "^2.0.0",
  50. "tape": "^5.5.3"
  51. },
  52. "funding": {
  53. "url": "https://github.com/sponsors/ljharb"
  54. },
  55. "homepage": "https://github.com/inspect-js/functions-have-names#readme",
  56. "keywords": [
  57. "function",
  58. "name",
  59. "es5",
  60. "names",
  61. "functions",
  62. "ie"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "functions-have-names",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/inspect-js/functions-have-names.git"
  70. },
  71. "scripts": {
  72. "lint": "eslint --ext=js,mjs .",
  73. "posttest": "aud --production",
  74. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  75. "prepublish": "not-in-publish || npm run prepublishOnly",
  76. "prepublishOnly": "safe-publish-latest",
  77. "pretest": "npm run lint",
  78. "test": "npm run tests-only",
  79. "tests-only": "nyc tape 'test/**/*.js'",
  80. "version": "auto-changelog && git add CHANGELOG.md"
  81. },
  82. "version": "1.2.3"
  83. }