@supernova-studio/pulsar-core 1.0.19 → 1.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/browser/pulsar.js +68 -39
- package/build/browser/pulsar.min.js +3 -3
- package/build/tsconfig.tsbuildinfo +1363 -1363
- package/package.json +2 -2
package/build/browser/pulsar.js
CHANGED
|
@@ -37087,37 +37087,52 @@ utils.intFromLE = intFromLE;
|
|
|
37087
37087
|
arguments[4][117][0].apply(exports,arguments)
|
|
37088
37088
|
},{"buffer":136,"dup":117}],227:[function(require,module,exports){
|
|
37089
37089
|
module.exports={
|
|
37090
|
-
"
|
|
37091
|
-
|
|
37092
|
-
|
|
37093
|
-
|
|
37094
|
-
|
|
37095
|
-
"lib"
|
|
37090
|
+
"_args": [
|
|
37091
|
+
[
|
|
37092
|
+
"elliptic@6.5.3",
|
|
37093
|
+
"/Users/begemot/dev/supernova/codegen/Pulsar/packages/core"
|
|
37094
|
+
]
|
|
37096
37095
|
],
|
|
37097
|
-
"
|
|
37098
|
-
|
|
37099
|
-
|
|
37100
|
-
|
|
37101
|
-
|
|
37102
|
-
|
|
37103
|
-
|
|
37104
|
-
|
|
37105
|
-
|
|
37106
|
-
"
|
|
37107
|
-
"
|
|
37108
|
-
|
|
37109
|
-
|
|
37110
|
-
"
|
|
37111
|
-
"
|
|
37112
|
-
|
|
37113
|
-
|
|
37096
|
+
"_from": "elliptic@6.5.3",
|
|
37097
|
+
"_id": "elliptic@6.5.3",
|
|
37098
|
+
"_inBundle": false,
|
|
37099
|
+
"_integrity": "sha512-IMqzv5wNQf+E6aHeIqATs0tOLeOTwj1QKbRcS3jBbYkl5oLAserA8yJTT7/VyHUYG91PRmPyeQDObKLPpeS4dw==",
|
|
37100
|
+
"_location": "/elliptic",
|
|
37101
|
+
"_phantomChildren": {},
|
|
37102
|
+
"_requested": {
|
|
37103
|
+
"type": "version",
|
|
37104
|
+
"registry": true,
|
|
37105
|
+
"raw": "elliptic@6.5.3",
|
|
37106
|
+
"name": "elliptic",
|
|
37107
|
+
"escapedName": "elliptic",
|
|
37108
|
+
"rawSpec": "6.5.3",
|
|
37109
|
+
"saveSpec": null,
|
|
37110
|
+
"fetchSpec": "6.5.3"
|
|
37111
|
+
},
|
|
37112
|
+
"_requiredBy": [
|
|
37113
|
+
"/browserify-sign",
|
|
37114
|
+
"/create-ecdh"
|
|
37114
37115
|
],
|
|
37115
|
-
"
|
|
37116
|
-
"
|
|
37116
|
+
"_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.3.tgz",
|
|
37117
|
+
"_spec": "6.5.3",
|
|
37118
|
+
"_where": "/Users/begemot/dev/supernova/codegen/Pulsar/packages/core",
|
|
37119
|
+
"author": {
|
|
37120
|
+
"name": "Fedor Indutny",
|
|
37121
|
+
"email": "fedor@indutny.com"
|
|
37122
|
+
},
|
|
37117
37123
|
"bugs": {
|
|
37118
37124
|
"url": "https://github.com/indutny/elliptic/issues"
|
|
37119
37125
|
},
|
|
37120
|
-
"
|
|
37126
|
+
"dependencies": {
|
|
37127
|
+
"bn.js": "^4.4.0",
|
|
37128
|
+
"brorand": "^1.0.1",
|
|
37129
|
+
"hash.js": "^1.0.0",
|
|
37130
|
+
"hmac-drbg": "^1.0.0",
|
|
37131
|
+
"inherits": "^2.0.1",
|
|
37132
|
+
"minimalistic-assert": "^1.0.0",
|
|
37133
|
+
"minimalistic-crypto-utils": "^1.0.0"
|
|
37134
|
+
},
|
|
37135
|
+
"description": "EC cryptography",
|
|
37121
37136
|
"devDependencies": {
|
|
37122
37137
|
"brfs": "^1.4.3",
|
|
37123
37138
|
"coveralls": "^3.0.8",
|
|
@@ -37134,20 +37149,34 @@ module.exports={
|
|
|
37134
37149
|
"jshint": "^2.10.3",
|
|
37135
37150
|
"mocha": "^6.2.2"
|
|
37136
37151
|
},
|
|
37137
|
-
"
|
|
37138
|
-
"
|
|
37139
|
-
|
|
37140
|
-
|
|
37141
|
-
|
|
37142
|
-
"
|
|
37143
|
-
"
|
|
37144
|
-
"
|
|
37145
|
-
|
|
37146
|
-
|
|
37147
|
-
|
|
37148
|
-
|
|
37149
|
-
|
|
37152
|
+
"files": [
|
|
37153
|
+
"lib"
|
|
37154
|
+
],
|
|
37155
|
+
"homepage": "https://github.com/indutny/elliptic",
|
|
37156
|
+
"keywords": [
|
|
37157
|
+
"EC",
|
|
37158
|
+
"Elliptic",
|
|
37159
|
+
"curve",
|
|
37160
|
+
"Cryptography"
|
|
37161
|
+
],
|
|
37162
|
+
"license": "MIT",
|
|
37163
|
+
"main": "lib/elliptic.js",
|
|
37164
|
+
"name": "elliptic",
|
|
37165
|
+
"repository": {
|
|
37166
|
+
"type": "git",
|
|
37167
|
+
"url": "git+ssh://git@github.com/indutny/elliptic.git"
|
|
37168
|
+
},
|
|
37169
|
+
"scripts": {
|
|
37170
|
+
"jscs": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
|
|
37171
|
+
"jshint": "jscs benchmarks/*.js lib/*.js lib/**/*.js lib/**/**/*.js test/index.js",
|
|
37172
|
+
"lint": "npm run jscs && npm run jshint",
|
|
37173
|
+
"test": "npm run lint && npm run unit",
|
|
37174
|
+
"unit": "istanbul test _mocha --reporter=spec test/index.js",
|
|
37175
|
+
"version": "grunt dist && git add dist/"
|
|
37176
|
+
},
|
|
37177
|
+
"version": "6.5.3"
|
|
37150
37178
|
}
|
|
37179
|
+
|
|
37151
37180
|
},{}],228:[function(require,module,exports){
|
|
37152
37181
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
37153
37182
|
//
|