You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "vinyl-sourcemaps-apply@^0.2.0",
  3. "_id": "vinyl-sourcemaps-apply@0.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-q2VJ1h0XLCsbh75cUI0jnI74dwU=",
  6. "_location": "/vinyl-sourcemaps-apply",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "vinyl-sourcemaps-apply@^0.2.0",
  12. "name": "vinyl-sourcemaps-apply",
  13. "escapedName": "vinyl-sourcemaps-apply",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp-uglify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz",
  22. "_shasum": "ab6549d61d172c2b1b87be5c508d239c8ef87705",
  23. "_spec": "vinyl-sourcemaps-apply@^0.2.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp-uglify",
  25. "author": {
  26. "name": "Florian Reiterer",
  27. "email": "me@florianreiterer.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/floridoo/vinyl-sourcemaps-apply/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "source-map": "^0.5.1"
  35. },
  36. "deprecated": false,
  37. "description": "Apply a source map to a vinyl file, merging it with preexisting source maps",
  38. "homepage": "http://github.com/floridoo/vinyl-sourcemaps-apply",
  39. "keywords": [
  40. "vinyl",
  41. "sourcemaps",
  42. "source maps",
  43. "gulp"
  44. ],
  45. "license": "ISC",
  46. "main": "index.js",
  47. "name": "vinyl-sourcemaps-apply",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/floridoo/vinyl-sourcemaps-apply.git"
  51. },
  52. "scripts": {
  53. "test": "echo \"Error: no test specified\" && exit 1"
  54. },
  55. "version": "0.2.1"
  56. }