package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_from": "array-from@^2.1.1",
  3. "_id": "array-from@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-z+nYwmYoudxa7MYqn12PHzUsEZU=",
  6. "_location": "/array-from",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-from@^2.1.1",
  12. "name": "array-from",
  13. "escapedName": "array-from",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/@sinonjs/samsam"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/array-from/download/array-from-2.1.1.tgz",
  22. "_shasum": "cfe9d8c26628b9dc5aecc62a9f5d8f1f352c1195",
  23. "_spec": "array-from@^2.1.1",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\@sinonjs\\samsam",
  25. "bugs": {
  26. "url": "https://github.com/studio-b12/array-from/issues"
  27. },
  28. "bundleDependencies": false,
  29. "contributors": [
  30. {
  31. "name": "Tomek Wiszniewski",
  32. "email": "t.wiszniewski@gmail.com"
  33. },
  34. {
  35. "name": "Benjamin Barber",
  36. "url": "http://github.com/barberboy"
  37. }
  38. ],
  39. "dependencies": {},
  40. "deprecated": false,
  41. "description": "A ponyfill for the ES 2015 (ES6) `Array.from()`.",
  42. "devDependencies": {
  43. "1-liners": "0.2.2",
  44. "core-js": "^1.0.0",
  45. "coveralls": "2.11.2",
  46. "istanbul": "0.3.14",
  47. "jshint": "2.7.0",
  48. "lodash.isnative": "^3.0.4",
  49. "nodangel": "1.3.8",
  50. "tap-spec": "2.2.2",
  51. "tape": "4.2.2",
  52. "tape-catch": "1.0.4"
  53. },
  54. "files": [
  55. "/*.js",
  56. "/Readme.md",
  57. "/License.md"
  58. ],
  59. "homepage": "https://github.com/studio-b12/array-from#readme",
  60. "keywords": [
  61. "Array.from",
  62. "ponyfill",
  63. "polyfill",
  64. "convert",
  65. "to",
  66. "array",
  67. "es-2015",
  68. "es2015",
  69. "es6"
  70. ],
  71. "license": "MIT",
  72. "name": "array-from",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+ssh://git@github.com/studio-b12/array-from.git"
  76. },
  77. "scripts": {
  78. "coverage": "istanbul cover test.js",
  79. "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
  80. "develop": "nodangel --ignore node_modules --ignore coverage --exec 'npm run --silent test:lite'",
  81. "test": "jshint . && npm run test:lite",
  82. "test:lite": "node test.js | tap-spec",
  83. "view-coverage": "echo 'Generating coverage reports...'; npm run coverage >/dev/null && echo '...done.' && xdg-open ./coverage/lcov-report/index.html >/dev/null"
  84. },
  85. "version": "2.1.1"
  86. }