package.json 3.1 KB

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