package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "ignore@3.3.10",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ignore@3.3.10",
  10. "_id": "ignore@3.3.10",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==",
  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. "/globby"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz",
  29. "_spec": "3.3.10",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "kael"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/kaelzhang/node-ignore/issues"
  36. },
  37. "description": "Ignore is a manager and filter for .gitignore rules.",
  38. "devDependencies": {
  39. "babel-cli": "^6.26.0",
  40. "babel-preset-es2015": "^6.24.1",
  41. "chai": "~1.7.2",
  42. "codecov": "^3.0.2",
  43. "istanbul": "^0.4.5",
  44. "mkdirp": "^0.5.1",
  45. "mocha": "~1.13.0",
  46. "pre-suf": "^1.0.4",
  47. "rimraf": "^2.6.2",
  48. "spawn-sync": "^1.0.15",
  49. "tmp": "0.0.33",
  50. "typescript": "^2.9.2"
  51. },
  52. "files": [
  53. "ignore.js",
  54. "index.d.ts"
  55. ],
  56. "homepage": "https://github.com/kaelzhang/node-ignore#readme",
  57. "keywords": [
  58. "ignore",
  59. ".gitignore",
  60. "gitignore",
  61. "npmignore",
  62. "rules",
  63. "manager",
  64. "filter",
  65. "regexp",
  66. "regex",
  67. "fnmatch",
  68. "glob",
  69. "asterisks",
  70. "regular-expression"
  71. ],
  72. "license": "MIT",
  73. "main": "./ignore.js",
  74. "name": "ignore",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
  78. },
  79. "scripts": {
  80. "build": "babel -o ignore.js index.js",
  81. "cov-report": "istanbul report",
  82. "prepublish": "npm run build",
  83. "test": "npm run tsc && npm run build && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov",
  84. "test-no-cov": "npm run tsc && npm run build && mocha --reporter spec ./test/ignore.js",
  85. "tsc": "tsc ./test/ts/simple.ts"
  86. },
  87. "version": "3.3.10"
  88. }