package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "base64-arraybuffer@^1.0.2",
  3. "_id": "base64-arraybuffer@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==",
  6. "_location": "/base64-arraybuffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "base64-arraybuffer@^1.0.2",
  12. "name": "base64-arraybuffer",
  13. "escapedName": "base64-arraybuffer",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/utrie"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz",
  22. "_shasum": "1c37589a7c4b0746e34bd1feb951da2df01c1bdc",
  23. "_spec": "base64-arraybuffer@^1.0.2",
  24. "_where": "D:\\zhaogongxue\\banma\\node_modules\\utrie",
  25. "author": {
  26. "name": "Niklas von Hertzen",
  27. "email": "niklasvh@gmail.com",
  28. "url": "https://hertzen.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/niklasvh/base64-arraybuffer/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Encode/decode base64 data into ArrayBuffers",
  36. "devDependencies": {
  37. "@rollup/plugin-commonjs": "^19.0.0",
  38. "@rollup/plugin-node-resolve": "^13.0.0",
  39. "@rollup/plugin-typescript": "^8.2.1",
  40. "@types/mocha": "^8.2.2",
  41. "@types/node": "^16.0.0",
  42. "mocha": "9.0.2",
  43. "prettier": "^2.3.2",
  44. "rimraf": "3.0.2",
  45. "rollup": "^2.52.7",
  46. "rollup-plugin-json": "^4.0.0",
  47. "rollup-plugin-sourcemaps": "^0.6.3",
  48. "standard-version": "^9.3.0",
  49. "ts-node": "^10.0.0",
  50. "tslib": "^2.3.0",
  51. "tslint": "^6.1.3",
  52. "tslint-config-prettier": "^1.18.0",
  53. "typescript": "^4.3.5"
  54. },
  55. "engines": {
  56. "node": ">= 0.6.0"
  57. },
  58. "homepage": "https://github.com/niklasvh/base64-arraybuffer",
  59. "keywords": [],
  60. "license": "MIT",
  61. "main": "dist/base64-arraybuffer.umd.js",
  62. "module": "dist/base64-arraybuffer.es5.js",
  63. "name": "base64-arraybuffer",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/niklasvh/base64-arraybuffer.git"
  67. },
  68. "scripts": {
  69. "build": "tsc --module commonjs && rollup -c rollup.config.ts",
  70. "format": "prettier --write \"{src,test}/**/*.ts\"",
  71. "lint": "tslint -c tslint.json --project tsconfig.json -t codeFrame src/**/*.ts test/**/*.ts",
  72. "mocha": "mocha --require ts-node/register test/*.ts",
  73. "prebuild": "rimraf dist/",
  74. "release": "standard-version",
  75. "test": "npm run lint && npm run mocha"
  76. },
  77. "typings": "dist/types/index.d.ts",
  78. "version": "1.0.2"
  79. }