项目原始demo,不改动
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Den här utvecklingskatalogen är arkiverad. Du kan se filer och klona katalogen, men inte öppna ärenden eller genomföra push- eller pull-förfrågningar.
 
 
 
 

125 rader
3.2 KiB

  1. {
  2. "_args": [
  3. [
  4. "array-includes@3.0.3",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-includes@3.0.3",
  10. "_id": "array-includes@3.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=",
  13. "_location": "/array-includes",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array-includes@3.0.3",
  19. "name": "array-includes",
  20. "escapedName": "array-includes",
  21. "rawSpec": "3.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.3"
  24. },
  25. "_requiredBy": [
  26. "/webpack-dev-server"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.0.3.tgz",
  29. "_spec": "3.0.3",
  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/array-includes/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jordan Harband",
  42. "email": "ljharb@gmail.com",
  43. "url": "http://ljharb.codes"
  44. }
  45. ],
  46. "dependencies": {
  47. "define-properties": "^1.1.2",
  48. "es-abstract": "^1.7.0"
  49. },
  50. "description": "An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.",
  51. "devDependencies": {
  52. "@es-shims/api": "^1.2.0",
  53. "@ljharb/eslint-config": "^11.0.0",
  54. "covert": "^1.1.0",
  55. "eslint": "^3.19.0",
  56. "evalmd": "^0.0.17",
  57. "foreach": "^2.0.5",
  58. "function-bind": "^1.1.0",
  59. "indexof": "^0.0.1",
  60. "jscs": "^3.0.7",
  61. "nsp": "^2.6.3",
  62. "replace": "^0.3.0",
  63. "semver": "^5.3.0",
  64. "tape": "^4.6.3"
  65. },
  66. "engines": {
  67. "node": ">= 0.4"
  68. },
  69. "homepage": "https://github.com/ljharb/array-includes#readme",
  70. "keywords": [
  71. "Array.prototype.includes",
  72. "includes",
  73. "array",
  74. "ES7",
  75. "shim",
  76. "polyfill",
  77. "contains",
  78. "Array.prototype.contains",
  79. "es-shim API"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "array-includes",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/ljharb/array-includes.git"
  87. },
  88. "scripts": {
  89. "coverage": "covert test/*.js",
  90. "coverage:quiet": "covert test/*.js --quiet",
  91. "eslint": "eslint test/*.js *.js",
  92. "jscs": "jscs test/*.js *.js",
  93. "lint": "npm run --silent jscs && npm run --silent eslint",
  94. "posttest": "npm run --silent security",
  95. "pretest": "npm run --silent lint && evalmd README.md",
  96. "security": "nsp check",
  97. "test": "npm run --silent tests-only",
  98. "test:module": "node test/index.js",
  99. "test:shimmed": "node test/shimmed.js",
  100. "tests-only": "es-shim-api --bound && npm run --silent test:shimmed && npm run --silent test:module"
  101. },
  102. "testling": {
  103. "files": [
  104. "test/index.js",
  105. "test/shimmed.js"
  106. ],
  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": "3.0.3"
  124. }