source: trip-planner-front/node_modules/asn1/package.json@ e29cc2e

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

primeNG components

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_from": "asn1@~0.2.3",
3 "_id": "asn1@0.2.6",
4 "_inBundle": false,
5 "_integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
6 "_location": "/asn1",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "asn1@~0.2.3",
12 "name": "asn1",
13 "escapedName": "asn1",
14 "rawSpec": "~0.2.3",
15 "saveSpec": null,
16 "fetchSpec": "~0.2.3"
17 },
18 "_requiredBy": [
19 "/sshpk"
20 ],
21 "_resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
22 "_shasum": "0d3a7bb6e64e02a90c0303b31f292868ea09a08d",
23 "_spec": "asn1@~0.2.3",
24 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\sshpk",
25 "author": {
26 "name": "Joyent",
27 "url": "joyent.com"
28 },
29 "bugs": {
30 "url": "https://github.com/joyent/node-asn1/issues"
31 },
32 "bundleDependencies": false,
33 "contributors": [
34 {
35 "name": "Mark Cavage",
36 "email": "mcavage@gmail.com"
37 },
38 {
39 "name": "David Gwynne",
40 "email": "loki@animata.net"
41 },
42 {
43 "name": "Yunong Xiao",
44 "email": "yunong@joyent.com"
45 },
46 {
47 "name": "Alex Wilson",
48 "email": "alex.wilson@joyent.com"
49 }
50 ],
51 "dependencies": {
52 "safer-buffer": "~2.1.0"
53 },
54 "deprecated": false,
55 "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
56 "devDependencies": {
57 "eslint": "2.13.1",
58 "eslint-plugin-joyent": "~1.3.0",
59 "faucet": "0.0.1",
60 "istanbul": "^0.3.6",
61 "tape": "^3.5.0"
62 },
63 "homepage": "https://github.com/joyent/node-asn1#readme",
64 "license": "MIT",
65 "main": "lib/index.js",
66 "name": "asn1",
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/joyent/node-asn1.git"
70 },
71 "scripts": {
72 "test": "tape ./test/ber/*.test.js"
73 },
74 "version": "0.2.6"
75}
Note: See TracBrowser for help on using the repository browser.