package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "jsonify@0.0.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jsonify@0.0.0",
  10. "_id": "jsonify@0.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=",
  13. "_location": "/jsonify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jsonify@0.0.0",
  19. "name": "jsonify",
  20. "escapedName": "jsonify",
  21. "rawSpec": "0.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.0"
  24. },
  25. "_requiredBy": [
  26. "/json-stable-stringify"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz",
  29. "_spec": "0.0.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Douglas Crockford",
  33. "url": "http://crockford.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/substack/jsonify/issues"
  37. },
  38. "description": "JSON without touching any globals",
  39. "devDependencies": {
  40. "garbage": "0.0.x",
  41. "tap": "0.0.x"
  42. },
  43. "directories": {
  44. "lib": ".",
  45. "test": "test"
  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. }