Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "compare-func@^1.3.2",
  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.2",
  12. "name": "compare-func",
  13. "escapedName": "compare-func",
  14. "rawSpec": "^1.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.2"
  17. },
  18. "_requiredBy": [
  19. "/cordova-android"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz",
  22. "_shasum": "99dd0ba457e1f9bc722b12c08ec33eeab31fa648",
  23. "_spec": "compare-func@^1.3.2",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\artesanias\\node_modules\\cordova-android",
  25. "author": {
  26. "name": "Steve Mao",
  27. "email": "maochenyan@gmail.com",
  28. "url": "https://github.com/stevemao"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/stevemao/compare-func/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "array-ify": "^1.0.0",
  36. "dot-prop": "^3.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Get a compare function for array to sort",
  40. "devDependencies": {
  41. "coveralls": "^2.11.2",
  42. "istanbul": "^0.4.4",
  43. "jscs": "^3.0.5",
  44. "jshint": "^2.7.0",
  45. "mocha": "*"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/stevemao/compare-func",
  51. "keywords": [
  52. "compare-func",
  53. "arr",
  54. "array",
  55. "by",
  56. "compare",
  57. "dot",
  58. "get",
  59. "obj",
  60. "object",
  61. "prop",
  62. "property",
  63. "sort",
  64. "sorting"
  65. ],
  66. "license": "MIT",
  67. "name": "compare-func",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/stevemao/compare-func.git"
  71. },
  72. "scripts": {
  73. "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
  74. "lint": "jshint *.js --exclude node_modules && jscs *.js",
  75. "test": "npm run-script lint && mocha"
  76. },
  77. "version": "1.3.2"
  78. }