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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "@sindresorhus/is@^0.14.0",
  3. "_id": "@sindresorhus/is@0.14.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==",
  6. "_location": "/@sindresorhus/is",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@sindresorhus/is@^0.14.0",
  12. "name": "@sindresorhus/is",
  13. "escapedName": "@sindresorhus%2fis",
  14. "scope": "@sindresorhus",
  15. "rawSpec": "^0.14.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^0.14.0"
  18. },
  19. "_requiredBy": [
  20. "/got"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz",
  23. "_shasum": "9fb3a3cf3132328151f353de4632e01e52102bea",
  24. "_spec": "@sindresorhus/is@^0.14.0",
  25. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/got",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/is/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Type check values: `is.string('🦄') //=> true`",
  37. "devDependencies": {
  38. "@sindresorhus/tsconfig": "^0.1.0",
  39. "@types/jsdom": "^11.12.0",
  40. "@types/node": "^10.12.10",
  41. "@types/tempy": "^0.2.0",
  42. "@types/zen-observable": "^0.8.0",
  43. "ava": "^0.25.0",
  44. "del-cli": "^1.1.0",
  45. "jsdom": "^11.6.2",
  46. "rxjs": "^6.3.3",
  47. "tempy": "^0.2.1",
  48. "tslint": "^5.9.1",
  49. "tslint-xo": "^0.10.0",
  50. "typescript": "^3.2.1",
  51. "zen-observable": "^0.8.8"
  52. },
  53. "engines": {
  54. "node": ">=6"
  55. },
  56. "files": [
  57. "dist"
  58. ],
  59. "homepage": "https://github.com/sindresorhus/is#readme",
  60. "keywords": [
  61. "type",
  62. "types",
  63. "is",
  64. "check",
  65. "checking",
  66. "validate",
  67. "validation",
  68. "utility",
  69. "util",
  70. "typeof",
  71. "instanceof",
  72. "object",
  73. "assert",
  74. "assertion",
  75. "test",
  76. "kind",
  77. "primitive",
  78. "verify",
  79. "compare"
  80. ],
  81. "license": "MIT",
  82. "main": "dist/index.js",
  83. "name": "@sindresorhus/is",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sindresorhus/is.git"
  87. },
  88. "scripts": {
  89. "build": "del dist && tsc",
  90. "lint": "tslint --format stylish --project .",
  91. "prepublish": "npm run build && del dist/tests",
  92. "test": "npm run lint && npm run build && ava dist/tests"
  93. },
  94. "types": "dist/index.d.ts",
  95. "version": "0.14.0"
  96. }