package.json 1.4 KB
{
  "_from": "crc32@>= 0.2.2",
  "_id": "crc32@0.2.2",
  "_inBundle": false,
  "_integrity": "sha1-etIg1v/c0Rn5/BJ6d3LKzqOQpLo=",
  "_location": "/crc32",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "crc32@>= 0.2.2",
    "name": "crc32",
    "escapedName": "crc32",
    "rawSpec": ">= 0.2.2",
    "saveSpec": null,
    "fetchSpec": ">= 0.2.2"
  },
  "_requiredBy": [
    "/gzip-js"
  ],
  "_resolved": "https://registry.npm.taobao.org/crc32/download/crc32-0.2.2.tgz",
  "_shasum": "7ad220d6ffdcd119f9fc127a7772cacea390a4ba",
  "_spec": "crc32@>= 0.2.2",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\gzip-js",
  "author": {
    "name": "T. Jameson Little",
    "email": "t.jameson.little@gmail.com"
  },
  "bin": {
    "crc32": "bin/runner.js"
  },
  "bugs": {
    "url": "https://github.com/beatgammit/crc32/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "CRC-32 implemented in JavaScript",
  "devDependencies": {},
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "https://github.com/beatgammit/crc32#readme",
  "main": "./lib/crc32.js",
  "name": "crc32",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/beatgammit/crc32.git"
  },
  "scripts": {
    "test": "cd test ; ./runTests.sh"
  },
  "version": "0.2.2"
}