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.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "default-compare@^1.0.0",
  3. "_id": "default-compare@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QWfXlM0EkAbqOCbD/6HjdwT19j7WCkMyiRhWilc4H9/5h/RzTF9gv5LYh1+CmDV5d1rki6KAWLtQale0xt20eQ==",
  6. "_location": "/default-compare",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "default-compare@^1.0.0",
  12. "name": "default-compare",
  13. "escapedName": "default-compare",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/array-sort"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/default-compare/-/default-compare-1.0.0.tgz",
  22. "_shasum": "cb61131844ad84d84788fb68fd01681ca7781a2f",
  23. "_spec": "default-compare@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\array-sort",
  25. "author": {
  26. "name": "Brian Woodward",
  27. "url": "https://doowb.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/doowb/default-compare/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "kind-of": "^5.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "Basic sort algorithm that has similar behavior to Array.prototype.sort for null and undefined, but also allows sorting by an object property.",
  38. "devDependencies": {
  39. "gulp-format-md": "^1.0.0",
  40. "mocha": "^3.5.2"
  41. },
  42. "engines": {
  43. "node": ">=0.10.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/doowb/default-compare",
  49. "keywords": [
  50. "compare",
  51. "default"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "default-compare",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/doowb/default-compare.git"
  59. },
  60. "scripts": {
  61. "test": "mocha"
  62. },
  63. "verb": {
  64. "toc": false,
  65. "layout": "default",
  66. "tasks": [
  67. "readme"
  68. ],
  69. "plugins": [
  70. "gulp-format-md"
  71. ],
  72. "lint": {
  73. "reflinks": true
  74. }
  75. },
  76. "version": "1.0.0"
  77. }