Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "source-list-map@^2.0.0",
  3. "_id": "source-list-map@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==",
  6. "_location": "/source-list-map",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "source-list-map@^2.0.0",
  12. "name": "source-list-map",
  13. "escapedName": "source-list-map",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack-sources"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz",
  22. "_shasum": "3993bd873bfc48479cca9ea3a547835c7c154b34",
  23. "_spec": "source-list-map@^2.0.0",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/webpack-sources",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack/source-list-map/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Fast line to line SourceMap generator.",
  34. "devDependencies": {
  35. "mocha": "^2.2.1",
  36. "should": "^5.2.0"
  37. },
  38. "files": [
  39. "lib"
  40. ],
  41. "homepage": "https://github.com/webpack/source-list-map",
  42. "keywords": [
  43. "source-map"
  44. ],
  45. "license": "MIT",
  46. "main": "lib/index.js",
  47. "name": "source-list-map",
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/webpack/source-list-map.git"
  51. },
  52. "scripts": {
  53. "test": "mocha -R spec"
  54. },
  55. "version": "2.0.1"
  56. }