package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "node-xlsx",
  3. "_id": "node-xlsx@0.11.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EVKysbKISk0mWzYLq1kED/V/SEEjlMrdyyBN8xu9gilEeYvHX0G1NrvQU+CyYHxUeMh+stuPNhjwUdBuyyYIZw==",
  6. "_location": "/node-xlsx",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "node-xlsx",
  12. "name": "node-xlsx",
  13. "escapedName": "node-xlsx",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/node-xlsx/-/node-xlsx-0.11.2.tgz",
  23. "_shasum": "0bb03ce61be9adc0b186d55c4b0f8404fe321aae",
  24. "_spec": "node-xlsx",
  25. "_where": "D:\\proj\\CocosCreatorPlugins\\packages\\excel-fucker",
  26. "author": {
  27. "name": "Olivier Louvignes",
  28. "email": "olivier@mg-crea.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/mgcrea/node-xlsx/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "xlsx": "^0.11.10"
  36. },
  37. "deprecated": false,
  38. "description": "NodeJS Excel files parser & builder",
  39. "devDependencies": {
  40. "babel-cli": "^6.26.0",
  41. "babel-eslint": "^8.0.2",
  42. "babel-plugin-transform-class-properties": "^6.24.1",
  43. "babel-plugin-transform-function-bind": "^6.22.0",
  44. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  45. "babel-preset-es2015": "^6.24.1",
  46. "babel-register": "^6.26.0",
  47. "codacy-coverage": "^2.0.3",
  48. "debug-utils": "^0.2.1",
  49. "eslint": "^4.11.0",
  50. "eslint-config-airbnb-base": "^12.1.0",
  51. "eslint-plugin-import": "^2.8.0",
  52. "expect": "^21.2.1",
  53. "jest": "^21.2.1",
  54. "rimraf": "^2.6.2"
  55. },
  56. "engines": {
  57. "node": ">=4.0.0"
  58. },
  59. "homepage": "https://github.com/mgcrea/node-xlsx#readme",
  60. "jest": {
  61. "testEnvironment": "node"
  62. },
  63. "keywords": [
  64. "excel",
  65. "parser",
  66. "builder",
  67. "xlsx",
  68. "xls"
  69. ],
  70. "license": "Apache-2.0",
  71. "main": "lib/index.js",
  72. "name": "node-xlsx",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/mgcrea/node-xlsx.git"
  76. },
  77. "scripts": {
  78. "compile": "rimraf lib/*; NODE_ENV=production babel src/ -d lib/ -s",
  79. "compile:watch": "npm run compile -- -w",
  80. "lint": "NODE_ENV=test eslint src/",
  81. "prepublish": "npm run compile",
  82. "start": "npm run test:watch",
  83. "test": "NODE_ENV=test jest --runInBand",
  84. "test:coverage": "npm run test -- --coverage",
  85. "test:watch": "npm run test -- --watch"
  86. },
  87. "version": "0.11.2"
  88. }