package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "es-to-primitive@1.2.1",
  5. "E:\\amr1.0\\AMR"
  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": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==",
  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. "/object-is/es-abstract",
  28. "/object.assign/es-abstract"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz",
  31. "_spec": "1.2.1",
  32. "_where": "E:\\amr1.0\\AMR",
  33. "author": {
  34. "name": "Jordan Harband",
  35. "email": "ljharb@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/ljharb/es-to-primitive/issues"
  39. },
  40. "dependencies": {
  41. "is-callable": "^1.1.4",
  42. "is-date-object": "^1.0.1",
  43. "is-symbol": "^1.0.2"
  44. },
  45. "description": "ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^15.0.0",
  48. "covert": "^1.1.1",
  49. "eslint": "^6.6.0",
  50. "foreach": "^2.0.5",
  51. "function.prototype.name": "^1.1.1",
  52. "has-symbols": "^1.0.0",
  53. "object-inspect": "^1.6.0",
  54. "object-is": "^1.0.1",
  55. "replace": "^1.1.1",
  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/ljharb/es-to-primitive#readme",
  66. "keywords": [
  67. "primitive",
  68. "abstract",
  69. "ecmascript",
  70. "es5",
  71. "es6",
  72. "es2015",
  73. "toPrimitive",
  74. "coerce",
  75. "type",
  76. "object",
  77. "string",
  78. "number",
  79. "boolean",
  80. "symbol",
  81. "null",
  82. "undefined"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "es-to-primitive",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/ljharb/es-to-primitive.git"
  90. },
  91. "scripts": {
  92. "coverage": "covert test/*.js",
  93. "coverage-quiet": "covert test/*.js --quiet",
  94. "lint": "eslint .",
  95. "posttest": "npx aud",
  96. "pretest": "npm run --silent lint",
  97. "test": "npm run --silent tests-only",
  98. "tests-only": "node --es-staging test"
  99. },
  100. "testling": {
  101. "files": "test",
  102. "browsers": [
  103. "iexplore/6.0..latest",
  104. "firefox/3.0..6.0",
  105. "firefox/15.0..latest",
  106. "firefox/nightly",
  107. "chrome/4.0..10.0",
  108. "chrome/20.0..latest",
  109. "chrome/canary",
  110. "opera/10.0..latest",
  111. "opera/next",
  112. "safari/4.0..latest",
  113. "ipad/6.0..latest",
  114. "iphone/6.0..latest",
  115. "android-browser/4.2"
  116. ]
  117. },
  118. "version": "1.2.1"
  119. }