88 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			88 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "_from": "elliptic@^6.5.3",
 | 
						|
  "_id": "elliptic@6.5.3",
 | 
						|
  "_inBundle": false,
 | 
						|
  "_integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==",
 | 
						|
  "_location": "/elliptic",
 | 
						|
  "_phantomChildren": {},
 | 
						|
  "_requested": {
 | 
						|
    "type": "range",
 | 
						|
    "registry": true,
 | 
						|
    "raw": "elliptic@^6.5.3",
 | 
						|
    "name": "elliptic",
 | 
						|
    "escapedName": "elliptic",
 | 
						|
    "rawSpec": "^6.5.3",
 | 
						|
    "saveSpec": null,
 | 
						|
    "fetchSpec": "^6.5.3"
 | 
						|
  },
 | 
						|
  "_requiredBy": [
 | 
						|
    "/browserify-sign",
 | 
						|
    "/create-ecdh"
 | 
						|
  ],
 | 
						|
  "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz",
 | 
						|
  "_shasum": "cb59eb2efdaf73a0bd78ccd7015a62ad6e0f93d6",
 | 
						|
  "_spec": "elliptic@^6.5.3",
 | 
						|
  "_where": "/home/andreas/Documents/Projects/haxe/openfl/nigger/node_modules/browserify-sign",
 | 
						|
  "author": {
 | 
						|
    "name": "Fedor Indutny",
 | 
						|
    "email": "fedor@indutny.com"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/indutny/elliptic/issues"
 | 
						|
  },
 | 
						|
  "bundleDependencies": false,
 | 
						|
  "dependencies": {
 | 
						|
    "bn.js": "^4.4.0",
 | 
						|
    "brorand": "^1.0.1",
 | 
						|
    "hash.js": "^1.0.0",
 | 
						|
    "hmac-drbg": "^1.0.0",
 | 
						|
    "inherits": "^2.0.1",
 | 
						|
    "minimalistic-assert": "^1.0.0",
 | 
						|
    "minimalistic-crypto-utils": "^1.0.0"
 | 
						|
  },
 | 
						|
  "deprecated": false,
 | 
						|
  "description": "EC cryptography",
 | 
						|
  "devDependencies": {
 | 
						|
    "brfs": "^1.4.3",
 | 
						|
    "coveralls": "^3.0.8",
 | 
						|
    "grunt": "^1.0.4",
 | 
						|
    "grunt-browserify": "^5.0.0",
 | 
						|
    "grunt-cli": "^1.2.0",
 | 
						|
    "grunt-contrib-connect": "^1.0.0",
 | 
						|
    "grunt-contrib-copy": "^1.0.0",
 | 
						|
    "grunt-contrib-uglify": "^1.0.1",
 | 
						|
    "grunt-mocha-istanbul": "^3.0.1",
 | 
						|
    "grunt-saucelabs": "^9.0.1",
 | 
						|
    "istanbul": "^0.4.2",
 | 
						|
    "jscs": "^3.0.7",
 | 
						|
    "jshint": "^2.10.3",
 | 
						|
    "mocha": "^6.2.2"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "lib"
 | 
						|
  ],
 | 
						|
  "homepage": "https://github.com/indutny/elliptic",
 | 
						|
  "keywords": [
 | 
						|
    "EC",
 | 
						|
    "Elliptic",
 | 
						|
    "curve",
 | 
						|
    "Cryptography"
 | 
						|
  ],
 | 
						|
  "license": "MIT",
 | 
						|
  "main": "lib/elliptic.js",
 | 
						|
  "name": "elliptic",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+ssh://git@github.com/indutny/elliptic.git"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "jscs": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
 | 
						|
    "jshint": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
 | 
						|
    "lint": "npm run jscs && npm run jshint",
 | 
						|
    "test": "npm run lint && npm run unit",
 | 
						|
    "unit": "istanbul test _mocha --reporter=spec test/index.js",
 | 
						|
    "version": "grunt dist && git add dist/"
 | 
						|
  },
 | 
						|
  "version": "6.5.3"
 | 
						|
}
 |