package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. "es-abstract@1.13.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es-abstract@1.13.0",
  10. "_id": "es-abstract@1.13.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-rIYUX91QmdjdSVWMy6Lq+biOJOk=",
  13. "_location": "/es-abstract",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es-abstract@1.13.0",
  19. "name": "es-abstract",
  20. "escapedName": "es-abstract",
  21. "rawSpec": "1.13.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.13.0"
  24. },
  25. "_requiredBy": [
  26. "/object.getownpropertydescriptors",
  27. "/object.values",
  28. "/string.prototype.padend",
  29. "/string.prototype.padstart"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/es-abstract/download/es-abstract-1.13.0.tgz",
  32. "_spec": "1.13.0",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Jordan Harband",
  36. "email": "ljharb@gmail.com",
  37. "url": "http://ljharb.codes"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ljharb/es-abstract/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "Jordan Harband",
  45. "email": "ljharb@gmail.com",
  46. "url": "http://ljharb.codes"
  47. }
  48. ],
  49. "dependencies": {
  50. "es-to-primitive": "^1.2.0",
  51. "function-bind": "^1.1.1",
  52. "has": "^1.0.3",
  53. "is-callable": "^1.1.4",
  54. "is-regex": "^1.0.4",
  55. "object-keys": "^1.0.12"
  56. },
  57. "description": "ECMAScript spec abstract operations.",
  58. "devDependencies": {
  59. "@ljharb/eslint-config": "^13.1.1",
  60. "cheerio": "^1.0.0-rc.2",
  61. "editorconfig-tools": "^0.1.1",
  62. "eslint": "^5.11.1",
  63. "foreach": "^2.0.5",
  64. "nyc": "^10.3.2",
  65. "object-inspect": "^1.6.0",
  66. "object-is": "^1.0.1",
  67. "object.assign": "^4.1.0",
  68. "object.fromentries": "^2.0.0",
  69. "replace": "^1.0.1",
  70. "safe-publish-latest": "^1.1.2",
  71. "semver": "^5.6.0",
  72. "tape": "^4.9.2"
  73. },
  74. "engines": {
  75. "node": ">= 0.4"
  76. },
  77. "greenkeeper": {
  78. "//": "nyc is ignored because it requires node 4+, and we support older than that",
  79. "ignore": [
  80. "nyc"
  81. ]
  82. },
  83. "homepage": "https://github.com/ljharb/es-abstract#readme",
  84. "keywords": [
  85. "ECMAScript",
  86. "ES",
  87. "abstract",
  88. "operation",
  89. "abstract operation",
  90. "JavaScript",
  91. "ES5",
  92. "ES6",
  93. "ES7"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "es-abstract",
  98. "repository": {
  99. "type": "git",
  100. "url": "git://github.com/ljharb/es-abstract.git"
  101. },
  102. "scripts": {
  103. "audit": "npm audit",
  104. "coverage": "nyc npm run --silent tests-only >/dev/null",
  105. "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
  106. "lint": "eslint test/*.js *.js",
  107. "postaudit": "rm package-lock.json",
  108. "postcoverage": "nyc report",
  109. "posttest": "npm run audit",
  110. "preaudit": "npm install --package-lock --package-lock-only",
  111. "prepublish": "safe-publish-latest",
  112. "pretest": "npm run --silent lint",
  113. "test": "npm run tests-only",
  114. "tests-only": "node test"
  115. },
  116. "testling": {
  117. "files": "test/index.js",
  118. "browsers": [
  119. "iexplore/6.0..latest",
  120. "firefox/3.0..6.0",
  121. "firefox/15.0..latest",
  122. "firefox/nightly",
  123. "chrome/4.0..10.0",
  124. "chrome/20.0..latest",
  125. "chrome/canary",
  126. "opera/10.0..latest",
  127. "opera/next",
  128. "safari/4.0..latest",
  129. "ipad/6.0..latest",
  130. "iphone/6.0..latest",
  131. "android-browser/4.2"
  132. ]
  133. },
  134. "version": "1.13.0"
  135. }