package.json 2.2 KB

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