package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "jsonify@~0.0.0",
  6. "scope": null,
  7. "escapedName": "jsonify",
  8. "name": "jsonify",
  9. "rawSpec": "~0.0.0",
  10. "spec": ">=0.0.0 <0.1.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/json-stable-stringify"
  14. ]
  15. ],
  16. "_defaultsLoaded": true,
  17. "_engineSupported": true,
  18. "_from": "jsonify@>=0.0.0 <0.1.0",
  19. "_id": "jsonify@0.0.0",
  20. "_inCache": true,
  21. "_location": "/jsonify",
  22. "_nodeVersion": "v0.5.0-pre",
  23. "_npmVersion": "1.0.10",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "raw": "jsonify@~0.0.0",
  27. "scope": null,
  28. "escapedName": "jsonify",
  29. "name": "jsonify",
  30. "rawSpec": "~0.0.0",
  31. "spec": ">=0.0.0 <0.1.0",
  32. "type": "range"
  33. },
  34. "_requiredBy": [
  35. "/json-stable-stringify"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
  38. "_shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
  39. "_shrinkwrap": null,
  40. "_spec": "jsonify@~0.0.0",
  41. "_where": "/home/conte/data/reveal.js/node_modules/json-stable-stringify",
  42. "author": {
  43. "name": "Douglas Crockford",
  44. "url": "http://crockford.com/"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/substack/jsonify/issues"
  48. },
  49. "dependencies": {},
  50. "description": "JSON without touching any globals",
  51. "devDependencies": {
  52. "garbage": "0.0.x",
  53. "tap": "0.0.x"
  54. },
  55. "directories": {
  56. "lib": ".",
  57. "test": "test"
  58. },
  59. "dist": {
  60. "shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
  61. "tarball": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz"
  62. },
  63. "engines": {
  64. "node": "*"
  65. },
  66. "homepage": "https://github.com/substack/jsonify#readme",
  67. "keywords": [
  68. "json",
  69. "browser"
  70. ],
  71. "license": "Public Domain",
  72. "main": "index.js",
  73. "maintainers": [
  74. {
  75. "name": "substack",
  76. "email": "mail@substack.net"
  77. }
  78. ],
  79. "name": "jsonify",
  80. "optionalDependencies": {},
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/substack/jsonify.git"
  85. },
  86. "scripts": {
  87. "test": "tap test"
  88. },
  89. "version": "0.0.0"
  90. }