package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "@gulp-sourcemaps/map-sources@1.X",
  3. "_id": "@gulp-sourcemaps/map-sources@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-iQrnxdjId/bThIYCFazp1+yUW9o=",
  6. "_location": "/@gulp-sourcemaps/map-sources",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@gulp-sourcemaps/map-sources@1.X",
  12. "name": "@gulp-sourcemaps/map-sources",
  13. "escapedName": "@gulp-sourcemaps%2fmap-sources",
  14. "scope": "@gulp-sourcemaps",
  15. "rawSpec": "1.X",
  16. "saveSpec": null,
  17. "fetchSpec": "1.X"
  18. },
  19. "_requiredBy": [
  20. "/gulp-sourcemaps"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@gulp-sourcemaps/map-sources/-/map-sources-1.0.0.tgz",
  23. "_shasum": "890ae7c5d8c877f6d384860215ace9d7ec945bda",
  24. "_spec": "@gulp-sourcemaps/map-sources@1.X",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/gulp-sourcemaps",
  26. "author": {
  27. "name": "Gulp-sourcemaps Team"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/gulp-sourcemaps/map-sources/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Blaine Bublitz",
  36. "email": "blaine.bublitz@gmail.com"
  37. }
  38. ],
  39. "dependencies": {
  40. "normalize-path": "^2.0.1",
  41. "through2": "^2.0.3"
  42. },
  43. "deprecated": false,
  44. "description": "Gulp plugin for mapping sources of a sourcemap.",
  45. "devDependencies": {
  46. "eslint": "^1.7.3",
  47. "eslint-config-gulp": "^2.0.0",
  48. "expect": "^1.19.0",
  49. "istanbul": "^0.4.3",
  50. "istanbul-coveralls": "^1.0.3",
  51. "jscs": "^2.3.5",
  52. "jscs-preset-gulp": "^1.0.0",
  53. "mississippi": "^1.3.0",
  54. "mocha": "^2.4.5",
  55. "vinyl": "^2.0.1"
  56. },
  57. "engines": {
  58. "node": ">= 0.10"
  59. },
  60. "files": [
  61. "LICENSE",
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/gulp-sourcemaps/map-sources#readme",
  65. "keywords": [
  66. "sourcemap",
  67. "sources",
  68. "stream"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "@gulp-sourcemaps/map-sources",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/gulp-sourcemaps/map-sources.git"
  76. },
  77. "scripts": {
  78. "cover": "istanbul cover _mocha --report lcovonly",
  79. "coveralls": "npm run cover && istanbul-coveralls",
  80. "lint": "eslint . && jscs index.js test/",
  81. "pretest": "npm run lint",
  82. "test": "mocha --async-only"
  83. },
  84. "version": "1.0.0"
  85. }