Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

misc.xml

Blame
  • package-lock.json 4.22 KiB
    {
      "requires": true,
      "lockfileVersion": 1,
      "dependencies": {
        "@sphinxxxx/color-conversion": {
          "version": "2.2.2",
          "resolved": "https://registry.npmjs.org/@sphinxxxx/color-conversion/-/color-conversion-2.2.2.tgz",
          "integrity": "sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw=="
        },
        "ace-builds": {
          "version": "1.4.7",
          "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.7.tgz",
          "integrity": "sha512-gwQGVFewBopRLho08BfahyvRa9FlB43JUig5ItAKTYc9kJJsbA9QNz75p28QtQomoPQ9rJx82ymL21x4ZSZmdg=="
        },
        "ajv": {
          "version": "6.10.2",
          "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.10.2.tgz",
          "integrity": "sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw==",
          "requires": {
            "fast-deep-equal": "2.0.1",
            "fast-json-stable-stringify": "2.0.0",
            "json-schema-traverse": "0.4.1",
            "uri-js": "4.2.2"
          }
        },
        "fast-deep-equal": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz",
          "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk="
        },
        "fast-json-stable-stringify": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
          "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I="
        },
        "javascript-natural-sort": {
          "version": "0.7.1",
          "resolved": "https://registry.npmjs.org/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz",
          "integrity": "sha1-+eIwPUUH9tdDVac2ZNFED7Wg71k="
        },
        "jmespath": {
          "version": "0.15.0",
          "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz",
          "integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc="
        },
        "json-schema-traverse": {
          "version": "0.4.1",
          "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
          "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
        },
        "json-source-map": {
          "version": "0.6.1",
          "resolved": "https://registry.npmjs.org/json-source-map/-/json-source-map-0.6.1.tgz",
          "integrity": "sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg=="
        },
        "jsoneditor": {
          "version": "7.2.0",
          "resolved": "https://registry.npmjs.org/jsoneditor/-/jsoneditor-7.2.0.tgz",
          "integrity": "sha512-+1WNvN+N7d956wSPh+8C46dn55b8ECncIfMCrnJtQX0HV94hlfSdiM7V1q+pA8SU0yJpZIHTEjXkg+H5kB0D4Q==",
          "requires": {
            "ace-builds": "1.4.7",
            "ajv": "6.10.2",
            "javascript-natural-sort": "0.7.1",
            "jmespath": "0.15.0",
            "json-source-map": "0.6.1",
            "mobius1-selectr": "2.4.13",
            "picomodal": "3.0.0",
            "vanilla-picker": "2.10.0"
          }
        },