package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "es-to-primitive@1.2.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es-to-primitive@1.2.0",
  10. "_id": "es-to-primitive@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-7fckeAM0VujdqO8J4ArZZQcH83c=",
  13. "_location": "/es-to-primitive",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es-to-primitive@1.2.0",
  19. "name": "es-to-primitive",
  20. "escapedName": "es-to-primitive",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/es-to-primitive/download/es-to-primitive-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Jordan Harband"
  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": "^13.0.0",
  45. "covert": "^1.1.0",
  46. "eslint": "^5.6.0",
  47. "foreach": "^2.0.5",
  48. "function.prototype.name": "^1.1.0",
  49. "jscs": "^3.0.7",
  50. "nsp": "^3.2.1",
  51. "object-inspect": "^1.6.0",
  52. "object-is": "^1.0.1",
  53. "replace": "^1.0.0",
  54. "semver": "^5.5.1",
  55. "tape": "^4.9.1"
  56. },
  57. "engines": {
  58. "node": ">= 0.4"
  59. },
  60. "homepage": "https://github.com/ljharb/es-to-primitive#readme",
  61. "keywords": [
  62. "primitive",
  63. "abstract",
  64. "ecmascript",
  65. "es5",
  66. "es6",
  67. "es2015",
  68. "toPrimitive",
  69. "coerce",
  70. "type",
  71. "object",
  72. "string",
  73. "number",
  74. "boolean",
  75. "symbol",
  76. "null",
  77. "undefined"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "es-to-primitive",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/ljharb/es-to-primitive.git"
  85. },
  86. "scripts": {
  87. "coverage": "covert test/*.js",
  88. "coverage-quiet": "covert test/*.js --quiet",
  89. "eslint": "eslint test/*.js *.js",
  90. "jscs": "jscs test/*.js *.js",
  91. "lint": "npm run --silent jscs && npm run --silent eslint",
  92. "posttest": "npm run --silent security",
  93. "pretest": "npm run --silent lint",
  94. "security": "nsp check",
  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.0"
  117. }