package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "cuint@^0.2.2",
  3. "_id": "cuint@0.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QICG1AlVDCYxFVYZ6fp7ytw7mRs=",
  6. "_location": "/cuint",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cuint@^0.2.2",
  12. "name": "cuint",
  13. "escapedName": "cuint",
  14. "rawSpec": "^0.2.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.2"
  17. },
  18. "_requiredBy": [
  19. "/xxhashjs"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz",
  22. "_shasum": "408086d409550c2631155619e9fa7bcadc3b991b",
  23. "_spec": "cuint@^0.2.2",
  24. "_where": "H:\\gs_nuxt\\node_modules\\xxhashjs",
  25. "author": {
  26. "name": "Pierre Curto"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/pierrec/js-cuint/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Unsigned integers for Javascript",
  34. "devDependencies": {
  35. "minify": "0.2.x",
  36. "mocha": "^2.1.0"
  37. },
  38. "homepage": "https://github.com/pierrec/js-cuint",
  39. "keywords": [
  40. "C",
  41. "unsigned",
  42. "integer",
  43. "32bits",
  44. "64bits"
  45. ],
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "cuint",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/pierrec/js-cuint.git"
  52. },
  53. "scripts": {
  54. "prepublish": "node build",
  55. "test": "mocha"
  56. },
  57. "version": "0.2.2"
  58. }