package.json 2.8 KB

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