UNPKG

yhtml5-test

Version:

A test framework for front-end projects

115 lines (114 loc) 2.68 kB
{ "_args": [ [ "node-forge@0.6.33", "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo" ] ], "_from": "node-forge@0.6.33", "_id": "node-forge@0.6.33", "_inBundle": false, "_integrity": "sha1-RjgRh59XPUUVWtap9D3ClujoXrw=", "_location": "/node-forge", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "node-forge@0.6.33", "name": "node-forge", "escapedName": "node-forge", "rawSpec": "0.6.33", "saveSpec": null, "fetchSpec": "0.6.33" }, "_requiredBy": [ "/selfsigned" ], "_resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.6.33.tgz", "_spec": "0.6.33", "_where": "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo", "author": { "name": "Digital Bazaar, Inc.", "email": "support@digitalbazaar.com", "url": "http://digitalbazaar.com/" }, "bugs": { "url": "https://github.com/digitalbazaar/forge/issues", "email": "support@digitalbazaar.com" }, "contributors": [ { "name": "Dave Longley", "email": "dlongley@digitalbazaar.com" }, { "name": "Stefan Siegl", "email": "stesie@brokenpipe.de" }, { "name": "Christoph Dorn", "email": "christoph@christophdorn.com" } ], "description": "JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.", "devDependencies": { "almond": "~0.2.6", "jscs": "^1.8.1", "requirejs": "~2.1.8" }, "engines": { "node": "*" }, "homepage": "http://github.com/digitalbazaar/forge", "jspm": { "format": "amd" }, "keywords": [ "aes", "asn", "asn.1", "cbc", "crypto", "cryptography", "csr", "des", "gcm", "hmac", "http", "https", "md5", "network", "pkcs", "pki", "prng", "rc2", "rsa", "sha1", "sha256", "sha384", "sha512", "ssh", "tls", "x.509", "x509" ], "licenses": [ { "type": "BSD", "url": "https://github.com/digitalbazaar/forge/raw/master/LICENSE" } ], "main": "js/forge.js", "name": "node-forge", "repository": { "type": "git", "url": "git+ssh://git@github.com/digitalbazaar/forge.git" }, "scripts": { "bundle": "r.js -o minify.js optimize=none out=js/forge.bundle.js", "jscs": "jscs *.js js/*.js minify.js nodejs/*.js nodejs/test/*.js nodejs/ui/*.js tests/*.js", "jshint": "jshint *.js js/*.js minify.js nodejs/*.js nodejs/test/*.js nodejs/ui/*.js tests/*.js", "minify": "r.js -o minify.js" }, "version": "0.6.33" }