package-lock.json 809 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
{
  "name": "uni_modules_tools",
  "version": "1.0.0",
  "lockfileVersion": 2,
  "requires": true,
  "packages": {
    "": {
      "version": "1.0.0",
      "license": "ISC",
      "dependencies": {
        "hjson": "^3.2.2"
      }
    },
    "node_modules/hjson": {
      "version": "3.2.2",
      "resolved": "https://registry.npmjs.org/hjson/-/hjson-3.2.2.tgz",
      "integrity": "sha512-MkUeB0cTIlppeSsndgESkfFD21T2nXPRaBStLtf3cAYA2bVEFdXlodZB0TukwZiobPD1Ksax5DK4RTZeaXCI3Q==",
      "bin": {
        "hjson": "bin/hjson"
      }
    }
  },
  "dependencies": {
    "hjson": {
      "version": "3.2.2",
      "resolved": "https://registry.npmjs.org/hjson/-/hjson-3.2.2.tgz",
      "integrity": "sha512-MkUeB0cTIlppeSsndgESkfFD21T2nXPRaBStLtf3cAYA2bVEFdXlodZB0TukwZiobPD1Ksax5DK4RTZeaXCI3Q=="
    }
  }
}