package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "is-symbol@1.0.4",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-symbol@1.0.4",
  10. "_id": "is-symbol@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ptrJO2NbBjymhyI23oiRClevE5w=",
  13. "_location": "/is-symbol",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-symbol@1.0.4",
  19. "name": "is-symbol",
  20. "escapedName": "is-symbol",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/es-to-primitive",
  27. "/which-boxed-primitive"
  28. ],
  29. "_resolved": "https://registry.nlark.com/is-symbol/download/is-symbol-1.0.4.tgz?cache=0&sync_timestamp=1620502244179&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-symbol%2Fdownload%2Fis-symbol-1.0.4.tgz",
  30. "_spec": "1.0.4",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  32. "author": {
  33. "name": "Jordan Harband",
  34. "email": "ljharb@gmail.com"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false,
  42. "hideCredit": true
  43. },
  44. "bugs": {
  45. "url": "https://github.com/inspect-js/is-symbol/issues"
  46. },
  47. "dependencies": {
  48. "has-symbols": "^1.0.2"
  49. },
  50. "description": "Determine if a value is an ES6 Symbol or not.",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^17.6.0",
  53. "aud": "^1.1.5",
  54. "auto-changelog": "^2.2.1",
  55. "eslint": "^7.26.0",
  56. "nyc": "^10.3.2",
  57. "object-inspect": "^1.10.3",
  58. "safe-publish-latest": "^1.1.4",
  59. "tape": "^5.2.2"
  60. },
  61. "engines": {
  62. "node": ">= 0.4"
  63. },
  64. "funding": {
  65. "url": "https://github.com/sponsors/ljharb"
  66. },
  67. "homepage": "https://github.com/inspect-js/is-symbol#readme",
  68. "keywords": [
  69. "symbol",
  70. "es6",
  71. "is",
  72. "Symbol"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "is-symbol",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/inspect-js/is-symbol.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint .",
  83. "posttest": "npx aud --production",
  84. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  85. "prepublish": "not-in-publish || npm run prepublishOnly",
  86. "prepublishOnly": "safe-publish-latest",
  87. "pretest": "npm run lint",
  88. "test": "npm run tests-only",
  89. "tests-only": "nyc tape 'test/**/*.js'",
  90. "version": "auto-changelog && git add CHANGELOG.md"
  91. },
  92. "testling": {
  93. "files": "test/index.js",
  94. "browsers": [
  95. "iexplore/6.0..latest",
  96. "firefox/3.0..6.0",
  97. "firefox/15.0..latest",
  98. "firefox/nightly",
  99. "chrome/4.0..10.0",
  100. "chrome/20.0..latest",
  101. "chrome/canary",
  102. "opera/10.0..latest",
  103. "opera/next",
  104. "safari/4.0..latest",
  105. "ipad/6.0..latest",
  106. "iphone/6.0..latest",
  107. "android-browser/4.2"
  108. ]
  109. },
  110. "version": "1.0.4"
  111. }