Files
dewedev/node_modules/unquote/package.json
dwindown 7f2dd5260f Initial commit: Developer Tools MVP with visual editor
- Complete React app with 7 developer tools
- JSON Tool with visual structured editor
- Serialize Tool with visual structured editor
- URL, Base64, CSV/JSON, Beautifier, Diff tools
- Responsive navigation with dropdown menu
- Dark/light mode toggle
- Mobile-responsive design with sticky header
- All tools working with copy/paste functionality
2025-08-02 09:31:26 +07:00

31 lines
634 B
JSON

{
"name": "unquote",
"version": "1.1.1",
"description": "Remove wrapping quotes from a string.",
"main": "index.js",
"scripts": {
"test": "node test/*"
},
"author": "Cameron Lakenen <cameron@lakenen.com>",
"license": "MIT",
"devDependencies": {
"tape": "^2.13.4"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/lakenen/node-unquote.git"
},
"bugs": {
"url": "https://github.com/lakenen/node-unquote/issues"
},
"homepage": "https://github.com/lakenen/node-unquote",
"keywords": [
"string",
"unquote",
"quotes"
]
}