Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "json5@^1.0.1",
  3. "_id": "json5@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  6. "_location": "/json5",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "json5@^1.0.1",
  12. "name": "json5",
  13. "escapedName": "json5",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/loader-utils"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  22. "_shasum": "779fb0018604fa854eacbf6252180d83543e3dbe",
  23. "_spec": "json5@^1.0.1",
  24. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/loader-utils",
  25. "author": {
  26. "name": "Aseem Kishore",
  27. "email": "aseem.kishore@gmail.com"
  28. },
  29. "bin": {
  30. "json5": "lib/cli.js"
  31. },
  32. "browser": "dist/index.js",
  33. "bugs": {
  34. "url": "https://github.com/json5/json5/issues"
  35. },
  36. "bundleDependencies": false,
  37. "contributors": [
  38. {
  39. "name": "Max Nanasy",
  40. "email": "max.nanasy@gmail.com"
  41. },
  42. {
  43. "name": "Andrew Eisenberg",
  44. "email": "andrew@eisenberg.as"
  45. },
  46. {
  47. "name": "Jordan Tucker",
  48. "email": "jordanbtucker@gmail.com"
  49. }
  50. ],
  51. "dependencies": {
  52. "minimist": "^1.2.0"
  53. },
  54. "deprecated": false,
  55. "description": "JSON for humans.",
  56. "devDependencies": {
  57. "babel-cli": "^6.26.0",
  58. "babel-core": "^6.26.0",
  59. "babel-plugin-add-module-exports": "^0.2.1",
  60. "babel-plugin-external-helpers": "^6.22.0",
  61. "babel-plugin-istanbul": "^4.1.5",
  62. "babel-preset-env": "^1.6.1",
  63. "babel-register": "^6.26.0",
  64. "babelrc-rollup": "^3.0.0",
  65. "coveralls": "^3.0.0",
  66. "cross-env": "^5.1.4",
  67. "del": "^3.0.0",
  68. "eslint": "^4.18.2",
  69. "eslint-config-standard": "^11.0.0",
  70. "eslint-plugin-import": "^2.9.0",
  71. "eslint-plugin-node": "^6.0.1",
  72. "eslint-plugin-promise": "^3.7.0",
  73. "eslint-plugin-standard": "^3.0.1",
  74. "mocha": "^5.0.4",
  75. "nyc": "^11.4.1",
  76. "regenerate": "^1.3.3",
  77. "rollup": "^0.56.5",
  78. "rollup-plugin-babel": "^3.0.3",
  79. "rollup-plugin-commonjs": "^9.0.0",
  80. "rollup-plugin-node-resolve": "^3.2.0",
  81. "rollup-plugin-uglify": "^3.0.0",
  82. "sinon": "^4.4.2",
  83. "unicode-9.0.0": "^0.7.5"
  84. },
  85. "files": [
  86. "lib/",
  87. "dist/"
  88. ],
  89. "homepage": "http://json5.org/",
  90. "keywords": [
  91. "json",
  92. "json5",
  93. "es5",
  94. "es2015",
  95. "ecmascript"
  96. ],
  97. "license": "MIT",
  98. "main": "lib/index.js",
  99. "name": "json5",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/json5/json5.git"
  103. },
  104. "scripts": {
  105. "build": "babel-node build/build.js && babel src -d lib && rollup -c",
  106. "coverage": "nyc report --reporter=text-lcov | coveralls",
  107. "lint": "eslint --fix build src",
  108. "prepublishOnly": "npm run lint && npm test && npm run production",
  109. "pretest": "cross-env NODE_ENV=test npm run build",
  110. "preversion": "npm run lint && npm test && npm run production",
  111. "production": "cross-env NODE_ENV=production npm run build",
  112. "test": "nyc --reporter=html --reporter=text mocha"
  113. },
  114. "version": "1.0.1"
  115. }