package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "javascript-stringify@2.1.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "javascript-stringify@2.1.0",
  10. "_id": "javascript-stringify@2.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-JVAfqNPTvNq3sB/VHQJAFxN/sPgKnsKrCwyRt15zwNCdrMMJDdcEOdubuy+DuJYYdm0ox1J4uzEuYKkN+9yhVg==",
  13. "_location": "/javascript-stringify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "javascript-stringify@2.1.0",
  19. "name": "javascript-stringify",
  20. "escapedName": "javascript-stringify",
  21. "rawSpec": "2.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.0"
  24. },
  25. "_requiredBy": [
  26. "/webpack-chain"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/javascript-stringify/-/javascript-stringify-2.1.0.tgz",
  29. "_spec": "2.1.0",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "Blake Embrey",
  33. "email": "hello@blakeembrey.com",
  34. "url": "http://blakeembrey.me"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/blakeembrey/javascript-stringify/issues"
  38. },
  39. "description": "Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`",
  40. "devDependencies": {
  41. "@borderless/ts-scripts": "^0.4.1",
  42. "@types/jest": "^24.0.9",
  43. "@types/node": "^11.10.4",
  44. "@types/semver": "^5.5.0",
  45. "fast-check": "^1.12.0",
  46. "semver": "^5.6.0",
  47. "typescript": "^4.2.4"
  48. },
  49. "files": [
  50. "dist/"
  51. ],
  52. "homepage": "https://github.com/blakeembrey/javascript-stringify",
  53. "keywords": [
  54. "stringify",
  55. "javascript",
  56. "object",
  57. "eval",
  58. "string",
  59. "code"
  60. ],
  61. "license": "MIT",
  62. "main": "dist/index.js",
  63. "name": "javascript-stringify",
  64. "publishConfig": {
  65. "access": "public"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/blakeembrey/javascript-stringify.git"
  70. },
  71. "scripts": {
  72. "format": "ts-scripts format",
  73. "lint": "ts-scripts lint",
  74. "prepare": "ts-scripts install && ts-scripts build",
  75. "specs": "ts-scripts specs",
  76. "test": "ts-scripts test"
  77. },
  78. "ts-scripts": {
  79. "project": "tsconfig.build.json"
  80. },
  81. "types": "dist/index.d.ts",
  82. "version": "2.1.0"
  83. }