package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "_args": [
  3. [
  4. "es-abstract@1.11.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es-abstract@1.11.0",
  10. "_id": "es-abstract@1.11.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ZnQrE/lXTTQ39ulXZ+J1DTFazV9qBy61x2bY071B+qGco8Z8q1QddsLdt/EF8Ai9hcWH72dWS0kFqXLxOxqslA==",
  13. "_location": "/es-abstract",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es-abstract@1.11.0",
  19. "name": "es-abstract",
  20. "escapedName": "es-abstract",
  21. "rawSpec": "1.11.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.11.0"
  24. },
  25. "_requiredBy": [
  26. "/array-includes"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.11.0.tgz",
  29. "_spec": "1.11.0",
  30. "_where": "D:\\projects\\dealer_front",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com",
  34. "url": "http://ljharb.codes"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ljharb/es-abstract/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jordan Harband",
  42. "email": "ljharb@gmail.com",
  43. "url": "http://ljharb.codes"
  44. }
  45. ],
  46. "dependencies": {
  47. "es-to-primitive": "^1.1.1",
  48. "function-bind": "^1.1.1",
  49. "has": "^1.0.1",
  50. "is-callable": "^1.1.3",
  51. "is-regex": "^1.0.4"
  52. },
  53. "description": "ECMAScript spec abstract operations.",
  54. "devDependencies": {
  55. "@ljharb/eslint-config": "^12.2.1",
  56. "editorconfig-tools": "^0.1.1",
  57. "eslint": "^4.19.0",
  58. "foreach": "^2.0.5",
  59. "jscs": "^3.0.7",
  60. "nsp": "^3.2.1",
  61. "nyc": "^10.3.2",
  62. "object-is": "^1.0.1",
  63. "object.assign": "^4.1.0",
  64. "replace": "^0.3.0",
  65. "safe-publish-latest": "^1.1.1",
  66. "semver": "^5.5.0",
  67. "tape": "^4.9.0"
  68. },
  69. "engines": {
  70. "node": ">= 0.4"
  71. },
  72. "homepage": "https://github.com/ljharb/es-abstract#readme",
  73. "keywords": [
  74. "ECMAScript",
  75. "ES",
  76. "abstract",
  77. "operation",
  78. "abstract operation",
  79. "JavaScript",
  80. "ES5",
  81. "ES6",
  82. "ES7"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "es-abstract",
  87. "repository": {
  88. "type": "git",
  89. "url": "git://github.com/ljharb/es-abstract.git"
  90. },
  91. "scripts": {
  92. "coverage": "nyc npm run --silent tests-only >/dev/null 2>&1",
  93. "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
  94. "eslint": "eslint test/*.js *.js",
  95. "jscs": "jscs test/*.js *.js",
  96. "lint": "npm run --silent jscs && npm run --silent eslint",
  97. "postcoverage": "nyc report",
  98. "posttest": "npm run --silent security",
  99. "prepublish": "safe-publish-latest",
  100. "pretest": "npm run --silent lint",
  101. "security": "nsp check",
  102. "test": "npm run tests-only",
  103. "tests-only": "node test"
  104. },
  105. "testling": {
  106. "files": "test/index.js",
  107. "browsers": [
  108. "iexplore/6.0..latest",
  109. "firefox/3.0..6.0",
  110. "firefox/15.0..latest",
  111. "firefox/nightly",
  112. "chrome/4.0..10.0",
  113. "chrome/20.0..latest",
  114. "chrome/canary",
  115. "opera/10.0..latest",
  116. "opera/next",
  117. "safari/4.0..latest",
  118. "ipad/6.0..latest",
  119. "iphone/6.0..latest",
  120. "android-browser/4.2"
  121. ]
  122. },
  123. "version": "1.11.0"
  124. }