package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "json5@^0.4.0",
  5. "D:\\work\\im\\node_modules\\babel-core"
  6. ]
  7. ],
  8. "_from": "json5@>=0.4.0 <0.5.0",
  9. "_id": "json5@0.4.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/json5",
  13. "_npmUser": {
  14. "email": "aseem.kishore@gmail.com",
  15. "name": "aseemk"
  16. },
  17. "_npmVersion": "1.3.21",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "json5",
  21. "raw": "json5@^0.4.0",
  22. "rawSpec": "^0.4.0",
  23. "scope": null,
  24. "spec": ">=0.4.0 <0.5.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/babel-core"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
  31. "_shasum": "054352e4c4c80c86c0923877d449de176a732c8d",
  32. "_shrinkwrap": null,
  33. "_spec": "json5@^0.4.0",
  34. "_where": "D:\\work\\im\\node_modules\\babel-core",
  35. "author": {
  36. "email": "aseem.kishore@gmail.com",
  37. "name": "Aseem Kishore"
  38. },
  39. "bin": {
  40. "json5": "lib/cli.js"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/aseemk/json5/issues"
  44. },
  45. "contributors": [
  46. {
  47. "email": "max.nanasy@gmail.com",
  48. "name": "Max Nanasy"
  49. },
  50. {
  51. "email": "andrew@eisenberg.as",
  52. "name": "Andrew Eisenberg"
  53. }
  54. ],
  55. "dependencies": {},
  56. "description": "JSON for the ES5 era.",
  57. "devDependencies": {
  58. "mocha": "~1.0.3"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "054352e4c4c80c86c0923877d449de176a732c8d",
  63. "tarball": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz"
  64. },
  65. "homepage": "http://json5.org/",
  66. "keywords": [
  67. "json",
  68. "es5"
  69. ],
  70. "license": "MIT",
  71. "main": "lib/json5.js",
  72. "maintainers": [
  73. {
  74. "email": "aseem.kishore@gmail.com",
  75. "name": "aseemk"
  76. }
  77. ],
  78. "name": "json5",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/aseemk/json5.git"
  84. },
  85. "scripts": {
  86. "build": "./lib/cli.js -c package.json5",
  87. "test": "mocha --ui exports --reporter spec"
  88. },
  89. "version": "0.4.0"
  90. }