package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "concat-with-sourcemaps@^1.0.0",
  3. "_id": "concat-with-sourcemaps@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4gEjHJFT9e+2W/77h/DS5SGUgwDaOwprX8L/gl5+3ixnzkVJJsZWDSelmN3Oilw3LNDZjZV0yqH1hLG3k6nghg==",
  6. "_location": "/concat-with-sourcemaps",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "concat-with-sourcemaps@^1.0.0",
  12. "name": "concat-with-sourcemaps",
  13. "escapedName": "concat-with-sourcemaps",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-concat"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.1.0.tgz",
  22. "_shasum": "d4ea93f05ae25790951b99e7b3b09e3908a4082e",
  23. "_spec": "concat-with-sourcemaps@^1.0.0",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/gulp-concat",
  25. "author": {
  26. "name": "Florian Reiterer",
  27. "email": "me@florianreiterer.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/floridoo/concat-with-sourcemaps/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "source-map": "^0.6.1"
  35. },
  36. "deprecated": false,
  37. "description": "Concatenate file contents with a custom separator and generate a source map",
  38. "devDependencies": {
  39. "coveralls": "^3.0.0",
  40. "faucet": "0.0.1",
  41. "istanbul": "^0.4.5",
  42. "jshint": "^2.9.5",
  43. "tape": "^4.9.0"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts",
  48. "package.json",
  49. "README.md",
  50. "LICENSE.md"
  51. ],
  52. "homepage": "http://github.com/floridoo/concat-with-sourcemaps",
  53. "keywords": [
  54. "concat",
  55. "source map"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "concat-with-sourcemaps",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/floridoo/concat-with-sourcemaps.git"
  63. },
  64. "scripts": {
  65. "cover": "istanbul cover --dir reports/coverage tape test/*.js",
  66. "coveralls": "istanbul cover tape test/*.js --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  67. "tap": "tape test/*.js",
  68. "test": "jshint *.js test/*.js && faucet test/*.js"
  69. },
  70. "types": "index.d.ts",
  71. "version": "1.1.0"
  72. }