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.

106 lines
2.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "fast-json-stable-stringify@^2.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/ajv"
  6. ]
  7. ],
  8. "_from": "fast-json-stable-stringify@>=2.0.0 <3.0.0",
  9. "_id": "fast-json-stable-stringify@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/fast-json-stable-stringify",
  13. "_nodeVersion": "7.10.0",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/fast-json-stable-stringify-2.0.0.tgz_1508867040972_0.377122831530869"
  17. },
  18. "_npmUser": {
  19. "email": "e.poberezkin@me.com",
  20. "name": "esp"
  21. },
  22. "_npmVersion": "4.2.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "fast-json-stable-stringify",
  26. "raw": "fast-json-stable-stringify@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/ajv"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz",
  36. "_shasum": "d5142c0caee6b1189f87d3a76111064f86c8bbf2",
  37. "_shrinkwrap": null,
  38. "_spec": "fast-json-stable-stringify@^2.0.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/ajv",
  40. "author": {
  41. "email": "mail@substack.net",
  42. "name": "James Halliday",
  43. "url": "http://substack.net"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
  47. },
  48. "dependencies": {},
  49. "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
  50. "devDependencies": {
  51. "benchmark": "^2.1.4",
  52. "coveralls": "^3.0.0",
  53. "eslint": "^4.9.0",
  54. "fast-stable-stringify": "latest",
  55. "faster-stable-stringify": "latest",
  56. "json-stable-stringify": "latest",
  57. "nyc": "^11.2.1",
  58. "pre-commit": "^1.2.2",
  59. "tape": "~1.0.4"
  60. },
  61. "directories": {},
  62. "dist": {
  63. "shasum": "d5142c0caee6b1189f87d3a76111064f86c8bbf2",
  64. "tarball": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz"
  65. },
  66. "gitHead": "43c016ad43684fb3dff2f94e6bc25cd39fdf7f3b",
  67. "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
  68. "keywords": [
  69. "deterministic",
  70. "hash",
  71. "json",
  72. "stable",
  73. "stringify"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "maintainers": [
  78. {
  79. "name": "esp",
  80. "email": "e.poberezkin@me.com"
  81. }
  82. ],
  83. "name": "fast-json-stable-stringify",
  84. "nyc": {
  85. "exclude": [
  86. "node_modules",
  87. "test"
  88. ],
  89. "reporter": [
  90. "lcov",
  91. "text-summary"
  92. ]
  93. },
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
  99. },
  100. "scripts": {
  101. "eslint": "eslint index.js test",
  102. "test": "npm run eslint && nyc npm run test-spec",
  103. "test-spec": "tape test/*.js"
  104. },
  105. "version": "2.0.0"
  106. }