Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/asn1/package.json

    rceaed42 r59329aa  
    11{
    2   "author": "Joyent (joyent.com)",
     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  },
    338  "contributors": [
    4     "Mark Cavage <mcavage@gmail.com>",
    5     "David Gwynne <loki@animata.net>",
    6     "Yunong Xiao <yunong@joyent.com>",
    7     "Alex Wilson <alex.wilson@joyent.com>"
     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    }
    855  ],
     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",
    970  "name": "asn1",
    10   "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
    11   "version": "0.2.4",
    1271  "repository": {
    1372    "type": "git",
    1473    "url": "git://github.com/joyent/node-asn1.git"
    1574  },
    16   "main": "lib/index.js",
    17   "dependencies": {
    18     "safer-buffer": "~2.1.0"
     75  "scripts": {
     76    "test": "tape ./test/ber/*.test.js"
    1977  },
    20   "devDependencies": {
    21     "istanbul": "^0.3.6",
    22     "faucet": "0.0.1",
    23     "tape": "^3.5.0",
    24     "eslint": "2.13.1",
    25     "eslint-plugin-joyent": "~1.3.0"
    26   },
    27   "scripts": {
    28     "test": "./node_modules/.bin/tape ./test/ber/*.test.js"
    29   },
    30   "license": "MIT"
     78  "version": "0.2.4"
    3179}
Note: See TracChangeset for help on using the changeset viewer.