package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "es-to-primitive@1.2.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es-to-primitive@1.2.1",
  10. "_id": "es-to-primitive@1.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-5VzUyc3BiLzvsDs2bHNjI/xciYo=",
  13. "_location": "/es-to-primitive",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es-to-primitive@1.2.1",
  19. "name": "es-to-primitive",
  20. "escapedName": "es-to-primitive",
  21. "rawSpec": "1.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.1"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/es-to-primitive/download/es-to-primitive-1.2.1.tgz",
  29. "_spec": "1.2.1",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ljharb/es-to-primitive/issues"
  37. },
  38. "dependencies": {
  39. "is-callable": "^1.1.4",
  40. "is-date-object": "^1.0.1",
  41. "is-symbol": "^1.0.2"
  42. },
  43. "description": "ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.",
  44. "devDependencies": {
  45. "@ljharb/eslint-config": "^15.0.0",
  46. "covert": "^1.1.1",
  47. "eslint": "^6.6.0",
  48. "foreach": "^2.0.5",
  49. "function.prototype.name": "^1.1.1",
  50. "has-symbols": "^1.0.0",
  51. "object-inspect": "^1.6.0",
  52. "object-is": "^1.0.1",
  53. "replace": "^1.1.1",
  54. "semver": "^6.3.0",
  55. "tape": "^4.11.0"
  56. },
  57. "engines": {
  58. "node": ">= 0.4"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/ljharb"
  62. },
  63. "homepage": "https://github.com/ljharb/es-to-primitive#readme",
  64. "keywords": [
  65. "primitive",
  66. "abstract",
  67. "ecmascript",
  68. "es5",
  69. "es6",
  70. "es2015",
  71. "toPrimitive",
  72. "coerce",
  73. "type",
  74. "object",
  75. "string",
  76. "number",
  77. "boolean",
  78. "symbol",
  79. "null",
  80. "undefined"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "es-to-primitive",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/ljharb/es-to-primitive.git"
  88. },
  89. "scripts": {
  90. "coverage": "covert test/*.js",
  91. "coverage-quiet": "covert test/*.js --quiet",
  92. "lint": "eslint .",
  93. "posttest": "npx aud",
  94. "pretest": "npm run --silent lint",
  95. "test": "npm run --silent tests-only",
  96. "tests-only": "node --es-staging test"
  97. },
  98. "testling": {
  99. "files": "test",
  100. "browsers": [
  101. "iexplore/6.0..latest",
  102. "firefox/3.0..6.0",
  103. "firefox/15.0..latest",
  104. "firefox/nightly",
  105. "chrome/4.0..10.0",
  106. "chrome/20.0..latest",
  107. "chrome/canary",
  108. "opera/10.0..latest",
  109. "opera/next",
  110. "safari/4.0..latest",
  111. "ipad/6.0..latest",
  112. "iphone/6.0..latest",
  113. "android-browser/4.2"
  114. ]
  115. },
  116. "version": "1.2.1"
  117. }