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.
 
 
 
 

62 lines
1.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "@emotion/hash@0.8.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "@emotion/hash@0.8.0",
  9. "_id": "@emotion/hash@0.8.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-kBJtf7PH6aWwZ6fka3zQ0p6SBYzx4fl1LoZXE2RrnYST9Xljm7WfKJrU4g/Xr3Beg72MLrp1AWNUmuYJTL7Cow==",
  12. "_location": "/@emotion/hash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@emotion/hash@0.8.0",
  18. "name": "@emotion/hash",
  19. "escapedName": "@emotion%2fhash",
  20. "scope": "@emotion",
  21. "rawSpec": "0.8.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.8.0"
  24. },
  25. "_requiredBy": [
  26. "/@emotion/serialize",
  27. "/babel-plugin-emotion"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.8.0.tgz",
  30. "_spec": "0.8.0",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  32. "browser": {
  33. "./dist/hash.cjs.js": "./dist/hash.browser.cjs.js",
  34. "./dist/hash.esm.js": "./dist/hash.browser.esm.js"
  35. },
  36. "description": "A MurmurHash2 implementation",
  37. "devDependencies": {
  38. "dtslint": "^0.3.0"
  39. },
  40. "files": [
  41. "src",
  42. "dist",
  43. "types"
  44. ],
  45. "license": "MIT",
  46. "main": "dist/hash.cjs.js",
  47. "module": "dist/hash.esm.js",
  48. "name": "@emotion/hash",
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "https://github.com/emotion-js/emotion/tree/master/packages/hash"
  55. },
  56. "scripts": {
  57. "test:typescript": "dtslint types"
  58. },
  59. "types": "types/index.d.ts",
  60. "version": "0.8.0"
  61. }