123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "_args": [
- [
- "xlsx@0.16.9",
- "D:\\qianger\\7\\jindouyunNewFront"
- ]
- ],
- "_from": "xlsx@0.16.9",
- "_id": "xlsx@0.16.9",
- "_inBundle": false,
- "_integrity": "sha512-gxi1I3EasYvgCX1vN9pGyq920Ron4NO8PNfhuoA3Hpq6Y8f0ECXiy4OLrK4QZBnj1jx3QD+8Fq5YZ/3mPZ5iXw==",
- "_location": "/xlsx",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "xlsx@0.16.9",
- "name": "xlsx",
- "escapedName": "xlsx",
- "rawSpec": "0.16.9",
- "saveSpec": null,
- "fetchSpec": "0.16.9"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/xlsx/-/xlsx-0.16.9.tgz",
- "_spec": "0.16.9",
- "_where": "D:\\qianger\\7\\jindouyunNewFront",
- "alex": {
- "allow": [
- "special",
- "simple",
- "just",
- "crash",
- "wtf",
- "holes"
- ]
- },
- "author": {
- "name": "sheetjs"
- },
- "bin": {
- "xlsx": "bin/xlsx.njs"
- },
- "browser": {
- "buffer": false,
- "crypto": false,
- "stream": false,
- "process": false,
- "fs": false
- },
- "bugs": {
- "url": "https://github.com/SheetJS/js-xlsx/issues"
- },
- "config": {
- "blanket": {
- "pattern": "xlsx.js"
- }
- },
- "dependencies": {
- "adler-32": "~1.2.0",
- "cfb": "^1.1.4",
- "codepage": "~1.14.0",
- "commander": "~2.17.1",
- "crc-32": "~1.2.0",
- "exit-on-epipe": "~1.0.1",
- "fflate": "^0.3.8",
- "ssf": "~0.11.2",
- "wmf": "~1.0.1",
- "word": "~0.3.0"
- },
- "description": "SheetJS Spreadsheet data parser and writer",
- "devDependencies": {
- "@sheetjs/uglify-js": "~2.7.3",
- "@types/node": "^8.5.9",
- "blanket": "~1.2.3",
- "dtslint": "^0.1.2",
- "jsdom": "~11.1.0",
- "mocha": "~2.5.3",
- "typescript": "2.2.0"
- },
- "engines": {
- "node": ">=0.8"
- },
- "homepage": "https://sheetjs.com/",
- "jsdelivr": "dist/xlsx.min.js",
- "keywords": [
- "excel",
- "xls",
- "xlsx",
- "xlsb",
- "xlsm",
- "ods",
- "csv",
- "dbf",
- "dif",
- "sylk",
- "office",
- "spreadsheet"
- ],
- "license": "Apache-2.0",
- "main": "./xlsx",
- "name": "xlsx",
- "repository": {
- "type": "git",
- "url": "git://github.com/SheetJS/sheetjs.git"
- },
- "scripts": {
- "build": "make",
- "dtslint": "dtslint types",
- "lint": "make fullint",
- "pretest": "git submodule init && git submodule update",
- "test": "make travis"
- },
- "types": "types",
- "unpkg": "dist/xlsx.min.js",
- "version": "0.16.9"
- }
|