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

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "ms@2.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/debug"
  6. ]
  7. ],
  8. "_from": "ms@2.0.0",
  9. "_id": "ms@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/ms",
  13. "_nodeVersion": "7.8.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/ms-2.0.0.tgz_1494937565215_0.34005374647676945"
  17. },
  18. "_npmUser": {
  19. "email": "leo@zeit.co",
  20. "name": "leo"
  21. },
  22. "_npmVersion": "4.2.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "ms",
  26. "raw": "ms@2.0.0",
  27. "rawSpec": "2.0.0",
  28. "scope": null,
  29. "spec": "2.0.0",
  30. "type": "version"
  31. },
  32. "_requiredBy": [
  33. "/debug"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
  36. "_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
  37. "_shrinkwrap": null,
  38. "_spec": "ms@2.0.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/debug",
  40. "bugs": {
  41. "url": "https://github.com/zeit/ms/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Tiny milisecond conversion utility",
  45. "devDependencies": {
  46. "eslint": "3.19.0",
  47. "expect.js": "0.3.1",
  48. "husky": "0.13.3",
  49. "lint-staged": "3.4.1",
  50. "mocha": "3.4.1"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
  55. "tarball": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz"
  56. },
  57. "eslintConfig": {
  58. "env": {
  59. "es6": true,
  60. "node": true
  61. },
  62. "extends": "eslint:recommended"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "9b88d1568a52ec9bb67ecc8d2aa224fa38fd41f4",
  68. "homepage": "https://github.com/zeit/ms#readme",
  69. "license": "MIT",
  70. "lint-staged": {
  71. "*.js": [
  72. "git add",
  73. "npm run lint",
  74. "prettier --single-quote --write"
  75. ]
  76. },
  77. "main": "./index",
  78. "maintainers": [
  79. {
  80. "name": "leo",
  81. "email": "leo@zeit.co"
  82. },
  83. {
  84. "name": "rauchg",
  85. "email": "rauchg@gmail.com"
  86. }
  87. ],
  88. "name": "ms",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/zeit/ms.git"
  94. },
  95. "scripts": {
  96. "lint": "eslint lib/* bin/*",
  97. "precommit": "lint-staged",
  98. "test": "mocha tests.js"
  99. },
  100. "version": "2.0.0"
  101. }