package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "concat-with-sourcemaps@^1.0.0",
  6. "scope": null,
  7. "escapedName": "concat-with-sourcemaps",
  8. "name": "concat-with-sourcemaps",
  9. "rawSpec": "^1.0.0",
  10. "spec": ">=1.0.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-concat"
  14. ]
  15. ],
  16. "_from": "concat-with-sourcemaps@>=1.0.0 <2.0.0",
  17. "_id": "concat-with-sourcemaps@1.0.4",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/concat-with-sourcemaps",
  21. "_nodeVersion": "4.1.1",
  22. "_npmUser": {
  23. "name": "floridoo",
  24. "email": "florian.reiterer@gmail.com"
  25. },
  26. "_npmVersion": "3.3.4",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "concat-with-sourcemaps@^1.0.0",
  30. "scope": null,
  31. "escapedName": "concat-with-sourcemaps",
  32. "name": "concat-with-sourcemaps",
  33. "rawSpec": "^1.0.0",
  34. "spec": ">=1.0.0 <2.0.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/gulp-concat",
  39. "/gulp-header"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.4.tgz",
  42. "_shasum": "f55b3be2aeb47601b10a2d5259ccfb70fd2f1dd6",
  43. "_shrinkwrap": null,
  44. "_spec": "concat-with-sourcemaps@^1.0.0",
  45. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-concat",
  46. "author": {
  47. "name": "Florian Reiterer",
  48. "email": "me@florianreiterer.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/floridoo/concat-with-sourcemaps/issues"
  52. },
  53. "dependencies": {
  54. "source-map": "^0.5.1"
  55. },
  56. "description": "Concatenate file contents with a custom separator and generate a source map",
  57. "devDependencies": {
  58. "coveralls": "^2.11.4",
  59. "faucet": "0.0.1",
  60. "istanbul": "^0.3.21",
  61. "jshint": "^2.8.0",
  62. "tape": "^4.2.0"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "f55b3be2aeb47601b10a2d5259ccfb70fd2f1dd6",
  67. "tarball": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-1.0.4.tgz"
  68. },
  69. "files": [
  70. "index.js",
  71. "package.json",
  72. "README.md",
  73. "LICENSE.md"
  74. ],
  75. "gitHead": "73d8e16c80e6e376abe6dbf59c81ebb4d28f8427",
  76. "homepage": "http://github.com/floridoo/concat-with-sourcemaps",
  77. "keywords": [
  78. "concat",
  79. "source map"
  80. ],
  81. "license": "ISC",
  82. "main": "index.js",
  83. "maintainers": [
  84. {
  85. "name": "floridoo",
  86. "email": "florian.reiterer@gmail.com"
  87. }
  88. ],
  89. "name": "concat-with-sourcemaps",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git://github.com/floridoo/concat-with-sourcemaps.git"
  95. },
  96. "scripts": {
  97. "cover": "istanbul cover --dir reports/coverage tape test/*.js",
  98. "coveralls": "istanbul cover tape test/*.js --report lcovonly && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  99. "tap": "tape test/*.js",
  100. "test": "jshint *.js test/*.js && faucet test/*.js"
  101. },
  102. "version": "1.0.4"
  103. }