项目原始demo,不改动
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

91 line
2.2 KiB

  1. {
  2. "_args": [
  3. [
  4. "ignore@3.3.10",
  5. "D:\\A易云\\YiYunJianZhu"
  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. "/eslint",
  27. "/eslint-plugin-node",
  28. "/globby"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz",
  31. "_spec": "3.3.10",
  32. "_where": "D:\\A易云\\YiYunJianZhu",
  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-es2015": "^6.24.1",
  43. "chai": "~1.7.2",
  44. "codecov": "^3.0.2",
  45. "istanbul": "^0.4.5",
  46. "mkdirp": "^0.5.1",
  47. "mocha": "~1.13.0",
  48. "pre-suf": "^1.0.4",
  49. "rimraf": "^2.6.2",
  50. "spawn-sync": "^1.0.15",
  51. "tmp": "0.0.33",
  52. "typescript": "^2.9.2"
  53. },
  54. "files": [
  55. "ignore.js",
  56. "index.d.ts"
  57. ],
  58. "homepage": "https://github.com/kaelzhang/node-ignore#readme",
  59. "keywords": [
  60. "ignore",
  61. ".gitignore",
  62. "gitignore",
  63. "npmignore",
  64. "rules",
  65. "manager",
  66. "filter",
  67. "regexp",
  68. "regex",
  69. "fnmatch",
  70. "glob",
  71. "asterisks",
  72. "regular-expression"
  73. ],
  74. "license": "MIT",
  75. "main": "./ignore.js",
  76. "name": "ignore",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+ssh://git@github.com/kaelzhang/node-ignore.git"
  80. },
  81. "scripts": {
  82. "build": "babel -o ignore.js index.js",
  83. "cov-report": "istanbul report",
  84. "prepublish": "npm run build",
  85. "test": "npm run tsc && npm run build && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec ./test/ignore.js && codecov",
  86. "test-no-cov": "npm run tsc && npm run build && mocha --reporter spec ./test/ignore.js",
  87. "tsc": "tsc ./test/ts/simple.ts"
  88. },
  89. "version": "3.3.10"
  90. }