Changeset e29cc2e for trip-planner-front/node_modules/asn1/package.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/asn1/package.json
r59329aa re29cc2e 1 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", 2 "_from": "asn1@~0.2.3", 3 "_id": "asn1@0.2.6", 11 4 "_inBundle": false, 12 "_integrity": "sha512- jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",5 "_integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", 13 6 "_location": "/asn1", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "asn1@ 0.2.4",11 "raw": "asn1@~0.2.3", 19 12 "name": "asn1", 20 13 "escapedName": "asn1", 21 "rawSpec": " 0.2.4",14 "rawSpec": "~0.2.3", 22 15 "saveSpec": null, 23 "fetchSpec": " 0.2.4"16 "fetchSpec": "~0.2.3" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/sshpk" 27 20 ], 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", 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", 31 25 "author": { 32 26 "name": "Joyent", … … 36 30 "url": "https://github.com/joyent/node-asn1/issues" 37 31 }, 32 "bundleDependencies": false, 38 33 "contributors": [ 39 34 { … … 57 52 "safer-buffer": "~2.1.0" 58 53 }, 54 "deprecated": false, 59 55 "description": "Contains parsers and serializers for ASN.1 (currently BER only)", 60 56 "devDependencies": { … … 71 67 "repository": { 72 68 "type": "git", 73 "url": "git ://github.com/joyent/node-asn1.git"69 "url": "git+https://github.com/joyent/node-asn1.git" 74 70 }, 75 71 "scripts": { 76 72 "test": "tape ./test/ber/*.test.js" 77 73 }, 78 "version": "0.2. 4"74 "version": "0.2.6" 79 75 }
Note:
See TracChangeset
for help on using the changeset viewer.