package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_args": [
  3. [
  4. "string-hash@1.1.3",
  5. "/Users/wc/Desktop/HBuilder/vue3_cesium"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "string-hash@1.1.3",
  10. "_id": "string-hash@1.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=",
  13. "_location": "/string-hash",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "string-hash@1.1.3",
  19. "name": "string-hash",
  20. "escapedName": "string-hash",
  21. "rawSpec": "1.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.3"
  24. },
  25. "_requiredBy": [
  26. "/postcss-modules"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz",
  29. "_spec": "1.1.3",
  30. "_where": "/Users/wc/Desktop/HBuilder/vue3_cesium",
  31. "author": {
  32. "name": "The Dark Sky Company",
  33. "email": "developer@darksky.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/darkskyapp/string-hash/issues"
  37. },
  38. "dependencies": {},
  39. "description": "fast string hashing function",
  40. "devDependencies": {
  41. "mocha": "*"
  42. },
  43. "homepage": "https://github.com/darkskyapp/string-hash#readme",
  44. "keywords": [
  45. "string",
  46. "hashing"
  47. ],
  48. "license": "CC0-1.0",
  49. "main": "./index",
  50. "name": "string-hash",
  51. "repository": {
  52. "type": "git",
  53. "url": "git://github.com/darkskyapp/string-hash.git"
  54. },
  55. "scripts": {
  56. "test": "mocha"
  57. },
  58. "version": "1.1.3"
  59. }