You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

150 lines
4.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "json5@^1.0.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/loader-utils"
  6. ]
  7. ],
  8. "_from": "json5@>=1.0.1 <2.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "json5@1.0.1",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/json5",
  14. "_nodeVersion": "8.9.1",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/json5_1.0.1_1521344408616_0.5838247870477473"
  18. },
  19. "_npmUser": {
  20. "email": "jordanbtucker@gmail.com",
  21. "name": "jordanbtucker"
  22. },
  23. "_npmVersion": "5.6.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "json5",
  27. "raw": "json5@^1.0.1",
  28. "rawSpec": "^1.0.1",
  29. "scope": null,
  30. "spec": ">=1.0.1 <2.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/loader-utils"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  37. "_shasum": "779fb0018604fa854eacbf6252180d83543e3dbe",
  38. "_shrinkwrap": null,
  39. "_spec": "json5@^1.0.1",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/loader-utils",
  41. "author": {
  42. "email": "aseem.kishore@gmail.com",
  43. "name": "Aseem Kishore"
  44. },
  45. "bin": {
  46. "json5": "lib/cli.js"
  47. },
  48. "browser": "dist/index.js",
  49. "bugs": {
  50. "url": "https://github.com/json5/json5/issues"
  51. },
  52. "contributors": [
  53. {
  54. "name": "Max Nanasy",
  55. "email": "max.nanasy@gmail.com"
  56. },
  57. {
  58. "name": "Andrew Eisenberg",
  59. "email": "andrew@eisenberg.as"
  60. },
  61. {
  62. "name": "Jordan Tucker",
  63. "email": "jordanbtucker@gmail.com"
  64. }
  65. ],
  66. "dependencies": {
  67. "minimist": "^1.2.0"
  68. },
  69. "description": "JSON for humans.",
  70. "devDependencies": {
  71. "babel-cli": "^6.26.0",
  72. "babel-core": "^6.26.0",
  73. "babel-plugin-add-module-exports": "^0.2.1",
  74. "babel-plugin-external-helpers": "^6.22.0",
  75. "babel-plugin-istanbul": "^4.1.5",
  76. "babel-preset-env": "^1.6.1",
  77. "babel-register": "^6.26.0",
  78. "babelrc-rollup": "^3.0.0",
  79. "coveralls": "^3.0.0",
  80. "cross-env": "^5.1.4",
  81. "del": "^3.0.0",
  82. "eslint": "^4.18.2",
  83. "eslint-config-standard": "^11.0.0",
  84. "eslint-plugin-import": "^2.9.0",
  85. "eslint-plugin-node": "^6.0.1",
  86. "eslint-plugin-promise": "^3.7.0",
  87. "eslint-plugin-standard": "^3.0.1",
  88. "mocha": "^5.0.4",
  89. "nyc": "^11.4.1",
  90. "regenerate": "^1.3.3",
  91. "rollup": "^0.56.5",
  92. "rollup-plugin-babel": "^3.0.3",
  93. "rollup-plugin-commonjs": "^9.0.0",
  94. "rollup-plugin-node-resolve": "^3.2.0",
  95. "rollup-plugin-uglify": "^3.0.0",
  96. "sinon": "^4.4.2",
  97. "unicode-9.0.0": "^0.7.5"
  98. },
  99. "directories": {},
  100. "dist": {
  101. "fileCount": 13,
  102. "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==",
  103. "shasum": "779fb0018604fa854eacbf6252180d83543e3dbe",
  104. "tarball": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz",
  105. "unpackedSize": 88338
  106. },
  107. "files": [
  108. "dist/",
  109. "lib/"
  110. ],
  111. "gitHead": "072eb402fc107a2f568ba78962d3d99de95032a9",
  112. "homepage": "http://json5.org/",
  113. "keywords": [
  114. "ecmascript",
  115. "es2015",
  116. "es5",
  117. "json",
  118. "json5"
  119. ],
  120. "license": "MIT",
  121. "main": "lib/index.js",
  122. "maintainers": [
  123. {
  124. "name": "aseemk",
  125. "email": "aseem.kishore@gmail.com"
  126. },
  127. {
  128. "name": "jordanbtucker",
  129. "email": "jordanbtucker@gmail.com"
  130. }
  131. ],
  132. "name": "json5",
  133. "optionalDependencies": {},
  134. "readme": "ERROR: No README data found!",
  135. "repository": {
  136. "type": "git",
  137. "url": "git+https://github.com/json5/json5.git"
  138. },
  139. "scripts": {
  140. "build": "babel-node build/build.js && babel src -d lib && rollup -c",
  141. "coverage": "nyc report --reporter=text-lcov | coveralls",
  142. "lint": "eslint --fix build src",
  143. "prepublishOnly": "npm run lint && npm test && npm run production",
  144. "pretest": "cross-env NODE_ENV=test npm run build",
  145. "preversion": "npm run lint && npm test && npm run production",
  146. "production": "cross-env NODE_ENV=production npm run build",
  147. "test": "nyc --reporter=html --reporter=text mocha"
  148. },
  149. "version": "1.0.1"
  150. }