package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_args": [
  3. [
  4. "is-symbol@1.0.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-symbol@1.0.3",
  10. "_id": "is-symbol@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==",
  13. "_location": "/is-symbol",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-symbol@1.0.3",
  19. "name": "is-symbol",
  20. "escapedName": "is-symbol",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/es-to-primitive"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false
  41. },
  42. "bugs": {
  43. "url": "https://github.com/inspect-js/is-symbol/issues"
  44. },
  45. "dependencies": {
  46. "has-symbols": "^1.0.1"
  47. },
  48. "description": "Determine if a value is an ES6 Symbol or not.",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^15.0.2",
  51. "auto-changelog": "^1.16.2",
  52. "covert": "^1.1.1",
  53. "eslint": "^6.6.0",
  54. "object-inspect": "^1.7.0",
  55. "safe-publish-latest": "^1.1.4",
  56. "semver": "^6.3.0",
  57. "tape": "^4.11.0"
  58. },
  59. "engines": {
  60. "node": ">= 0.4"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/inspect-js/is-symbol#readme",
  66. "keywords": [
  67. "symbol",
  68. "es6",
  69. "is",
  70. "Symbol"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "is-symbol",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/inspect-js/is-symbol.git"
  78. },
  79. "scripts": {
  80. "coverage": "covert test",
  81. "lint": "eslint .",
  82. "posttest": "npx aud",
  83. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  84. "prepublish": "safe-publish-latest",
  85. "pretest": "npm run lint",
  86. "test": "npm run tests-only",
  87. "tests-only": "node --es-staging --harmony test",
  88. "version": "auto-changelog && git add CHANGELOG.md"
  89. },
  90. "testling": {
  91. "files": "test/index.js",
  92. "browsers": [
  93. "iexplore/6.0..latest",
  94. "firefox/3.0..6.0",
  95. "firefox/15.0..latest",
  96. "firefox/nightly",
  97. "chrome/4.0..10.0",
  98. "chrome/20.0..latest",
  99. "chrome/canary",
  100. "opera/10.0..latest",
  101. "opera/next",
  102. "safari/4.0..latest",
  103. "ipad/6.0..latest",
  104. "iphone/6.0..latest",
  105. "android-browser/4.2"
  106. ]
  107. },
  108. "version": "1.0.3"
  109. }