package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "json5@0.5.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "json5@0.5.1",
  10. "_id": "json5@0.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=",
  13. "_location": "/json5",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "json5@0.5.1",
  19. "name": "json5",
  20. "escapedName": "json5",
  21. "rawSpec": "0.5.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.5.1"
  24. },
  25. "_requiredBy": [
  26. "/babel-core",
  27. "/html-webpack-plugin/loader-utils",
  28. "/webpack"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz",
  31. "_spec": "0.5.1",
  32. "_where": "E:\\amr1.0\\AMR",
  33. "author": {
  34. "name": "Aseem Kishore",
  35. "email": "aseem.kishore@gmail.com"
  36. },
  37. "bin": {
  38. "json5": "lib/cli.js"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/aseemk/json5/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Max Nanasy",
  46. "email": "max.nanasy@gmail.com"
  47. },
  48. {
  49. "name": "Andrew Eisenberg",
  50. "email": "andrew@eisenberg.as"
  51. },
  52. {
  53. "name": "Jordan Tucker",
  54. "email": "jordanbtucker@gmail.com"
  55. }
  56. ],
  57. "dependencies": {},
  58. "description": "JSON for the ES5 era.",
  59. "devDependencies": {
  60. "gulp": "^3.9.1",
  61. "gulp-jshint": "^2.0.1",
  62. "jshint": "^2.9.3",
  63. "jshint-stylish": "^2.2.1",
  64. "mocha": "^3.1.0"
  65. },
  66. "files": [
  67. "lib/"
  68. ],
  69. "homepage": "http://json5.org/",
  70. "keywords": [
  71. "json",
  72. "es5"
  73. ],
  74. "license": "MIT",
  75. "main": "lib/json5.js",
  76. "name": "json5",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/aseemk/json5.git"
  80. },
  81. "scripts": {
  82. "build": "node ./lib/cli.js -c package.json5",
  83. "test": "mocha --ui exports --reporter spec"
  84. },
  85. "version": "0.5.1"
  86. }