{"pageProps":{"code":{"date_fns.js":{"name":"date_fns.js","content":"import { isValid } from 'date-fns';\n\nfunction dateIsValid(year, month, day) {\n  return isValid(new Date(year, month, day));\n}\n\nconsole.log(dateIsValid('2022', '14', '02'));\n","path":"code/1531/24T1/2.1/date_fns.js","fileext":"js"},"package.json":{"name":"package.json","content":"{\n  \"name\": \"env1\",\n  \"version\": \"1.0.0\",\n  \"type\": \"module\",\n  \"description\": \"\",\n  \"main\": \"index.js\",\n  \"scripts\": {\n    \"test\": \"jest src\"\n  },\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"\"\n  },\n  \"author\": \"\",\n  \"license\": \"ISC\",\n  \"devDependencies\": {\n    \"@babel/preset-env\": \"^7.17.10\",\n    \"jest\": \"^28.0.3\"\n  },\n  \"dependencies\": {\n    \"prompt-sync\": \"^4.2.0\"\n  }\n}\n","path":"code/1531/24T1/2.1/package.json","fileext":"json"},"package_simple.json":{"name":"package_simple.json","content":"{\n  \"name\": \"example\",\n  \"version\": \"1.0.0\",\n  \"description\": \"\",\n  \"type\": \"module\",\n  \"main\": \"index.js\",\n  \"scripts\": {\n    \"test\": \"echo \\\"Error: no test specified\\\" && exit 1\"\n  },\n  \"author\": \"\",\n  \"license\": \"ISC\"\n}","path":"code/1531/24T1/2.1/package_simple.json","fileext":"json"}}},"__N_SSG":true}