package.json 1.69 KB
{
  "_from": "lz-string@^1.4.4",
  "_id": "lz-string@1.4.4",
  "_inBundle": false,
  "_integrity": "sha1-wNjq82BZ9wV5bh40SBHPTEmNOiY=",
  "_location": "/lz-string",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "lz-string@^1.4.4",
    "name": "lz-string",
    "escapedName": "lz-string",
    "rawSpec": "^1.4.4",
    "saveSpec": null,
    "fetchSpec": "^1.4.4"
  },
  "_requiredBy": [
    "/@testing-library/dom"
  ],
  "_resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.4.4.tgz",
  "_shasum": "c0d8eaf36059f705796e1e344811cf4c498d3a26",
  "_spec": "lz-string@^1.4.4",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\@testing-library\\dom",
  "author": {
    "name": "pieroxy",
    "email": "pieroxy@pieroxy.net"
  },
  "autoupdate": {
    "source": "git",
    "target": "git://github.com/pieroxy/lz-string.git",
    "basePath": "libs/",
    "files": [
      "lz-string.js",
      "lz-string.min.js",
      "base64-string.js"
    ]
  },
  "bin": {
    "lz-string": "bin/bin.js"
  },
  "bugs": {
    "url": "https://github.com/pieroxy/lz-string/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "LZ-based compression algorithm",
  "devDependencies": {},
  "directories": {
    "test": "tests"
  },
  "filename": "lz-string.js",
  "homepage": "http://pieroxy.net/blog/pages/lz-string/index.html",
  "keywords": [
    "lz",
    "compression",
    "string"
  ],
  "license": "WTFPL",
  "main": "libs/lz-string.js",
  "name": "lz-string",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pieroxy/lz-string.git"
  },
  "scripts": {},
  "version": "1.4.4"
}