Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "fast-json-stable-stringify@^2.0.0",
  3. "_id": "fast-json-stable-stringify@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
  6. "_location": "/fast-json-stable-stringify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fast-json-stable-stringify@^2.0.0",
  12. "name": "fast-json-stable-stringify",
  13. "escapedName": "fast-json-stable-stringify",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/ajv"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  22. "_shasum": "874bf69c6f404c2b5d99c481341399fd55892633",
  23. "_spec": "fast-json-stable-stringify@^2.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/ajv",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/epoberezkin/fast-json-stable-stringify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify",
  37. "devDependencies": {
  38. "benchmark": "^2.1.4",
  39. "coveralls": "^3.0.0",
  40. "eslint": "^6.7.0",
  41. "fast-stable-stringify": "latest",
  42. "faster-stable-stringify": "latest",
  43. "json-stable-stringify": "latest",
  44. "nyc": "^14.1.0",
  45. "pre-commit": "^1.2.2",
  46. "tape": "^4.11.0"
  47. },
  48. "homepage": "https://github.com/epoberezkin/fast-json-stable-stringify",
  49. "keywords": [
  50. "json",
  51. "stringify",
  52. "deterministic",
  53. "hash",
  54. "stable"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "fast-json-stable-stringify",
  59. "nyc": {
  60. "exclude": [
  61. "test",
  62. "node_modules"
  63. ],
  64. "reporter": [
  65. "lcov",
  66. "text-summary"
  67. ]
  68. },
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/epoberezkin/fast-json-stable-stringify.git"
  72. },
  73. "scripts": {
  74. "eslint": "eslint index.js test",
  75. "test": "npm run eslint && nyc npm run test-spec",
  76. "test-spec": "tape test/*.js"
  77. },
  78. "types": "index.d.ts",
  79. "version": "2.1.0"
  80. }