{ "_from": "node-xlsx", "_id": "node-xlsx@0.11.2", "_inBundle": false, "_integrity": "sha512-EVKysbKISk0mWzYLq1kED/V/SEEjlMrdyyBN8xu9gilEeYvHX0G1NrvQU+CyYHxUeMh+stuPNhjwUdBuyyYIZw==", "_location": "/node-xlsx", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "node-xlsx", "name": "node-xlsx", "escapedName": "node-xlsx", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/node-xlsx/-/node-xlsx-0.11.2.tgz", "_shasum": "0bb03ce61be9adc0b186d55c4b0f8404fe321aae", "_spec": "node-xlsx", "_where": "D:\\proj\\CocosCreatorPlugins\\packages\\excel-fucker", "author": { "name": "Olivier Louvignes", "email": "olivier@mg-crea.com" }, "bugs": { "url": "https://github.com/mgcrea/node-xlsx/issues" }, "bundleDependencies": false, "dependencies": { "xlsx": "^0.11.10" }, "deprecated": false, "description": "NodeJS Excel files parser & builder", "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^8.0.2", "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-es2015": "^6.24.1", "babel-register": "^6.26.0", "codacy-coverage": "^2.0.3", "debug-utils": "^0.2.1", "eslint": "^4.11.0", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.8.0", "expect": "^21.2.1", "jest": "^21.2.1", "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.11.2" }