package.json 1.75 KB
{
  "_from": "deflate-js@>= 0.2.2",
  "_id": "deflate-js@0.2.3",
  "_inBundle": false,
  "_integrity": "sha1-+Fq7WOvFFRowYUdHPVfD5PfkQms=",
  "_location": "/deflate-js",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "deflate-js@>= 0.2.2",
    "name": "deflate-js",
    "escapedName": "deflate-js",
    "rawSpec": ">= 0.2.2",
    "saveSpec": null,
    "fetchSpec": ">= 0.2.2"
  },
  "_requiredBy": [
    "/gzip-js"
  ],
  "_resolved": "https://registry.npm.taobao.org/deflate-js/download/deflate-js-0.2.3.tgz",
  "_shasum": "f85abb58ebc5151a306147473d57c3e4f7e4426b",
  "_spec": "deflate-js@>= 0.2.2",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\gzip-js",
  "author": {
    "name": "Masanao Izumo",
    "email": "iz@onicos.co.jp"
  },
  "bin": {
    "deflate-js": "bin/deflate.js",
    "inflate-js": "bin/inflate.js"
  },
  "bugs": {
    "url": "https://github.com/beatgammit/deflate-js/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "T. Jameson Little",
      "email": "t.jameson.little@gmail.com"
    },
    {
      "name": "Dan Kogai",
      "email": "dankogai+github@gmail.com"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "DEFLATE implemented in JavaScript (works in browser and Node)",
  "devDependencies": {
    "optimist": "~0.2"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "https://github.com/beatgammit/deflate-js#readme",
  "license": "GPL",
  "main": "./index.js",
  "name": "deflate-js",
  "repository": {
    "type": "git",
    "url": "git://github.com/beatgammit/deflate-js.git"
  },
  "scripts": {
    "test": "cd test ; ./runner.py; cd -"
  },
  "version": "0.2.3"
}