package.json 2.6 KB

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