package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "interpret@1.1.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "interpret@1.1.0",
  10. "_id": "interpret@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=",
  13. "_location": "/interpret",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "interpret@1.1.0",
  19. "name": "interpret",
  20. "escapedName": "interpret",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/shelljs",
  27. "/webpack"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/interpret/-/interpret-1.1.0.tgz",
  30. "_spec": "1.1.0",
  31. "_where": "D:\\projects\\dealer_front",
  32. "author": {
  33. "name": "Tyler Kellen",
  34. "url": "http://goingslowly.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/tkellen/node-interpret/issues"
  38. },
  39. "description": "A dictionary of file extensions and associated module loaders.",
  40. "homepage": "https://github.com/tkellen/node-interpret",
  41. "keywords": [
  42. "cirru-script",
  43. "cjsx",
  44. "co",
  45. "coco",
  46. "coffee",
  47. "coffee-script",
  48. "coffee.md",
  49. "coffeescript",
  50. "csv",
  51. "earlgrey",
  52. "es",
  53. "es6",
  54. "iced",
  55. "iced.md",
  56. "iced-coffee-script",
  57. "ini",
  58. "js",
  59. "json",
  60. "json5",
  61. "jsx",
  62. "react",
  63. "litcoffee",
  64. "liticed",
  65. "ls",
  66. "livescript",
  67. "toml",
  68. "ts",
  69. "typescript",
  70. "wisp",
  71. "xml",
  72. "yaml",
  73. "yml"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "interpret",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/tkellen/node-interpret.git"
  81. },
  82. "version": "1.1.0"
  83. }