package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "gulp-sourcemaps",
  3. "_id": "gulp-sourcemaps@2.6.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SYLBRzPTew8T5Suh2U8jCSDKY+4NARua4aqjj8HOysBh2tSgT9u4jc1FYirAdPx1akUxxDeK++fqw6Jg0LkQRg==",
  6. "_location": "/gulp-sourcemaps",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "gulp-sourcemaps",
  12. "name": "gulp-sourcemaps",
  13. "escapedName": "gulp-sourcemaps",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/",
  20. "#USER"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-2.6.5.tgz",
  23. "_shasum": "a3f002d87346d2c0f3aec36af7eb873f23de8ae6",
  24. "_spec": "gulp-sourcemaps",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic",
  26. "author": {
  27. "name": "Florian Reiterer",
  28. "email": "me@florianreiterer.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulp-sourcemaps/gulp-sourcemaps/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@gulp-sourcemaps/identity-map": "1.X",
  36. "@gulp-sourcemaps/map-sources": "1.X",
  37. "acorn": "5.X",
  38. "convert-source-map": "1.X",
  39. "css": "2.X",
  40. "debug-fabulous": "1.X",
  41. "detect-newline": "2.X",
  42. "graceful-fs": "4.X",
  43. "source-map": "~0.6.0",
  44. "strip-bom-string": "1.X",
  45. "through2": "2.X"
  46. },
  47. "deprecated": false,
  48. "description": "Source map support for Gulp.js",
  49. "devDependencies": {
  50. "bootstrap": "3.3.7",
  51. "coveralls": "2.X",
  52. "faucet": "0.0.X",
  53. "gulp": "3.X",
  54. "gulp-concat": "2.X",
  55. "gulp-if": "2.X",
  56. "gulp-less": "3.X",
  57. "gulp-load-plugins": "1.X",
  58. "hook-std": "0.2.X",
  59. "http-server": "0.10.X",
  60. "istanbul": "0.X",
  61. "jshint": "2.X",
  62. "lodash": "4.X",
  63. "mississippi": "1.X",
  64. "object-assign": "4.X",
  65. "tape": "4.X",
  66. "vinyl": "2.X",
  67. "yargs": "7.X"
  68. },
  69. "engines": {
  70. "node": ">=4"
  71. },
  72. "files": [
  73. "index.js",
  74. "src"
  75. ],
  76. "homepage": "http://github.com/gulp-sourcemaps/gulp-sourcemaps",
  77. "keywords": [
  78. "gulpplugin",
  79. "gulp",
  80. "source maps",
  81. "sourcemaps"
  82. ],
  83. "license": "ISC",
  84. "main": "index.js",
  85. "name": "gulp-sourcemaps",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/gulp-sourcemaps/gulp-sourcemaps.git"
  89. },
  90. "scripts": {
  91. "cover": "istanbul cover --dir reports/coverage tape \"test/*.js\"",
  92. "coveralls": "istanbul cover tape \"test/*.js\" --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  93. "lint": "jshint ./src/**/*.js ./test/*.js",
  94. "serve": "http-server",
  95. "tape": "tape",
  96. "test": "npm run lint && faucet test/*.js $@",
  97. "test:int": "rm -rf ./tmp && tape ./test/integration.js"
  98. },
  99. "version": "2.6.5"
  100. }