Edit File: package.json
{ "_args": [ [ "@panva/asn1.js@1.0.0", "/home/taswqeshtry/public_html/nodejs" ] ], "_from": "@panva/asn1.js@1.0.0", "_id": "@panva/asn1.js@1.0.0", "_inBundle": false, "_integrity": "sha512-UdkG3mLEqXgnlKsWanWcgb6dOjUzJ+XC5f+aWw30qrtjxeNUSfKX1cd5FBzOaXQumoe9nIqeZUvrRJS03HCCtw==", "_location": "/@panva/asn1.js", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@panva/asn1.js@1.0.0", "name": "@panva/asn1.js", "escapedName": "@panva%2fasn1.js", "scope": "@panva", "rawSpec": "1.0.0", "saveSpec": null, "fetchSpec": "1.0.0" }, "_requiredBy": [ "/jose" ], "_resolved": "https://registry.npmjs.org/@panva/asn1.js/-/asn1.js-1.0.0.tgz", "_spec": "1.0.0", "_where": "/home/taswqeshtry/public_html/nodejs", "author": { "name": "Fedor Indutny" }, "bugs": { "url": "https://github.com/panva/asn1.js/issues" }, "contributors": [ { "name": "Filip Skokan", "email": "panva.ip@gmail.com" } ], "description": "ASN.1 encoder and decoder for Node.js with no dependencies (fork of asn1.js using native BigInt)", "devDependencies": { "mocha": "^7.0.1", "standard": "^14.3.1" }, "engines": { "node": ">=10.13.0" }, "files": [ "lib" ], "homepage": "https://github.com/panva/asn1.js", "keywords": [ "asn.1", "bigint", "der", "pem" ], "license": "MIT", "main": "lib/asn1.js", "name": "@panva/asn1.js", "repository": { "type": "git", "url": "git+https://github.com/panva/asn1.js.git" }, "scripts": { "lint": "standard", "lint-fix": "standard --fix", "test": "mocha test/**/*-test.js" }, "version": "1.0.0" }
Back to File Manager