package.json 2.5 KB

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