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

package.json 2.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_from": "ignore@^5.1.4",
  3. "_id": "ignore@5.1.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
  6. "_location": "/ignore",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ignore@^5.1.4",
  12. "name": "ignore",
  13. "escapedName": "ignore",
  14. "rawSpec": "^5.1.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.1.4"
  17. },
  18. "_requiredBy": [
  19. "/globby"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
  22. "_shasum": "f150a8b50a34289b33e22f5889abd4d8016f0e57",
  23. "_spec": "ignore@^5.1.4",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/globby",
  25. "author": {
  26. "name": "kael"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/kaelzhang/node-ignore/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.",
  34. "devDependencies": {
  35. "@babel/cli": "^7.8.4",
  36. "@babel/core": "^7.9.6",
  37. "@babel/preset-env": "^7.9.6",
  38. "codecov": "^3.7.0",
  39. "debug": "^4.1.1",
  40. "eslint": "^7.0.0",
  41. "eslint-config-ostai": "^3.0.0",
  42. "eslint-plugin-import": "^2.20.2",
  43. "mkdirp": "^1.0.4",
  44. "pre-suf": "^1.1.1",
  45. "rimraf": "^3.0.2",
  46. "spawn-sync": "^2.0.0",
  47. "tap": "^14.10.7",
  48. "tmp": "0.2.1",
  49. "typescript": "^3.9.3"
  50. },
  51. "engines": {
  52. "node": ">= 4"
  53. },
  54. "files": [
  55. "legacy.js",
  56. "index.js",
  57. "index.d.ts",
  58. "LICENSE-MIT"
  59. ],
  60. "homepage": "https://github.com/kaelzhang/node-ignore#readme",
  61. "keywords": [
  62. "ignore",
  63. ".gitignore",
  64. "gitignore",
  65. "npmignore",
  66. "rules",
  67. "manager",
  68. "filter",
  69. "regexp",
  70. "regex",
  71. "fnmatch",
  72. "glob",
  73. "asterisks",
  74. "regular-expression"
  75. ],
  76. "license": "MIT",
  77. "name": "ignore",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
  81. },
  82. "scripts": {
  83. "build": "babel -o legacy.js index.js",
  84. "posttest": "tap --coverage-report=html && codecov",
  85. "prepublishOnly": "npm run build",
  86. "test": "npm run test:only",
  87. "test:cases": "tap test/*.js --coverage",
  88. "test:git": "tap test/git-check-ignore.js",
  89. "test:ignore": "tap test/ignore.js",
  90. "test:lint": "eslint .",
  91. "test:only": "npm run test:lint && npm run test:tsc && npm run test:ts && npm run test:cases",
  92. "test:others": "tap test/others.js",
  93. "test:ts": "node ./test/ts/simple.js",
  94. "test:tsc": "tsc ./test/ts/simple.ts --lib ES6",
  95. "test:win32": "IGNORE_TEST_WIN32=1 npm run test"
  96. },
  97. "version": "5.1.8"
  98. }