package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "concat-with-sourcemaps@^1.0.0",
  3. "_id": "[email protected]",
  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. "/gulp-header"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.1.0.tgz",
  23. "_shasum": "d4ea93f05ae25790951b99e7b3b09e3908a4082e",
  24. "_spec": "concat-with-sourcemaps@^1.0.0",
  25. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\gulp-concat",
  26. "author": {
  27. "name": "Florian Reiterer",
  28. "email": "[email protected]"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/floridoo/concat-with-sourcemaps/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "source-map": "^0.6.1"
  36. },
  37. "deprecated": false,
  38. "description": "Concatenate file contents with a custom separator and generate a source map",
  39. "devDependencies": {
  40. "coveralls": "^3.0.0",
  41. "faucet": "0.0.1",
  42. "istanbul": "^0.4.5",
  43. "jshint": "^2.9.5",
  44. "tape": "^4.9.0"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts",
  49. "package.json",
  50. "README.md",
  51. "LICENSE.md"
  52. ],
  53. "homepage": "http://github.com/floridoo/concat-with-sourcemaps",
  54. "keywords": [
  55. "concat",
  56. "source map"
  57. ],
  58. "license": "ISC",
  59. "main": "index.js",
  60. "name": "concat-with-sourcemaps",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/floridoo/concat-with-sourcemaps.git"
  64. },
  65. "scripts": {
  66. "cover": "istanbul cover --dir reports/coverage tape test/*.js",
  67. "coveralls": "istanbul cover tape test/*.js --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  68. "tap": "tape test/*.js",
  69. "test": "jshint *.js test/*.js && faucet test/*.js"
  70. },
  71. "types": "index.d.ts",
  72. "version": "1.1.0"
  73. }