package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "_args": [
  3. [
  4. "ignore@4.0.6",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ignore@4.0.6",
  10. "_id": "ignore@4.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
  13. "_location": "/ignore",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ignore@4.0.6",
  19. "name": "ignore",
  20. "escapedName": "ignore",
  21. "rawSpec": "4.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.6"
  24. },
  25. "_requiredBy": [
  26. "/@eslint/eslintrc",
  27. "/eslint",
  28. "/globby"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/ignore/download/ignore-4.0.6.tgz",
  31. "_spec": "4.0.6",
  32. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  33. "author": {
  34. "name": "kael"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/kaelzhang/node-ignore/issues"
  38. },
  39. "description": "Ignore is a manager and filter for .gitignore rules.",
  40. "devDependencies": {
  41. "babel-cli": "^6.26.0",
  42. "babel-preset-env": "^1.7.0",
  43. "codecov": "^3.0.4",
  44. "eslint": "^5.3.0",
  45. "eslint-config-ostai": "^1.3.2",
  46. "eslint-plugin-import": "^2.13.0",
  47. "mkdirp": "^0.5.1",
  48. "pre-suf": "^1.1.0",
  49. "rimraf": "^2.6.2",
  50. "spawn-sync": "^2.0.0",
  51. "tap": "^12.0.1",
  52. "tmp": "0.0.33",
  53. "typescript": "^3.0.1"
  54. },
  55. "engines": {
  56. "node": ">= 4"
  57. },
  58. "files": [
  59. "legacy.js",
  60. "index.js",
  61. "index.d.ts",
  62. "LICENSE-MIT"
  63. ],
  64. "homepage": "https://github.com/kaelzhang/node-ignore#readme",
  65. "keywords": [
  66. "ignore",
  67. ".gitignore",
  68. "gitignore",
  69. "npmignore",
  70. "rules",
  71. "manager",
  72. "filter",
  73. "regexp",
  74. "regex",
  75. "fnmatch",
  76. "glob",
  77. "asterisks",
  78. "regular-expression"
  79. ],
  80. "license": "MIT",
  81. "name": "ignore",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
  85. },
  86. "scripts": {
  87. "build": "babel -o legacy.js index.js",
  88. "posttest": "tap --coverage-report=html && codecov",
  89. "prepublish": "npm run build",
  90. "test": "npm run test-no-cov",
  91. "test-no-cov": "npm run test:lint && npm run test:tsc && tap test/*.js --coverage",
  92. "test:git": "tap test/git-check-ignore.js",
  93. "test:ignore": "tap test/ignore.js --coverage",
  94. "test:lint": "eslint .",
  95. "test:tsc": "tsc ./test/ts/simple.ts"
  96. },
  97. "version": "4.0.6"
  98. }