package.json 2.1 KB

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