Dashboard sipadu mbip
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.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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-bootstrap",
  20. "/react-overlays"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz",
  23. "_shasum": "43935bffdd291f326dad0a205309b38d00f650ce",
  24. "_spec": "classnames@^2.2.6",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/react-bootstrap",
  26. "author": {
  27. "name": "Jed Watson"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/JedWatson/classnames/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A simple utility for conditionally joining classNames together",
  35. "devDependencies": {
  36. "benchmark": "^1.0.0",
  37. "browserify": "^14.1.0",
  38. "mocha": "^2.1.0",
  39. "opn-cli": "^3.1.0"
  40. },
  41. "homepage": "https://github.com/JedWatson/classnames#readme",
  42. "keywords": [
  43. "react",
  44. "css",
  45. "classes",
  46. "classname",
  47. "classnames",
  48. "util",
  49. "utility"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "classnames",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/JedWatson/classnames.git"
  57. },
  58. "scripts": {
  59. "benchmarks": "node ./benchmarks/run",
  60. "benchmarks-browserify": "browserify ./benchmarks/runInBrowser.js >./benchmarks/runInBrowser.bundle.js",
  61. "benchmarks-in-browser": "opn ./benchmarks/benchmarks.html",
  62. "test": "mocha tests/*.js"
  63. },
  64. "version": "2.2.6"
  65. }