package.json 1.3 KB

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