package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "classnames@^2.2.6",
  3. "_id": "classnames@2.2.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==",
  6. "_location": "/classnames",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "classnames@^2.2.6",
  12. "name": "classnames",
  13. "escapedName": "classnames",
  14. "rawSpec": "^2.2.6",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.6"
  17. },
  18. "_requiredBy": [
  19. "/react-google-photo"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz",
  22. "_shasum": "43935bffdd291f326dad0a205309b38d00f650ce",
  23. "_spec": "classnames@^2.2.6",
  24. "_where": "/Users/holunyeung/Documents/GitHub/Photo_React/photo/node_modules/react-google-photo",
  25. "author": {
  26. "name": "Jed Watson"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/JedWatson/classnames/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "A simple utility for conditionally joining classNames together",
  34. "devDependencies": {
  35. "benchmark": "^1.0.0",
  36. "browserify": "^14.1.0",
  37. "mocha": "^2.1.0",
  38. "opn-cli": "^3.1.0"
  39. },
  40. "homepage": "https://github.com/JedWatson/classnames#readme",
  41. "keywords": [
  42. "react",
  43. "css",
  44. "classes",
  45. "classname",
  46. "classnames",
  47. "util",
  48. "utility"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "classnames",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/JedWatson/classnames.git"
  56. },
  57. "scripts": {
  58. "benchmarks": "node ./benchmarks/run",
  59. "benchmarks-browserify": "browserify ./benchmarks/runInBrowser.js >./benchmarks/runInBrowser.bundle.js",
  60. "benchmarks-in-browser": "opn ./benchmarks/benchmarks.html",
  61. "test": "mocha tests/*.js"
  62. },
  63. "version": "2.2.6"
  64. }