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

package.json 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "_args": [
  3. [
  4. "@sindresorhus/is@^0.14.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/got"
  6. ]
  7. ],
  8. "_from": "@sindresorhus/is@>=0.14.0 <0.15.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "@sindresorhus/is@0.14.0",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/@sindresorhus/is",
  14. "_nodeVersion": "10.13.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/is_0.14.0_1544716808201_0.7722326585650734"
  18. },
  19. "_npmUser": {
  20. "email": "sindresorhus@gmail.com",
  21. "name": "sindresorhus"
  22. },
  23. "_npmVersion": "6.5.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "@sindresorhus/is",
  27. "raw": "@sindresorhus/is@^0.14.0",
  28. "rawSpec": "^0.14.0",
  29. "scope": "@sindresorhus",
  30. "spec": ">=0.14.0 <0.15.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/got"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz",
  37. "_shasum": "9fb3a3cf3132328151f353de4632e01e52102bea",
  38. "_shrinkwrap": null,
  39. "_spec": "@sindresorhus/is@^0.14.0",
  40. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/got",
  41. "author": {
  42. "email": "sindresorhus@gmail.com",
  43. "name": "Sindre Sorhus",
  44. "url": "sindresorhus.com"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/sindresorhus/is/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Type check values: `is.string('🦄') //=> true`",
  51. "devDependencies": {
  52. "@sindresorhus/tsconfig": "^0.1.0",
  53. "@types/jsdom": "^11.12.0",
  54. "@types/node": "^10.12.10",
  55. "@types/tempy": "^0.2.0",
  56. "@types/zen-observable": "^0.8.0",
  57. "ava": "^0.25.0",
  58. "del-cli": "^1.1.0",
  59. "jsdom": "^11.6.2",
  60. "rxjs": "^6.3.3",
  61. "tempy": "^0.2.1",
  62. "tslint": "^5.9.1",
  63. "tslint-xo": "^0.10.0",
  64. "typescript": "^3.2.1",
  65. "zen-observable": "^0.8.8"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "fileCount": 6,
  70. "integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==",
  71. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcEoIJCRA9TVsSAnZWagAAU08QAKRmmjyTcJv4iAVu+wry\n2CzzAwXJWrHc93Jw/6+u0TBj54yGGGblVjDyL9zh8oDte+ea3h7q9boPKgFb\nq5e2uTUcqreN3ACUae3RPfTMysurTujN6Bd+iet8CRcAmC8n8Isdano2UB5Q\nEvgP1BJgRIgIrHKCr+OwLNLCfN7K5XQPuZeymMaU1BhzIoz8e0vRRnyrQSsC\nIb5NnhpVi3GsLqwlr7yGbTvNZ28mTm3wzDSivpNbZ/ceEecNUdFc/ioRhzTn\nusAzAD2aIjp/WSVuokPgCQYz5fzFj19clZfuvoURD/uS+EOQQaWPQ0xESHx2\nN5qENeQo1u1m1Snq5l5AVxpz5GDiE8DQKxIV1iR6Nh+rg18hVEu8Y8Q9DPgS\n91D+4ue1cTql2mKFtRS6SilDmvmmKhAoCROJw3wvv1Pef4Q9Ke9aqkW53ay7\nE0xfbWXtdu491hdOfYglED4F79BQi5ExUWQRKrVWM4cXs6QE87cwsBd9+p5c\nV99QHu4ZgOJoV5EOJyB2sOf/U0emh4rTV1So0Dz8HLhRQ4JbBNwZmVD4CSAX\nqQo1WG3DntAYTnk44nHkiwmVM4tlL3U6kyN7hxMeWrpA5qSIhokc2uYZNOxE\n7c+gmo7WteSsKKYekDdoFYVTL+c9dsszU9OWGdr6f7vsdTKkbVp913BN7v0S\ncjHv\r\n=KAWq\r\n-----END PGP SIGNATURE-----\r\n",
  72. "shasum": "9fb3a3cf3132328151f353de4632e01e52102bea",
  73. "tarball": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz",
  74. "unpackedSize": 40158
  75. },
  76. "engines": {
  77. "node": ">=6"
  78. },
  79. "gitHead": "6cb1d1e91073ada3d0e298e2fef361f0d418b668",
  80. "homepage": "https://github.com/sindresorhus/is#readme",
  81. "keywords": [
  82. "assert",
  83. "assertion",
  84. "check",
  85. "checking",
  86. "compare",
  87. "instanceof",
  88. "is",
  89. "kind",
  90. "object",
  91. "primitive",
  92. "test",
  93. "type",
  94. "typeof",
  95. "types",
  96. "util",
  97. "utility",
  98. "validate",
  99. "validation",
  100. "verify"
  101. ],
  102. "license": "MIT",
  103. "main": "dist/index.js",
  104. "maintainers": [
  105. {
  106. "name": "sindresorhus",
  107. "email": "sindresorhus@gmail.com"
  108. }
  109. ],
  110. "name": "@sindresorhus/is",
  111. "optionalDependencies": {},
  112. "readme": "ERROR: No README data found!",
  113. "repository": {
  114. "type": "git",
  115. "url": "git+https://github.com/sindresorhus/is.git"
  116. },
  117. "scripts": {
  118. "build": "del dist && tsc",
  119. "lint": "tslint --format stylish --project .",
  120. "prepublish": "npm run build && del dist/tests",
  121. "test": "npm run lint && npm run build && ava dist/tests"
  122. },
  123. "types": "dist/index.d.ts",
  124. "version": "0.14.0"
  125. }