package.js 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. (function() {
  2. var nodeEnv = typeof require !== 'undefined' && typeof process !== 'undefined';
  3. var __module = nodeEnv ? module : {exports:{}};
  4. var __filename = 'preview-scripts/__node_modules/elliptic/package.js';
  5. var __require = nodeEnv ? function (request) {
  6. return cc.require(request);
  7. } : function (request) {
  8. return __quick_compile_project__.require(request, __filename);
  9. };
  10. function __define (exports, require, module) {
  11. if (!nodeEnv) {__quick_compile_project__.registerModule(__filename, module);}module.exports = {
  12. "_from": "elliptic@^6.5.3",
  13. "_id": "elliptic@6.5.4",
  14. "_inBundle": false,
  15. "_integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==",
  16. "_location": "/elliptic",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "type": "range",
  20. "registry": true,
  21. "raw": "elliptic@^6.5.3",
  22. "name": "elliptic",
  23. "escapedName": "elliptic",
  24. "rawSpec": "^6.5.3",
  25. "saveSpec": null,
  26. "fetchSpec": "^6.5.3"
  27. },
  28. "_requiredBy": [
  29. "/browserify-sign",
  30. "/create-ecdh"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
  33. "_shasum": "da37cebd31e79a1367e941b592ed1fbebd58abbb",
  34. "_spec": "elliptic@^6.5.3",
  35. "_where": "/Users/nantas/fireball-x/fireball_2.4.11/dist/CocosCreator.app/Contents/Resources/app/node_modules/browserify-sign",
  36. "author": {
  37. "name": "Fedor Indutny",
  38. "email": "fedor@indutny.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/indutny/elliptic/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "bn.js": "^4.11.9",
  46. "brorand": "^1.1.0",
  47. "hash.js": "^1.0.0",
  48. "hmac-drbg": "^1.0.1",
  49. "inherits": "^2.0.4",
  50. "minimalistic-assert": "^1.0.1",
  51. "minimalistic-crypto-utils": "^1.0.1"
  52. },
  53. "deprecated": false,
  54. "description": "EC cryptography",
  55. "devDependencies": {
  56. "brfs": "^2.0.2",
  57. "coveralls": "^3.1.0",
  58. "eslint": "^7.6.0",
  59. "grunt": "^1.2.1",
  60. "grunt-browserify": "^5.3.0",
  61. "grunt-cli": "^1.3.2",
  62. "grunt-contrib-connect": "^3.0.0",
  63. "grunt-contrib-copy": "^1.0.0",
  64. "grunt-contrib-uglify": "^5.0.0",
  65. "grunt-mocha-istanbul": "^5.0.2",
  66. "grunt-saucelabs": "^9.0.1",
  67. "istanbul": "^0.4.5",
  68. "mocha": "^8.0.1"
  69. },
  70. "files": [
  71. "lib"
  72. ],
  73. "homepage": "https://github.com/indutny/elliptic",
  74. "keywords": [
  75. "EC",
  76. "Elliptic",
  77. "curve",
  78. "Cryptography"
  79. ],
  80. "license": "MIT",
  81. "main": "lib/elliptic.js",
  82. "name": "elliptic",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+ssh://git@github.com/indutny/elliptic.git"
  86. },
  87. "scripts": {
  88. "lint": "eslint lib test",
  89. "lint:fix": "npm run lint -- --fix",
  90. "test": "npm run lint && npm run unit",
  91. "unit": "istanbul test _mocha --reporter=spec test/index.js",
  92. "version": "grunt dist && git add dist/"
  93. },
  94. "version": "6.5.4"
  95. }
  96. }
  97. if (nodeEnv) {
  98. __define(__module.exports, __require, __module);
  99. }
  100. else {
  101. __quick_compile_project__.registerModuleFunc(__filename, function () {
  102. __define(__module.exports, __require, __module);
  103. });
  104. }
  105. })();