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.

97 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "source-map-url@^0.4.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/source-map-resolve"
  6. ]
  7. ],
  8. "_from": "source-map-url@>=0.4.0 <0.5.0",
  9. "_id": "source-map-url@0.4.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/source-map-url",
  13. "_nodeVersion": "5.0.0",
  14. "_npmUser": {
  15. "email": "simon.lydell@gmail.com",
  16. "name": "lydell"
  17. },
  18. "_npmVersion": "3.3.6",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "source-map-url",
  22. "raw": "source-map-url@^0.4.0",
  23. "rawSpec": "^0.4.0",
  24. "scope": null,
  25. "spec": ">=0.4.0 <0.5.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/source-map-resolve"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
  32. "_shasum": "3e935d7ddd73631b97659956d55128e87b5084a3",
  33. "_shrinkwrap": null,
  34. "_spec": "source-map-url@^0.4.0",
  35. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/source-map-resolve",
  36. "author": {
  37. "name": "Simon Lydell"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/lydell/source-map-url/issues"
  41. },
  42. "dependencies": {},
  43. "description": "Tools for working with sourceMappingURL comments.",
  44. "devDependencies": {
  45. "expect.js": "~0.3.1",
  46. "jshint": "~2.4.3",
  47. "mocha": "~1.17.1"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "3e935d7ddd73631b97659956d55128e87b5084a3",
  52. "tarball": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz"
  53. },
  54. "gitHead": "f13c43ca675379922f26c87737fdcbbeac07eb09",
  55. "homepage": "https://github.com/lydell/source-map-url#readme",
  56. "keywords": [
  57. "annotation",
  58. "comment",
  59. "source map",
  60. "sourceMappingURL"
  61. ],
  62. "license": "MIT",
  63. "main": "source-map-url.js",
  64. "maintainers": [
  65. {
  66. "name": "lydell",
  67. "email": "simon.lydell@gmail.com"
  68. }
  69. ],
  70. "name": "source-map-url",
  71. "optionalDependencies": {},
  72. "readme": "ERROR: No README data found!",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/lydell/source-map-url.git"
  76. },
  77. "scripts": {
  78. "lint": "jshint source-map-url.js test/ ",
  79. "test": "npm run lint && npm run unit",
  80. "unit": "mocha"
  81. },
  82. "testling": {
  83. "browsers": [
  84. "android-browser/4",
  85. "chrome/latest",
  86. "firefox/latest",
  87. "ie/8..latest",
  88. "iphone/6",
  89. "opera/12",
  90. "opera/latest",
  91. "safari/5"
  92. ],
  93. "files": "test/*.js",
  94. "harness": "mocha"
  95. },
  96. "version": "0.4.0"
  97. }