package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "vinyl-sourcemaps-apply@0.2.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "vinyl-sourcemaps-apply@0.2.1",
  10. "_id": "vinyl-sourcemaps-apply@0.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-q2VJ1h0XLCsbh75cUI0jnI74dwU=",
  13. "_location": "/vinyl-sourcemaps-apply",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "vinyl-sourcemaps-apply@0.2.1",
  19. "name": "vinyl-sourcemaps-apply",
  20. "escapedName": "vinyl-sourcemaps-apply",
  21. "rawSpec": "0.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.1"
  24. },
  25. "_requiredBy": [
  26. "/gulp-clean-css",
  27. "/gulp-sass"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz",
  30. "_spec": "0.2.1",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  32. "author": {
  33. "name": "Florian Reiterer",
  34. "email": "me@florianreiterer.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/floridoo/vinyl-sourcemaps-apply/issues"
  38. },
  39. "dependencies": {
  40. "source-map": "^0.5.1"
  41. },
  42. "description": "Apply a source map to a vinyl file, merging it with preexisting source maps",
  43. "homepage": "http://github.com/floridoo/vinyl-sourcemaps-apply",
  44. "keywords": [
  45. "vinyl",
  46. "sourcemaps",
  47. "source maps",
  48. "gulp"
  49. ],
  50. "license": "ISC",
  51. "main": "index.js",
  52. "name": "vinyl-sourcemaps-apply",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/floridoo/vinyl-sourcemaps-apply.git"
  56. },
  57. "scripts": {
  58. "test": "echo \"Error: no test specified\" && exit 1"
  59. },
  60. "version": "0.2.1"
  61. }