package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "gulp-json-editor@^2.2.1",
  6. "scope": null,
  7. "escapedName": "gulp-json-editor",
  8. "name": "gulp-json-editor",
  9. "rawSpec": "^2.2.1",
  10. "spec": ">=2.2.1 <3.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "gulp-json-editor@>=2.2.1 <3.0.0",
  17. "_id": "gulp-json-editor@2.2.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/gulp-json-editor",
  21. "_npmUser": {
  22. "name": "morou",
  23. "email": "kazuhiro.nakae@gmail.com"
  24. },
  25. "_npmVersion": "1.4.28",
  26. "_phantomChildren": {
  27. "readable-stream": "1.0.34"
  28. },
  29. "_requested": {
  30. "raw": "gulp-json-editor@^2.2.1",
  31. "scope": null,
  32. "escapedName": "gulp-json-editor",
  33. "name": "gulp-json-editor",
  34. "rawSpec": "^2.2.1",
  35. "spec": ">=2.2.1 <3.0.0",
  36. "type": "range"
  37. },
  38. "_requiredBy": [
  39. "/semantic-ui"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/gulp-json-editor/-/gulp-json-editor-2.2.1.tgz",
  42. "_shasum": "7c4dd7477e8d06dc5dc49c0b81e745cdb04f97bb",
  43. "_shrinkwrap": null,
  44. "_spec": "gulp-json-editor@^2.2.1",
  45. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  46. "author": {
  47. "name": "Kazuhiro Nakae",
  48. "email": "kazuhiro.nakae@gmail.com",
  49. "url": "https://github.com/morou"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/morou/gulp-json-editor/issues"
  53. },
  54. "dependencies": {
  55. "deepmerge": "~0.2.7",
  56. "detect-indent": "^2.0.0",
  57. "gulp-util": "~3.0.0",
  58. "js-beautify": "~1.5.4",
  59. "through2": "~0.5.0"
  60. },
  61. "description": "A gulp plugin to edit JSON object",
  62. "devDependencies": {
  63. "gulp": "*",
  64. "mocha": "*",
  65. "should": "*"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "7c4dd7477e8d06dc5dc49c0b81e745cdb04f97bb",
  70. "tarball": "https://registry.npmjs.org/gulp-json-editor/-/gulp-json-editor-2.2.1.tgz"
  71. },
  72. "homepage": "https://github.com/morou/gulp-json-editor",
  73. "keywords": [
  74. "gulpplugin",
  75. "gulp",
  76. "json"
  77. ],
  78. "license": "MIT",
  79. "main": "./index.js",
  80. "maintainers": [
  81. {
  82. "name": "morou",
  83. "email": "kazuhiro.nakae@gmail.com"
  84. }
  85. ],
  86. "name": "gulp-json-editor",
  87. "optionalDependencies": {},
  88. "readme": "ERROR: No README data found!",
  89. "repository": {
  90. "type": "git",
  91. "url": "git://github.com/morou/gulp-json-editor.git"
  92. },
  93. "scripts": {
  94. "test": "mocha"
  95. },
  96. "version": "2.2.1"
  97. }