package.json 1.9 KB

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