1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "jszip",
- "homepage": "http://stuartk.com/jszip",
- "authors": [
- "Stuart Knightley <stuart@stuartk.com>"
- ],
- "description": "Create, read and edit .zip files with JavaScript http://stuartk.com/jszip",
- "main": "dist/jszip.js",
- "keywords": [
- "zip",
- "deflate",
- "inflate"
- ],
- "license": "MIT or GPLv3",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "version": "3.2.2",
- "_release": "3.2.2",
- "_resolution": {
- "type": "version",
- "tag": "v3.2.2",
- "commit": "e2fa0a98071d458f1c48e80f4da23b5d05574f5e"
- },
- "_source": "https://github.com/Stuk/jszip.git",
- "_target": "^3.1.2",
- "_originalSource": "Stuk/jszip"
- }
|