package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "no-scroll@^2.1.1",
  3. "_id": "no-scroll@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YTzGAJOo/B6hkodeT5SKKHpOhAzjMfkUCCXjLJwjWk2F4/InIg+HbdH9kmT7bKpleDuqLZDTRy2OdNtAj0IVyQ==",
  6. "_location": "/no-scroll",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "no-scroll@^2.1.1",
  12. "name": "no-scroll",
  13. "escapedName": "no-scroll",
  14. "rawSpec": "^2.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.1"
  17. },
  18. "_requiredBy": [
  19. "/react-google-photo"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/no-scroll/-/no-scroll-2.1.1.tgz",
  22. "_shasum": "f37e08cb159b75a5bdbfc0a87cd9223e120e6e27",
  23. "_spec": "no-scroll@^2.1.1",
  24. "_where": "/Users/holunyeung/Documents/GitHub/Photo_React/photo/node_modules/react-google-photo",
  25. "author": {
  26. "name": "David Clark"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/davidtheclark/no-scroll/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Disable the document's scrolling",
  34. "devDependencies": {
  35. "browser-sync": "^2.14.0",
  36. "browserify": "^11.0.1",
  37. "watchify": "^3.11.0"
  38. },
  39. "files": [
  40. "index.js"
  41. ],
  42. "homepage": "https://github.com/davidtheclark/no-scroll#readme",
  43. "keywords": [
  44. "scroll",
  45. "scrolling",
  46. "disable",
  47. "modal",
  48. "dialog"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "no-scroll",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/davidtheclark/no-scroll.git"
  56. },
  57. "scripts": {
  58. "demo-bundle": "browserify demo -o demo/demo-bundle.js",
  59. "start": "watchify demo -o demo/demo-bundle.js & browser-sync start --server --files demo/*.js --index ./demo.html"
  60. },
  61. "version": "2.1.1"
  62. }