执行过npm install命令的vue-element-admin源码
edit | blame | history | raw

flat-cache - Changelog

v2.0.1

  • Refactoring
  • upgrade node modules to latest versions - 6402ed3, [Roy Riojas](https://github.com/Roy Riojas), 08/01/2019 21:47:05

    v2.0.0

  • Bug Fixes
  • upgrade package.json lock file - 8d21c7b, [Roy Riojas](https://github.com/Roy Riojas), 08/01/2019 20:03:13

  • Use the same versions of node_js that eslint use - 8d23379, [Roy Riojas](https://github.com/Roy Riojas), 08/01/2019 19:25:11

  • Other changes
  • Replace circular-json with flatted (#36) - b93aced, [C. K. Tang](https://github.com/C. K. Tang), 08/01/2019 20:03:01

  • Change JSON parser from circular-json to flatted & 1 more changes (#37) - 745e65a, [Andy Chen](https://github.com/Andy Chen), 08/01/2019 19:17:20

    • Change JSON parser from circular-json to flatted & 1 more changes
    • Change JSON parser from circular-json
    • Audited 2 vulnerabilities
    • Update package.json
    • Update Engine require
    • There's a bunch of dependencies in this pkg requires node >=4, so I changed it to 4
    • Remove and add node versions
    • I have seen this pkg is not available with node 0.12 so I removed it
    • I have added a popular used LTS version of node - 10

v1.3.4

  • Refactoring
  • Add del.js and utils.js to the list of files to be beautified - 9d0ca9b, [Roy Riojas](https://github.com/Roy Riojas), 14/11/2018 15:19:02

    v1.3.3

  • Refactoring
  • Make sure package-lock.json is up to date - a7d2598, [Roy Riojas](https://github.com/Roy Riojas), 14/11/2018 14:36:08

  • Other changes
  • Removed the need for del (#33) - c429012, [S. Gilroy](https://github.com/S. Gilroy), 13/11/2018 16:56:37

    • Removed the need for del

    Removed the need for del as newer versions have broken backwards
    compatibility. del mainly uses rimraf for deleting folders
    and files, replaceing it with rimraf only is a minimal change.

    • Disable glob on rimraf calls
    • Added glob disable to wrong call
    • Wrapped rimraf to simplify solution

v1.3.2

v1.3.1