package.json 3.5 KB

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