package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "convert-source-map@^1.5.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/babel-core"
  6. ]
  7. ],
  8. "_from": "convert-source-map@>=1.5.1 <2.0.0",
  9. "_id": "convert-source-map@1.5.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/convert-source-map",
  13. "_nodeVersion": "8.9.1",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/convert-source-map-1.5.1.tgz_1511432397773_0.3238030842039734"
  17. },
  18. "_npmUser": {
  19. "email": "thlorenz@gmx.de",
  20. "name": "thlorenz"
  21. },
  22. "_npmVersion": "2.15.12",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "convert-source-map",
  26. "raw": "convert-source-map@^1.5.1",
  27. "rawSpec": "^1.5.1",
  28. "scope": null,
  29. "spec": ">=1.5.1 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/babel-core"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.1.tgz",
  36. "_shasum": "b8278097b9bc229365de5c62cf5fcaed8b5599e5",
  37. "_shrinkwrap": null,
  38. "_spec": "convert-source-map@^1.5.1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/babel-core",
  40. "author": {
  41. "email": "thlorenz@gmx.de",
  42. "name": "Thorsten Lorenz",
  43. "url": "http://thlorenz.com"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/thlorenz/convert-source-map/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Converts a source-map from/to different formats and allows adding/changing properties.",
  50. "devDependencies": {
  51. "inline-source-map": "~0.6.2",
  52. "tap": "~9.0.0"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "b8278097b9bc229365de5c62cf5fcaed8b5599e5",
  57. "tarball": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.1.tgz"
  58. },
  59. "engine": {
  60. "node": ">=0.6"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "0771098071f3b7c48ec6604291cad28b3b679d02",
  66. "homepage": "https://github.com/thlorenz/convert-source-map",
  67. "keywords": [
  68. "browser",
  69. "convert",
  70. "debug",
  71. "map",
  72. "source",
  73. "sourcemap"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "maintainers": [
  78. {
  79. "name": "thlorenz",
  80. "email": "thlorenz@gmx.de"
  81. }
  82. ],
  83. "name": "convert-source-map",
  84. "optionalDependencies": {},
  85. "readme": "ERROR: No README data found!",
  86. "repository": {
  87. "type": "git",
  88. "url": "git://github.com/thlorenz/convert-source-map.git"
  89. },
  90. "scripts": {
  91. "test": "tap test/*.js --color"
  92. },
  93. "version": "1.5.1"
  94. }