package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "xxhashjs@^0.2.1",
  3. "_id": "xxhashjs@0.2.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw==",
  6. "_location": "/xxhashjs",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "xxhashjs@^0.2.1",
  12. "name": "xxhashjs",
  13. "escapedName": "xxhashjs",
  14. "rawSpec": "^0.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.1"
  17. },
  18. "_requiredBy": [
  19. "/postcss-url"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/xxhashjs/-/xxhashjs-0.2.2.tgz",
  22. "_shasum": "8a6251567621a1c46a5ae204da0249c7f8caa9d8",
  23. "_spec": "xxhashjs@^0.2.1",
  24. "_where": "H:\\gs_nuxt\\node_modules\\postcss-url",
  25. "author": {
  26. "name": "Pierre Curto"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/pierrec/js-xxhash/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "cuint": "^0.2.2"
  34. },
  35. "deprecated": false,
  36. "description": "xxHash in Javascript",
  37. "devDependencies": {
  38. "benchmark": "*",
  39. "uglifyjs": "^2.4.11",
  40. "webpack": "^3.10.0"
  41. },
  42. "homepage": "https://github.com/pierrec/js-xxhash",
  43. "keywords": [
  44. "xxhash",
  45. "xxh"
  46. ],
  47. "license": "MIT",
  48. "main": "./lib/index.js",
  49. "name": "xxhashjs",
  50. "repository": {
  51. "type": "git",
  52. "url": "git+https://github.com/pierrec/js-xxhash.git"
  53. },
  54. "scripts": {
  55. "prepublish": "webpack && uglifyjs -m -c -o build/xxhash.min.js build/xxhash.js",
  56. "test": "mocha"
  57. },
  58. "version": "0.2.2"
  59. }