package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "jsonify@~0.0.0",
  3. "_id": "jsonify@0.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=",
  6. "_location": "/jsonify",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsonify@~0.0.0",
  12. "name": "jsonify",
  13. "escapedName": "jsonify",
  14. "rawSpec": "~0.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.0.0"
  17. },
  18. "_requiredBy": [
  19. "/json-stable-stringify",
  20. "/shell-quote"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
  23. "_shasum": "2c74b6ee41d93ca51b7b5aaee8f503631d252a73",
  24. "_spec": "jsonify@~0.0.0",
  25. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/json-stable-stringify",
  26. "author": {
  27. "name": "Douglas Crockford",
  28. "url": "http://crockford.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/jsonify/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "JSON without touching any globals",
  36. "devDependencies": {
  37. "garbage": "0.0.x",
  38. "tap": "0.0.x"
  39. },
  40. "directories": {
  41. "lib": ".",
  42. "test": "test"
  43. },
  44. "engines": {
  45. "node": "*"
  46. },
  47. "homepage": "https://github.com/substack/jsonify#readme",
  48. "keywords": [
  49. "json",
  50. "browser"
  51. ],
  52. "license": "Public Domain",
  53. "main": "index.js",
  54. "name": "jsonify",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+ssh://git@github.com/substack/jsonify.git"
  58. },
  59. "scripts": {
  60. "test": "tap test"
  61. },
  62. "version": "0.0.0"
  63. }