package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "source-map-url@^0.4.0",
  3. "_id": "source-map-url@0.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==",
  6. "_location": "/source-map-url",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "source-map-url@^0.4.0",
  12. "name": "source-map-url",
  13. "escapedName": "source-map-url",
  14. "rawSpec": "^0.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.4.0"
  17. },
  18. "_requiredBy": [
  19. "/source-map-resolve",
  20. "/workbox-build",
  21. "/workbox-webpack-plugin"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz",
  24. "_shasum": "0af66605a745a5a2f91cf1bbf8a7afbc283dec56",
  25. "_spec": "source-map-url@^0.4.0",
  26. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\source-map-resolve",
  27. "author": {
  28. "name": "Simon Lydell"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/lydell/source-map-url/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Tools for working with sourceMappingURL comments.",
  36. "devDependencies": {
  37. "expect.js": "~0.3.1",
  38. "jshint": "~2.4.3",
  39. "mocha": "~1.17.1"
  40. },
  41. "homepage": "https://github.com/lydell/source-map-url#readme",
  42. "keywords": [
  43. "source map",
  44. "sourceMappingURL",
  45. "comment",
  46. "annotation"
  47. ],
  48. "license": "MIT",
  49. "main": "source-map-url.js",
  50. "name": "source-map-url",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/lydell/source-map-url.git"
  54. },
  55. "scripts": {
  56. "lint": "jshint source-map-url.js test/ ",
  57. "test": "npm run lint && npm run unit",
  58. "unit": "mocha"
  59. },
  60. "testling": {
  61. "harness": "mocha",
  62. "files": "test/*.js",
  63. "browsers": [
  64. "ie/8..latest",
  65. "chrome/latest",
  66. "firefox/latest",
  67. "opera/12",
  68. "opera/latest",
  69. "safari/5",
  70. "iphone/6",
  71. "android-browser/4"
  72. ]
  73. },
  74. "version": "0.4.1"
  75. }