package.json 3.4 KB

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