package.json 1.8 KB

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