feat: 초기 프로젝트 설정 및 룰.md 파일 추가

This commit is contained in:
2025-07-28 09:53:31 +09:00
commit 09a4d38512
8165 changed files with 1021855 additions and 0 deletions

34
api.hyungi.net/node_modules/fclone/package.json generated vendored Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "fclone",
"version": "1.0.11",
"description": "Clone objects by dropping circular references",
"main": "dist/fclone",
"scripts": {
"test": "./node_modules/.bin/_mocha",
"build": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soyuka/fclone.git"
},
"keywords": [
"clone",
"deep",
"circular",
"json",
"stringify",
"fast"
],
"author": "soyuka <soyuka@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"gulp-wrap": "^0.13.0",
"mocha": "^2.5.3"
}
}