项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

пре 4 година
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. "es-abstract@1.12.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es-abstract@1.12.0",
  10. "_id": "es-abstract@1.12.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-C8Fx/0jFmV5IPoMOFPA9P9G5NtqW+4cOPit3MIuvR2t7Ag2K15EJTpxnHAYTzL+aYQJIESYeXZmDBfOBE1HcpA==",
  13. "_location": "/es-abstract",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es-abstract@1.12.0",
  19. "name": "es-abstract",
  20. "escapedName": "es-abstract",
  21. "rawSpec": "1.12.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.12.0"
  24. },
  25. "_requiredBy": [
  26. "/array-includes"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.12.0.tgz",
  29. "_spec": "1.12.0",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  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.1",
  58. "foreach": "^2.0.5",
  59. "jscs": "^3.0.7",
  60. "nsp": "^3.2.1",
  61. "nyc": "^10.3.2",
  62. "object-inspect": "^1.6.0",
  63. "object-is": "^1.0.1",
  64. "object.assign": "^4.1.0",
  65. "replace": "^1.0.0",
  66. "safe-publish-latest": "^1.1.1",
  67. "semver": "^5.5.0",
  68. "tape": "^4.9.0"
  69. },
  70. "engines": {
  71. "node": ">= 0.4"
  72. },
  73. "greenkeeper": {
  74. "//": "nyc is ignored because it requires node 4+, and we support older than that",
  75. "ignore": [
  76. "nyc"
  77. ]
  78. },
  79. "homepage": "https://github.com/ljharb/es-abstract#readme",
  80. "keywords": [
  81. "ECMAScript",
  82. "ES",
  83. "abstract",
  84. "operation",
  85. "abstract operation",
  86. "JavaScript",
  87. "ES5",
  88. "ES6",
  89. "ES7"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "es-abstract",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/ljharb/es-abstract.git"
  97. },
  98. "scripts": {
  99. "coverage": "nyc npm run --silent tests-only >/dev/null",
  100. "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
  101. "eslint": "eslint test/*.js *.js",
  102. "jscs": "jscs test/*.js *.js",
  103. "lint": "npm run --silent jscs && npm run --silent eslint",
  104. "postcoverage": "nyc report",
  105. "posttest": "npm run --silent security",
  106. "prepublish": "safe-publish-latest",
  107. "pretest": "npm run --silent lint",
  108. "security": "nsp check",
  109. "test": "npm run tests-only",
  110. "tests-only": "node test"
  111. },
  112. "testling": {
  113. "files": "test/index.js",
  114. "browsers": [
  115. "iexplore/6.0..latest",
  116. "firefox/3.0..6.0",
  117. "firefox/15.0..latest",
  118. "firefox/nightly",
  119. "chrome/4.0..10.0",
  120. "chrome/20.0..latest",
  121. "chrome/canary",
  122. "opera/10.0..latest",
  123. "opera/next",
  124. "safari/4.0..latest",
  125. "ipad/6.0..latest",
  126. "iphone/6.0..latest",
  127. "android-browser/4.2"
  128. ]
  129. },
  130. "version": "1.12.0"
  131. }