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.

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "array-last@^1.1.1",
  3. "_id": "array-last@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eOCut5rXlI6aCOS7Z7kCplKRKyiFQ6dHFBem4PwlwKeNFk2/XxTrhRh5T9PyaEWGy/NHTZWbY+nsZlNFJu9rYg==",
  6. "_location": "/array-last",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-last@^1.1.1",
  12. "name": "array-last",
  13. "escapedName": "array-last",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/bach"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array-last/-/array-last-1.3.0.tgz",
  22. "_shasum": "7aa77073fec565ddab2493f5f88185f404a9d336",
  23. "_spec": "array-last@^1.1.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\bach",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/array-last/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Ben Drucker",
  36. "url": "http://www.bendrucker.me"
  37. },
  38. {
  39. "name": "Blaine Bublitz",
  40. "url": "https://twitter.com/BlaineBublitz"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. },
  46. {
  47. "name": "Stephen A. Wilson",
  48. "url": "https://github.com/SpyMaster356"
  49. }
  50. ],
  51. "dependencies": {
  52. "is-number": "^4.0.0"
  53. },
  54. "deprecated": false,
  55. "description": "Get the last or last n elements in an array.",
  56. "devDependencies": {
  57. "ansi-bold": "^0.1.1",
  58. "array-slice": "^1.0.0",
  59. "benchmarked": "^1.1.1",
  60. "gulp-format-md": "^1.0.0",
  61. "matched": "^1.0.2",
  62. "mocha": "^3.5.0"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jonschlinkert/array-last",
  71. "keywords": [
  72. "array",
  73. "fast",
  74. "first",
  75. "initial",
  76. "javascript",
  77. "js",
  78. "last",
  79. "rest",
  80. "util",
  81. "utility",
  82. "utils"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "array-last",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/jonschlinkert/array-last.git"
  90. },
  91. "scripts": {
  92. "test": "mocha"
  93. },
  94. "verb": {
  95. "run": true,
  96. "toc": false,
  97. "layout": "default",
  98. "tasks": [
  99. "readme"
  100. ],
  101. "plugins": [
  102. "gulp-format-md"
  103. ],
  104. "related": {
  105. "list": [
  106. "arr-union",
  107. "array-unique",
  108. "array-xor"
  109. ]
  110. },
  111. "reflinks": [
  112. "verb"
  113. ],
  114. "lint": {
  115. "reflinks": true
  116. }
  117. },
  118. "version": "1.3.0"
  119. }