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 3.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. {
  2. "_from": "array-sort@^1.0.0",
  3. "_id": "array-sort@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ihLeJkonmdiAsD7vpgN3CRcx2J2S0TiYW+IS/5zHBI7mKUq3ySvBdzzBfD236ubDBQFiiyG3SWCPc+msQ9KoYg==",
  6. "_location": "/array-sort",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-sort@^1.0.0",
  12. "name": "array-sort",
  13. "escapedName": "array-sort",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array-sort/-/array-sort-1.0.0.tgz",
  22. "_shasum": "e4c05356453f56f53512a7d1d6123f2c54c0a88a",
  23. "_spec": "array-sort@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp\\node_modules\\gulp-cli",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/array-sort/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Brian Woodward",
  36. "url": "https://twitter.com/doowb"
  37. },
  38. {
  39. "name": "Jan Stola",
  40. "url": "https://github.com/iamstolis"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. },
  46. {
  47. "name": "Kevin Ward",
  48. "url": "https://github.com/wkevina"
  49. }
  50. ],
  51. "dependencies": {
  52. "default-compare": "^1.0.0",
  53. "get-value": "^2.0.6",
  54. "kind-of": "^5.0.2"
  55. },
  56. "deprecated": false,
  57. "description": "Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.",
  58. "devDependencies": {
  59. "ansi-bold": "^0.1.1",
  60. "benchmarked": "^0.1.5",
  61. "glob": "^7.0.3",
  62. "gulp-format-md": "^0.1.8",
  63. "lodash.sortbyorder": "^3.4.4",
  64. "mocha": "^2.4.5",
  65. "should": "^8.3.1"
  66. },
  67. "engines": {
  68. "node": ">=0.10.0"
  69. },
  70. "files": [
  71. "index.js"
  72. ],
  73. "homepage": "https://github.com/jonschlinkert/array-sort",
  74. "keywords": [
  75. "arr",
  76. "array",
  77. "asc",
  78. "ascend",
  79. "ascending",
  80. "desc",
  81. "descend",
  82. "descending",
  83. "dot",
  84. "element",
  85. "elements",
  86. "get",
  87. "multiple",
  88. "nested",
  89. "obj",
  90. "object",
  91. "order",
  92. "ordered",
  93. "path",
  94. "prop",
  95. "properties",
  96. "property",
  97. "sort",
  98. "sorted",
  99. "sorting"
  100. ],
  101. "license": "MIT",
  102. "main": "index.js",
  103. "name": "array-sort",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/jonschlinkert/array-sort.git"
  107. },
  108. "scripts": {
  109. "test": "mocha"
  110. },
  111. "verb": {
  112. "reflinks": [
  113. "verb"
  114. ],
  115. "related": {
  116. "list": [
  117. "get-value",
  118. "set-value",
  119. "sort-asc",
  120. "sort-desc",
  121. "sort-object"
  122. ]
  123. },
  124. "toc": false,
  125. "layout": "default",
  126. "tasks": [
  127. "readme"
  128. ],
  129. "plugins": [
  130. "gulp-format-md"
  131. ],
  132. "lint": {
  133. "reflinks": true
  134. }
  135. },
  136. "version": "1.0.0"
  137. }