package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "nomnom@^1.8.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/jscodeshift"
  6. ]
  7. ],
  8. "_from": "nomnom@>=1.8.1 <2.0.0",
  9. "_id": "nomnom@1.8.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/nomnom",
  13. "_npmUser": {
  14. "email": "fayearthur@gmail.com",
  15. "name": "harth"
  16. },
  17. "_npmVersion": "1.4.3",
  18. "_phantomChildren": {
  19. "has-color": "0.1.7"
  20. },
  21. "_requested": {
  22. "name": "nomnom",
  23. "raw": "nomnom@^1.8.1",
  24. "rawSpec": "^1.8.1",
  25. "scope": null,
  26. "spec": ">=1.8.1 <2.0.0",
  27. "type": "range"
  28. },
  29. "_requiredBy": [
  30. "/jscodeshift",
  31. "/webpack-addons/jscodeshift"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz",
  34. "_shasum": "2151f722472ba79e50a76fc125bb8c8f2e4dc2a7",
  35. "_shrinkwrap": null,
  36. "_spec": "nomnom@^1.8.1",
  37. "_where": "/home/seleznev/project Angular/Quality system/node_modules/jscodeshift",
  38. "author": {
  39. "email": "fayearthur@gmail.com",
  40. "name": "Heather Arthur"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/harthur/nomnom/issues"
  44. },
  45. "dependencies": {
  46. "chalk": "~0.4.0",
  47. "underscore": "~1.6.0"
  48. },
  49. "deprecated": "Package no longer supported. Contact support@npmjs.com for more info.",
  50. "description": "Option parser with generated usage and commands",
  51. "devDependencies": {
  52. "nodeunit": "~0.7.4"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "2151f722472ba79e50a76fc125bb8c8f2e4dc2a7",
  57. "tarball": "https://registry.npmjs.org/nomnom/-/nomnom-1.8.1.tgz"
  58. },
  59. "homepage": "https://github.com/harthur/nomnom",
  60. "keywords": [
  61. "arguments",
  62. "command line",
  63. "option parser",
  64. "options",
  65. "parser"
  66. ],
  67. "main": "./nomnom",
  68. "maintainers": [
  69. {
  70. "name": "harth",
  71. "email": "fayearthur@gmail.com"
  72. }
  73. ],
  74. "name": "nomnom",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+ssh://git@github.com/harthur/nomnom.git"
  80. },
  81. "scripts": {
  82. "test": "nodeunit test/*.js"
  83. },
  84. "version": "1.8.1"
  85. }