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

package.json 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. "assert-plus@^1.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/@netflix/nerror"
  6. ]
  7. ],
  8. "_from": "assert-plus@>=1.0.0 <2.0.0",
  9. "_id": "assert-plus@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/assert-plus",
  13. "_nodeVersion": "0.10.40",
  14. "_npmUser": {
  15. "email": "patrick.f.mooney@gmail.com",
  16. "name": "pfmooney"
  17. },
  18. "_npmVersion": "3.3.9",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "assert-plus",
  22. "raw": "assert-plus@^1.0.0",
  23. "rawSpec": "^1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <2.0.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/@netflix/nerror",
  30. "/dashdash",
  31. "/getpass",
  32. "/http-signature",
  33. "/jsprim",
  34. "/sshpk",
  35. "/verror"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
  38. "_shasum": "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525",
  39. "_shrinkwrap": null,
  40. "_spec": "assert-plus@^1.0.0",
  41. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/@netflix/nerror",
  42. "author": {
  43. "email": "mcavage@gmail.com",
  44. "name": "Mark Cavage"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/mcavage/node-assert-plus/issues"
  48. },
  49. "contributors": [
  50. {
  51. "name": "Dave Eddy",
  52. "email": "dave@daveeddy.com"
  53. },
  54. {
  55. "name": "Fred Kuo",
  56. "email": "fred.kuo@joyent.com"
  57. },
  58. {
  59. "name": "Lars-Magnus Skog",
  60. "email": "ralphtheninja@riseup.net"
  61. },
  62. {
  63. "name": "Mark Cavage",
  64. "email": "mcavage@gmail.com"
  65. },
  66. {
  67. "name": "Patrick Mooney",
  68. "email": "pmooney@pfmooney.com"
  69. },
  70. {
  71. "name": "Rob Gulewich",
  72. "email": "robert.gulewich@joyent.com"
  73. }
  74. ],
  75. "dependencies": {},
  76. "description": "Extra assertions on top of node's assert module",
  77. "devDependencies": {
  78. "faucet": "0.0.1",
  79. "tape": "4.2.2"
  80. },
  81. "directories": {},
  82. "dist": {
  83. "shasum": "f12e0f3c5d77b0b1cdd9146942e4e96c1e4dd525",
  84. "tarball": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz"
  85. },
  86. "engines": {
  87. "node": ">=0.8"
  88. },
  89. "homepage": "https://github.com/mcavage/node-assert-plus#readme",
  90. "license": "MIT",
  91. "main": "./assert.js",
  92. "maintainers": [
  93. {
  94. "name": "mcavage",
  95. "email": "mcavage@gmail.com"
  96. },
  97. {
  98. "name": "pfmooney",
  99. "email": "patrick.f.mooney@gmail.com"
  100. }
  101. ],
  102. "name": "assert-plus",
  103. "optionalDependencies": {},
  104. "readme": "ERROR: No README data found!",
  105. "repository": {
  106. "type": "git",
  107. "url": "git+https://github.com/mcavage/node-assert-plus.git"
  108. },
  109. "scripts": {
  110. "test": "tape tests/*.js | ./node_modules/.bin/faucet"
  111. },
  112. "version": "1.0.0"
  113. }