版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
344 B

  1. {
  2. "name": "string-hash",
  3. "repo": "darkskyapp/string-hash",
  4. "description": "fast string hashing function",
  5. "version": "1.1.1",
  6. "keywords": [
  7. "string",
  8. "hashing"
  9. ],
  10. "dependencies": {},
  11. "development": {
  12. "mocha": "1.3.x"
  13. },
  14. "license": "CC0",
  15. "main": "index.js",
  16. "scripts": [
  17. "index.js"
  18. ],
  19. "remotes": []
  20. }