package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "long@~3",
  3. "_id": "long@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZYvPPOMqUwPoDsbJaR10iQJYnMuZhRTvHYl62ErLIEX7RgFlziSBUUvrt3OVfc47QlHHpzPZYP17g3Fv7oeJkg==",
  6. "_location": "/long",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "long@~3",
  12. "name": "long",
  13. "escapedName": "long",
  14. "rawSpec": "~3",
  15. "saveSpec": null,
  16. "fetchSpec": "~3"
  17. },
  18. "_requiredBy": [
  19. "/bytebuffer"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/long/-/long-3.2.0.tgz",
  22. "_shasum": "d821b7138ca1cb581c172990ef14db200b5c474b",
  23. "_spec": "long@~3",
  24. "_where": "D:\\website\\Other\\score\\node_modules\\bytebuffer",
  25. "author": {
  26. "name": "Daniel Wirtz",
  27. "email": "dcode@dcode.io"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/dcodeIO/long.js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {},
  34. "deprecated": false,
  35. "description": "A Long class for representing a 64-bit two's-complement integer value.",
  36. "devDependencies": {
  37. "closurecompiler": "^1.6",
  38. "metascript": "~0",
  39. "testjs": "latest"
  40. },
  41. "engines": {
  42. "node": ">=0.6"
  43. },
  44. "homepage": "https://github.com/dcodeIO/long.js#readme",
  45. "keywords": [
  46. "math"
  47. ],
  48. "license": "Apache-2.0",
  49. "main": "dist/long.js",
  50. "name": "long",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/dcodeIO/long.js.git"
  54. },
  55. "scripts": {
  56. "build": "node scripts/build.js",
  57. "compile": "ccjs dist/long.js --compilation_level=SIMPLE_OPTIMIZATIONS --create_source_map=dist/long.min.map > dist/long.min.js",
  58. "compress": "gzip -c -9 dist/long.min.js > dist/long.min.js.gz",
  59. "make": "npm run-script build && npm run-script compile && npm run-script compress && npm test",
  60. "test": "node node_modules/testjs/bin/testjs tests/suite.js"
  61. },
  62. "version": "3.2.0"
  63. }