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

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

adding photos

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