package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "ignore@3.3.10",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ignore@3.3.10",
  10. "_id": "ignore@3.3.10",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Cpf7h2mG6AgcYxFg+PnziRV/AEM=",
  13. "_location": "/ignore",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ignore@3.3.10",
  19. "name": "ignore",
  20. "escapedName": "ignore",
  21. "rawSpec": "3.3.10",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.10"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-plugin-eslint/eslint",
  27. "/copy-webpack-plugin/globby"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/ignore/download/ignore-3.3.10.tgz",
  30. "_spec": "3.3.10",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "kael"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/kaelzhang/node-ignore/issues"
  37. },
  38. "description": "Ignore is a manager and filter for .gitignore rules.",
  39. "devDependencies": {
  40. "babel-cli": "^6.26.0",
  41. "babel-preset-es2015": "^6.24.1",
  42. "chai": "~1.7.2",
  43. "codecov": "^3.0.2",
  44. "istanbul": "^0.4.5",
  45. "mkdirp": "^0.5.1",
  46. "mocha": "~1.13.0",
  47. "pre-suf": "^1.0.4",
  48. "rimraf": "^2.6.2",
  49. "spawn-sync": "^1.0.15",
  50. "tmp": "0.0.33",
  51. "typescript": "^2.9.2"
  52. },
  53. "files": [
  54. "ignore.js",
  55. "index.d.ts"
  56. ],
  57. "homepage": "https://github.com/kaelzhang/node-ignore#readme",
  58. "keywords": [
  59. "ignore",
  60. ".gitignore",
  61. "gitignore",
  62. "npmignore",
  63. "rules",
  64. "manager",
  65. "filter",
  66. "regexp",
  67. "regex",
  68. "fnmatch",
  69. "glob",
  70. "asterisks",
  71. "regular-expression"
  72. ],
  73. "license": "MIT",
  74. "main": "./ignore.js",
  75. "name": "ignore",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
  79. },
  80. "scripts": {
  81. "build": "babel -o ignore.js index.js",
  82. "cov-report": "istanbul report",
  83. "prepublish": "npm run build",
  84. "test": "npm run tsc && npm run build && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov",
  85. "test-no-cov": "npm run tsc && npm run build && mocha --reporter spec ./test/ignore.js",
  86. "tsc": "tsc ./test/ts/simple.ts"
  87. },
  88. "version": "3.3.10"
  89. }