package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "run-sequence@^1.1.5",
  6. "scope": null,
  7. "escapedName": "run-sequence",
  8. "name": "run-sequence",
  9. "rawSpec": "^1.1.5",
  10. "spec": ">=1.1.5 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
  14. ]
  15. ],
  16. "_from": "run-sequence@>=1.1.5 <2.0.0",
  17. "_id": "run-sequence@1.2.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/run-sequence",
  21. "_nodeVersion": "5.11.1",
  22. "_npmOperationalInternal": {
  23. "host": "packages-16-east.internal.npmjs.com",
  24. "tmp": "tmp/run-sequence-1.2.2.tgz_1467208581638_0.25349971698597074"
  25. },
  26. "_npmUser": {
  27. "name": "overzealous",
  28. "email": "phil@overzealous.com"
  29. },
  30. "_npmVersion": "3.8.6",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "run-sequence@^1.1.5",
  34. "scope": null,
  35. "escapedName": "run-sequence",
  36. "name": "run-sequence",
  37. "rawSpec": "^1.1.5",
  38. "spec": ">=1.1.5 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/semantic-ui"
  43. ],
  44. "_resolved": "https://registry.npmjs.org/run-sequence/-/run-sequence-1.2.2.tgz",
  45. "_shasum": "5095a0bebe98733b0140bd08dd80ec030ddacdeb",
  46. "_shrinkwrap": null,
  47. "_spec": "run-sequence@^1.1.5",
  48. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
  49. "author": {
  50. "name": "Phil DeJarnett",
  51. "url": "http://overzealous.com/"
  52. },
  53. "bugs": {
  54. "url": "https://github.com/OverZealous/run-sequence/issues"
  55. },
  56. "dependencies": {
  57. "chalk": "*",
  58. "gulp-util": "*"
  59. },
  60. "description": "Run a series of dependent gulp tasks in order",
  61. "devDependencies": {
  62. "gulp": "*",
  63. "mocha": "*",
  64. "should": "*"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "5095a0bebe98733b0140bd08dd80ec030ddacdeb",
  69. "tarball": "https://registry.npmjs.org/run-sequence/-/run-sequence-1.2.2.tgz"
  70. },
  71. "engines": {
  72. "node": ">= 0.8.0"
  73. },
  74. "gitHead": "2238f6aea94c201173a99a4ccc1f2791c38531a1",
  75. "homepage": "https://github.com/OverZealous/run-sequence",
  76. "keywords": [
  77. "gulpfriendly",
  78. "pipe",
  79. "sequence",
  80. "gulp",
  81. "orchestrator"
  82. ],
  83. "license": "MIT",
  84. "main": "./index.js",
  85. "maintainers": [
  86. {
  87. "name": "overzealous",
  88. "email": "phil@overzealous.com"
  89. }
  90. ],
  91. "name": "run-sequence",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git://github.com/OverZealous/run-sequence.git"
  97. },
  98. "scripts": {
  99. "test": "mocha --reporter spec"
  100. },
  101. "version": "1.2.2"
  102. }