Skip to content

Commit 47e80dd

Browse files
committed
JS driver v1.1.1: Checking in more transpiled files for bower
1 parent e27e739 commit 47e80dd

File tree

3 files changed

+46
-28
lines changed

3 files changed

+46
-28
lines changed

lib/browser/neo4j-web.js

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17091,8 +17091,16 @@ utils.intFromLE = intFromLE;
1709117091
module.exports={
1709217092
"_args": [
1709317093
[
17094-
"elliptic@^6.0.0",
17095-
"/opt/teamcity-agent/work/c19f76d16f40cf26/node_modules/browserify-sign"
17094+
{
17095+
"raw": "elliptic@^6.0.0",
17096+
"scope": null,
17097+
"escapedName": "elliptic",
17098+
"name": "elliptic",
17099+
"rawSpec": "^6.0.0",
17100+
"spec": ">=6.0.0 <7.0.0",
17101+
"type": "range"
17102+
},
17103+
"/Users/lutovich/Projects/neo4j-javascript-driver/node_modules/browserify-sign"
1709617104
]
1709717105
],
1709817106
"_from": "elliptic@>=6.0.0 <7.0.0",
@@ -17106,31 +17114,32 @@ module.exports={
1710617114
"tmp": "tmp/elliptic-6.3.3.tgz_1486422837740_0.10658654430881143"
1710717115
},
1710817116
"_npmUser": {
17109-
"email": "fedor@indutny.com",
17110-
"name": "indutny"
17117+
"name": "indutny",
17118+
"email": "fedor@indutny.com"
1711117119
},
1711217120
"_npmVersion": "3.10.8",
1711317121
"_phantomChildren": {},
1711417122
"_requested": {
17115-
"name": "elliptic",
1711617123
"raw": "elliptic@^6.0.0",
17117-
"rawSpec": "^6.0.0",
1711817124
"scope": null,
17125+
"escapedName": "elliptic",
17126+
"name": "elliptic",
17127+
"rawSpec": "^6.0.0",
1711917128
"spec": ">=6.0.0 <7.0.0",
1712017129
"type": "range"
1712117130
},
1712217131
"_requiredBy": [
1712317132
"/browserify-sign",
1712417133
"/create-ecdh"
1712517134
],
17126-
"_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.3.3.tgz",
17135+
"_resolved": "http://registry.npmjs.org/elliptic/-/elliptic-6.3.3.tgz",
1712717136
"_shasum": "5482d9646d54bcb89fd7d994fc9e2e9568876e3f",
1712817137
"_shrinkwrap": null,
1712917138
"_spec": "elliptic@^6.0.0",
17130-
"_where": "/opt/teamcity-agent/work/c19f76d16f40cf26/node_modules/browserify-sign",
17139+
"_where": "/Users/lutovich/Projects/neo4j-javascript-driver/node_modules/browserify-sign",
1713117140
"author": {
17132-
"email": "[email protected]",
17133-
"name": "Fedor Indutny"
17141+
"name": "Fedor Indutny",
17142+
"email": "[email protected]"
1713417143
},
1713517144
"bugs": {
1713617145
"url": "https://github.com/indutny/elliptic/issues"
@@ -17169,10 +17178,10 @@ module.exports={
1716917178
"gitHead": "63aee8d697e9b7fac37ece24222029117a890a7e",
1717017179
"homepage": "https://github.com/indutny/elliptic",
1717117180
"keywords": [
17172-
"Cryptography",
1717317181
"EC",
1717417182
"Elliptic",
17175-
"curve"
17183+
"curve",
17184+
"Cryptography"
1717617185
],
1717717186
"license": "MIT",
1717817187
"main": "lib/elliptic.js",

0 commit comments

Comments
 (0)