Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
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.

79 lines
2.0 KiB

  1. {
  2. "_from": "compare-func@^1.3.1",
  3. "_id": "compare-func@1.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg=",
  6. "_location": "/compare-func",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "compare-func@^1.3.1",
  12. "name": "compare-func",
  13. "escapedName": "compare-func",
  14. "rawSpec": "^1.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.1"
  17. },
  18. "_requiredBy": [
  19. "/conventional-changelog-angular",
  20. "/conventional-changelog-writer"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz",
  23. "_shasum": "99dd0ba457e1f9bc722b12c08ec33eeab31fa648",
  24. "_spec": "compare-func@^1.3.1",
  25. "_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/conventional-changelog-angular",
  26. "author": {
  27. "name": "Steve Mao",
  28. "email": "maochenyan@gmail.com",
  29. "url": "https://github.com/stevemao"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/stevemao/compare-func/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "array-ify": "^1.0.0",
  37. "dot-prop": "^3.0.0"
  38. },
  39. "deprecated": false,
  40. "description": "Get a compare function for array to sort",
  41. "devDependencies": {
  42. "coveralls": "^2.11.2",
  43. "istanbul": "^0.4.4",
  44. "jscs": "^3.0.5",
  45. "jshint": "^2.7.0",
  46. "mocha": "*"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/stevemao/compare-func",
  52. "keywords": [
  53. "compare-func",
  54. "arr",
  55. "array",
  56. "by",
  57. "compare",
  58. "dot",
  59. "get",
  60. "obj",
  61. "object",
  62. "prop",
  63. "property",
  64. "sort",
  65. "sorting"
  66. ],
  67. "license": "MIT",
  68. "name": "compare-func",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/stevemao/compare-func.git"
  72. },
  73. "scripts": {
  74. "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
  75. "lint": "jshint *.js --exclude node_modules && jscs *.js",
  76. "test": "npm run-script lint && mocha"
  77. },
  78. "version": "1.3.2"
  79. }