package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "function.prototype.name@1.1.5",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "function.prototype.name@1.1.5",
  10. "_id": "function.prototype.name@1.1.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==",
  13. "_location": "/function.prototype.name",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "function.prototype.name@1.1.5",
  19. "name": "function.prototype.name",
  20. "escapedName": "function.prototype.name",
  21. "rawSpec": "1.1.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.5"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz",
  29. "_spec": "1.1.5",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/es-shims/Function.prototype.name/issues"
  37. },
  38. "dependencies": {
  39. "call-bind": "^1.0.2",
  40. "define-properties": "^1.1.3",
  41. "es-abstract": "^1.19.0",
  42. "functions-have-names": "^1.2.2"
  43. },
  44. "description": "An ES2015 spec-compliant `Function.prototype.name` shim",
  45. "devDependencies": {
  46. "@es-shims/api": "^2.2.1",
  47. "@ljharb/eslint-config": "^18.0.0",
  48. "aud": "^1.1.5",
  49. "eclint": "^2.8.1",
  50. "eslint": "^7.32.0",
  51. "for-each": "^0.3.3",
  52. "has-strict-mode": "^1.0.1",
  53. "make-arrow-function": "^1.2.0",
  54. "make-async-function": "^1.0.0",
  55. "make-generator-function": "^2.0.0",
  56. "nyc": "^10.3.2",
  57. "safe-publish-latest": "^1.1.4",
  58. "tape": "^5.3.1",
  59. "uglify-register": "^1.0.1"
  60. },
  61. "engines": {
  62. "node": ">= 0.4"
  63. },
  64. "funding": {
  65. "url": "https://github.com/sponsors/ljharb"
  66. },
  67. "homepage": "https://github.com/es-shims/Function.prototype.name#readme",
  68. "keywords": [
  69. "Function.prototype.name",
  70. "function",
  71. "name",
  72. "ES6",
  73. "ES2015",
  74. "shim",
  75. "polyfill",
  76. "es-shim API"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "function.prototype.name",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/es-shims/Function.prototype.name.git"
  84. },
  85. "scripts": {
  86. "eccheck": "eclint check '*.js' '**/*.js'",
  87. "lint": "eslint .",
  88. "postlint": "es-shim-api --bound",
  89. "posttest": "aud --production",
  90. "prelint": "npm run eccheck",
  91. "prepublish": "not-in-publish || npm run prepublishOnly",
  92. "prepublishOnly": "safe-publish-latest",
  93. "pretest": "npm run lint",
  94. "test": "npm run --silent tests-only",
  95. "tests-only": "nyc tape 'test/**/*.js'"
  96. },
  97. "testling": {
  98. "files": "test/index.js",
  99. "browsers": [
  100. "iexplore/9.0..latest",
  101. "firefox/4.0..6.0",
  102. "firefox/15.0..latest",
  103. "firefox/nightly",
  104. "chrome/4.0..10.0",
  105. "chrome/20.0..latest",
  106. "chrome/canary",
  107. "opera/11.6..latest",
  108. "opera/next",
  109. "safari/5.0..latest",
  110. "ipad/6.0..latest",
  111. "iphone/6.0..latest",
  112. "android-browser/4.2"
  113. ]
  114. },
  115. "version": "1.1.5"
  116. }