package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "xxhashjs@0.2.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "xxhashjs@0.2.2",
  10. "_id": "xxhashjs@0.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw==",
  13. "_location": "/xxhashjs",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "xxhashjs@0.2.2",
  19. "name": "xxhashjs",
  20. "escapedName": "xxhashjs",
  21. "rawSpec": "0.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.2"
  24. },
  25. "_requiredBy": [
  26. "/postcss-url"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/xxhashjs/-/xxhashjs-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-xxhash/issues"
  36. },
  37. "dependencies": {
  38. "cuint": "^0.2.2"
  39. },
  40. "description": "xxHash in Javascript",
  41. "devDependencies": {
  42. "benchmark": "*",
  43. "uglifyjs": "^2.4.11",
  44. "webpack": "^3.10.0"
  45. },
  46. "homepage": "https://github.com/pierrec/js-xxhash",
  47. "keywords": [
  48. "xxhash",
  49. "xxh"
  50. ],
  51. "license": "MIT",
  52. "main": "./lib/index.js",
  53. "name": "xxhashjs",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/pierrec/js-xxhash.git"
  57. },
  58. "scripts": {
  59. "prepublish": "webpack && uglifyjs -m -c -o build/xxhash.min.js build/xxhash.js",
  60. "test": "mocha"
  61. },
  62. "version": "0.2.2"
  63. }