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

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "array-ify@^1.0.0",
  3. "_id": "array-ify@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=",
  6. "_location": "/array-ify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-ify@^1.0.0",
  12. "name": "array-ify",
  13. "escapedName": "array-ify",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/compare-func"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz",
  22. "_shasum": "9e528762b4a9066ad163a6962a364418e9626ece",
  23. "_spec": "array-ify@^1.0.0",
  24. "_where": "C:\\Users\\Chuch\\Documents\\Cordova\\artesanias\\node_modules\\compare-func",
  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/array-ify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Turn anything into an array",
  36. "devDependencies": {
  37. "coveralls": "^2.11.2",
  38. "istanbul": "^0.3.8",
  39. "jscs": "^1.11.3",
  40. "jshint": "^2.6.3",
  41. "mocha": "*"
  42. },
  43. "files": [
  44. "index.js"
  45. ],
  46. "homepage": "https://github.com/stevemao/array-ify",
  47. "keywords": [
  48. "array-ify",
  49. "array",
  50. "arr",
  51. "arrify",
  52. "arrayify",
  53. "convert",
  54. "value"
  55. ],
  56. "license": "MIT",
  57. "name": "array-ify",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/stevemao/array-ify.git"
  61. },
  62. "scripts": {
  63. "coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
  64. "lint": "jshint *.js --exclude node_modules && jscs *.js",
  65. "test": "npm run-script lint && mocha"
  66. },
  67. "version": "1.0.0"
  68. }