{ "_from": "node-xlsx", "_id": "node-xlsx@0.15.0", "_inBundle": false, "_integrity": "sha512-rQyhWDJ/k60wQemov7a8MlToastWTidrAVFRwTWV+s53LN/SRwU4lnmc5xuFXx/ay+uaLAsAQBp6BkVob5OjOA==", "_location": "/node-xlsx", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "node-xlsx", "name": "node-xlsx", "escapedName": "node-xlsx", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/node-xlsx/-/node-xlsx-0.15.0.tgz", "_shasum": "1f1b0d7adce5c706e86bfd96a5aa0005bf8a9dc3", "_spec": "node-xlsx", "_where": "D:\\Work\\tianshen\\svn\\fruit\\tech\\tools", "author": { "name": "Olivier Louvignes", "email": "olivier@mg-crea.com" }, "bugs": { "url": "https://github.com/mgcrea/node-xlsx/issues" }, "bundleDependencies": false, "dependencies": { "buffer-from": "^1.1.0", "xlsx": "^0.14.1" }, "deprecated": false, "description": "NodeJS Excel files parser & builder", "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^8.2.3", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-function-bind": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-register": "^6.26.0", "codacy-coverage": "^3.0.0", "debug-utils": "^0.3.2", "eslint": "^4.19.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.12.0", "expect": "^23.1.0", "jest": "^23.1.0", "rimraf": "^2.6.2" }, "engines": { "node": ">=4.0.0" }, "homepage": "https://github.com/mgcrea/node-xlsx#readme", "jest": { "testEnvironment": "node" }, "keywords": [ "excel", "parser", "builder", "xlsx", "xls" ], "license": "Apache-2.0", "main": "lib/index.js", "name": "node-xlsx", "repository": { "type": "git", "url": "git+https://github.com/mgcrea/node-xlsx.git" }, "scripts": { "compile": "rimraf lib/*; NODE_ENV=production babel src/ -d lib/ -s", "compile:watch": "npm run compile -- -w", "lint": "NODE_ENV=test eslint src/", "prepublish": "npm run compile", "start": "npm run test:watch", "test": "NODE_ENV=test jest --runInBand", "test:coverage": "npm run test -- --coverage", "test:watch": "npm run test -- --watch" }, "version": "0.15.0" }