package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "vinyl@^1.1.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/mem-fs"
  6. ]
  7. ],
  8. "_from": "vinyl@>=1.1.0 <2.0.0",
  9. "_id": "vinyl@1.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/vinyl",
  13. "_nodeVersion": "0.10.41",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/vinyl-1.2.0.tgz_1469745377040_0.31818721699528396"
  17. },
  18. "_npmUser": {
  19. "email": "blaine.bublitz@gmail.com",
  20. "name": "phated"
  21. },
  22. "_npmVersion": "2.15.2",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "vinyl",
  26. "raw": "vinyl@^1.1.0",
  27. "rawSpec": "^1.1.0",
  28. "scope": null,
  29. "spec": ">=1.1.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/mem-fs",
  34. "/vinyl-file"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz",
  37. "_shasum": "5c88036cf565e5df05558bfc911f8656df218884",
  38. "_shrinkwrap": null,
  39. "_spec": "vinyl@^1.1.0",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/mem-fs",
  41. "author": {
  42. "email": "contact@wearefractal.com",
  43. "name": "Fractal",
  44. "url": "http://wearefractal.com/"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/gulpjs/vinyl/issues"
  48. },
  49. "dependencies": {
  50. "clone": "^1.0.0",
  51. "clone-stats": "^0.0.1",
  52. "replace-ext": "0.0.1"
  53. },
  54. "description": "A virtual file format",
  55. "devDependencies": {
  56. "buffer-equal": "0.0.1",
  57. "eslint": "^1.7.3",
  58. "eslint-config-gulp": "^2.0.0",
  59. "event-stream": "^3.1.0",
  60. "github-changes": "^1.0.1",
  61. "istanbul": "^0.3.0",
  62. "istanbul-coveralls": "^1.0.1",
  63. "jscs": "^2.3.5",
  64. "jscs-preset-gulp": "^1.0.0",
  65. "lodash.templatesettings": "^3.1.0",
  66. "mocha": "^2.0.0",
  67. "rimraf": "^2.2.5",
  68. "should": "^7.0.0"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "5c88036cf565e5df05558bfc911f8656df218884",
  73. "tarball": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz"
  74. },
  75. "engines": {
  76. "node": ">= 0.9"
  77. },
  78. "files": [
  79. "index.js",
  80. "lib"
  81. ],
  82. "gitHead": "ba3670add1f2f52827e3807b8783159f30ba4606",
  83. "homepage": "http://github.com/gulpjs/vinyl",
  84. "license": "MIT",
  85. "main": "./index.js",
  86. "maintainers": [
  87. {
  88. "name": "contra",
  89. "email": "contra@wearefractal.com"
  90. },
  91. {
  92. "name": "fractal",
  93. "email": "contact@wearefractal.com"
  94. },
  95. {
  96. "name": "phated",
  97. "email": "blaine.bublitz@gmail.com"
  98. }
  99. ],
  100. "name": "vinyl",
  101. "optionalDependencies": {},
  102. "readme": "ERROR: No README data found!",
  103. "repository": {
  104. "type": "git",
  105. "url": "git://github.com/gulpjs/vinyl.git"
  106. },
  107. "scripts": {
  108. "changelog": "github-changes -o gulpjs -r vinyl -b master -f ./CHANGELOG.md --order-semver --use-commit-body",
  109. "coveralls": "istanbul cover _mocha && istanbul-coveralls",
  110. "lint": "eslint . && jscs *.js lib/ test/",
  111. "pretest": "npm run lint",
  112. "test": "mocha"
  113. },
  114. "version": "1.2.0"
  115. }