package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "stat-mode@^0.2.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha1-5sgLYjEj19gM8TLOU480YokHJQI=",
  6. "_location": "/stat-mode",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "stat-mode@^0.2.0",
  12. "name": "stat-mode",
  13. "escapedName": "stat-mode",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-chmod"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/stat-mode/-/stat-mode-0.2.2.tgz",
  22. "_shasum": "e6c80b623123d7d80cf132ce538f346289072502",
  23. "_spec": "stat-mode@^0.2.0",
  24. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-chmod",
  25. "author": {
  26. "name": "Nathan Rajlich",
  27. "email": "[email protected]",
  28. "url": "http://n8.io/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/TooTallNate/stat-mode/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Offers convenient getters and setters for the stat `mode`",
  36. "devDependencies": {
  37. "mocha": "^3.0.2"
  38. },
  39. "homepage": "https://github.com/TooTallNate/stat-mode",
  40. "keywords": [
  41. "stat",
  42. "mode",
  43. "owner",
  44. "group",
  45. "others",
  46. "chmod",
  47. "octal",
  48. "symbolic",
  49. "permissions"
  50. ],
  51. "license": "MIT",
  52. "main": "index.js",
  53. "name": "stat-mode",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/TooTallNate/stat-mode.git"
  57. },
  58. "scripts": {
  59. "test": "mocha --reporter spec"
  60. },
  61. "version": "0.2.2"
  62. }