项目原始demo,不改动
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
Questo repository è archiviato. Puoi vedere i file e clonarli, ma non puoi effettuare richieste di pushj o aprire problemi/richieste di pull.
 
 
 
 

121 righe
3.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "file-entry-cache@2.0.0",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "file-entry-cache@2.0.0",
  10. "_id": "file-entry-cache@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=",
  13. "_location": "/file-entry-cache",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "file-entry-cache@2.0.0",
  19. "name": "file-entry-cache",
  20. "escapedName": "file-entry-cache",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "Roy Riojas",
  33. "url": "http://royriojas.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/royriojas/file-entry-cache/issues"
  37. },
  38. "changelogx": {
  39. "ignoreRegExp": [
  40. "BLD: Release",
  41. "DOC: Generate Changelog",
  42. "Generated Changelog"
  43. ],
  44. "issueIDRegExp": "#(\\d+)",
  45. "commitURL": "https://github.com/royriojas/file-entry-cache/commit/{0}",
  46. "authorURL": "https://github.com/{0}",
  47. "issueIDURL": "https://github.com/royriojas/file-entry-cache/issues/{0}",
  48. "projectName": "file-entry-cache"
  49. },
  50. "dependencies": {
  51. "flat-cache": "^1.2.1",
  52. "object-assign": "^4.0.1"
  53. },
  54. "description": "Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process",
  55. "devDependencies": {
  56. "chai": "^3.2.0",
  57. "changelogx": "^1.0.18",
  58. "commander": "^2.6.0",
  59. "del": "^2.0.2",
  60. "esbeautifier": "^4.2.11",
  61. "eslinter": "^2.3.3",
  62. "glob-expand": "^0.1.0",
  63. "istanbul": "^0.3.6",
  64. "mocha": "^2.1.0",
  65. "precommit": "^1.1.5",
  66. "prepush": "^3.1.4",
  67. "proxyquire": "^1.3.1",
  68. "sinon": "^1.12.2",
  69. "sinon-chai": "^2.7.0",
  70. "watch-run": "^1.2.1",
  71. "write": "^0.3.1"
  72. },
  73. "engines": {
  74. "node": ">=0.10.0"
  75. },
  76. "files": [
  77. "cache.js"
  78. ],
  79. "homepage": "https://github.com/royriojas/file-entry-cache#readme",
  80. "keywords": [
  81. "file cache",
  82. "task cache files",
  83. "file cache",
  84. "key par",
  85. "key value",
  86. "cache"
  87. ],
  88. "license": "MIT",
  89. "main": "cache.js",
  90. "name": "file-entry-cache",
  91. "precommit": [
  92. "npm run verify"
  93. ],
  94. "prepush": [
  95. "npm run verify"
  96. ],
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/royriojas/file-entry-cache.git"
  100. },
  101. "scripts": {
  102. "beautify": "esbeautifier 'cache.js' 'test/**/*.js'",
  103. "beautify-check": "npm run beautify -- -k",
  104. "bump-major": "npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v",
  105. "bump-minor": "npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v",
  106. "bump-patch": "npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v",
  107. "changelog": "changelogx -f markdown -o ./changelog.md",
  108. "cover": "istanbul cover test/runner.js html text-summary",
  109. "do-changelog": "npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog' --no-verify",
  110. "eslint": "eslinter 'cache.js' 'specs/**/*.js'",
  111. "install-hooks": "prepush install && changelogx install-hook && precommit install",
  112. "lint": "npm run beautify && npm run eslint",
  113. "post-v": "npm run do-changelog && git push --no-verify && git push --tags --no-verify",
  114. "pre-v": "npm run test",
  115. "test": "npm run verify --silent && mocha -R spec test/specs",
  116. "verify": "npm run beautify-check && npm run eslint",
  117. "watch": "watch-run -i -p 'test/specs/**/*.js' istanbul cover test/runner.js html text-summary"
  118. },
  119. "version": "2.0.0"
  120. }