source: trip-planner-front/node_modules/base64-arraybuffer/package.json@ 84d0fbb

Last change on this file since 84d0fbb was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.6 KB
Line 
1{
2 "_from": "base64-arraybuffer@~1.0.1",
3 "_id": "base64-arraybuffer@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-vFIUq7FdLtjZMhATwDul5RZWv2jpXQ09Pd6jcVEOvIsqCWTRFD/ONHNfyOS8dA/Ippi5dsIgpyKWKZaAKZltbA==",
6 "_location": "/base64-arraybuffer",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "base64-arraybuffer@~1.0.1",
12 "name": "base64-arraybuffer",
13 "escapedName": "base64-arraybuffer",
14 "rawSpec": "~1.0.1",
15 "saveSpec": null,
16 "fetchSpec": "~1.0.1"
17 },
18 "_requiredBy": [
19 "/engine.io-parser"
20 ],
21 "_resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-1.0.1.tgz",
22 "_shasum": "87bd13525626db4a9838e00a508c2b73efcf348c",
23 "_spec": "base64-arraybuffer@~1.0.1",
24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\engine.io-parser",
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.1"
79}
Note: See TracBrowser for help on using the repository browser.