package.json 3.3 KB

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