package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. "has-symbols@1.0.1",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "has-symbols@1.0.1",
  10. "_id": "has-symbols@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-n1IUdYpEGWxAbZvXbOv4HsLdMeg=",
  13. "_location": "/has-symbols",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "has-symbols@1.0.1",
  19. "name": "has-symbols",
  20. "escapedName": "has-symbols",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/is-regex",
  28. "/is-symbol",
  29. "/object.assign",
  30. "/object.getownpropertydescriptors/es-abstract",
  31. "/object.values/es-abstract",
  32. "/regexp.prototype.flags/es-abstract",
  33. "/util.promisify",
  34. "/util.promisify/es-abstract"
  35. ],
  36. "_resolved": "https://registry.npm.taobao.org/has-symbols/download/has-symbols-1.0.1.tgz",
  37. "_spec": "1.0.1",
  38. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  39. "author": {
  40. "name": "Jordan Harband",
  41. "email": "ljharb@gmail.com",
  42. "url": "http://ljharb.codes"
  43. },
  44. "auto-changelog": {
  45. "output": "CHANGELOG.md",
  46. "template": "keepachangelog",
  47. "unreleased": false,
  48. "commitLimit": false,
  49. "backfillLimit": false
  50. },
  51. "bugs": {
  52. "url": "https://github.com/ljharb/has-symbols/issues"
  53. },
  54. "contributors": [
  55. {
  56. "name": "Jordan Harband",
  57. "email": "ljharb@gmail.com",
  58. "url": "http://ljharb.codes"
  59. }
  60. ],
  61. "dependencies": {},
  62. "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
  63. "devDependencies": {
  64. "@ljharb/eslint-config": "^15.0.1",
  65. "auto-changelog": "^1.16.2",
  66. "core-js": "^2.6.10",
  67. "eslint": "^6.6.0",
  68. "get-own-property-symbols": "^0.9.4",
  69. "safe-publish-latest": "^1.1.4",
  70. "tape": "^4.11.0"
  71. },
  72. "engines": {
  73. "node": ">= 0.4"
  74. },
  75. "funding": {
  76. "url": "https://github.com/sponsors/ljharb"
  77. },
  78. "homepage": "https://github.com/ljharb/has-symbols#readme",
  79. "keywords": [
  80. "Symbol",
  81. "symbols",
  82. "typeof",
  83. "sham",
  84. "polyfill",
  85. "native",
  86. "core-js",
  87. "ES6"
  88. ],
  89. "license": "MIT",
  90. "main": "index.js",
  91. "name": "has-symbols",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/ljharb/has-symbols.git"
  95. },
  96. "scripts": {
  97. "lint": "eslint *.js",
  98. "posttest": "npx aud",
  99. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  100. "prepublish": "safe-publish-latest",
  101. "pretest": "npm run --silent lint",
  102. "test": "npm run --silent tests-only",
  103. "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
  104. "test:shams:corejs": "node test/shams/core-js.js",
  105. "test:shams:getownpropertysymbols": "node test/shams/get-own-property-symbols.js",
  106. "test:staging": "node --harmony --es-staging test",
  107. "test:stock": "node test",
  108. "tests-only": "npm run --silent test:stock && npm run --silent test:staging && npm run --silent test:shams",
  109. "version": "auto-changelog && git add CHANGELOG.md"
  110. },
  111. "testling": {
  112. "files": "test/index.js",
  113. "browsers": [
  114. "iexplore/6.0..latest",
  115. "firefox/3.0..6.0",
  116. "firefox/15.0..latest",
  117. "firefox/nightly",
  118. "chrome/4.0..10.0",
  119. "chrome/20.0..latest",
  120. "chrome/canary",
  121. "opera/10.0..latest",
  122. "opera/next",
  123. "safari/4.0..latest",
  124. "ipad/6.0..latest",
  125. "iphone/6.0..latest",
  126. "android-browser/4.2"
  127. ]
  128. },
  129. "version": "1.0.1"
  130. }