aboutsummaryrefslogtreecommitdiff
path: root/node_modules/stringify-object/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/stringify-object/package.json')
-rw-r--r--node_modules/stringify-object/package.json40
1 files changed, 0 insertions, 40 deletions
diff --git a/node_modules/stringify-object/package.json b/node_modules/stringify-object/package.json
deleted file mode 100644
index 4b918bf9c..000000000
--- a/node_modules/stringify-object/package.json
+++ /dev/null
@@ -1,40 +0,0 @@
-{
- "name": "stringify-object",
- "version": "3.2.2",
- "description": "Stringify an object/array like JSON.stringify just without all the double-quotes",
- "license": "BSD-2-Clause",
- "repository": "yeoman/stringify-object",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "sindresorhus.com"
- },
- "engines": {
- "node": ">=4"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "object",
- "stringify",
- "pretty",
- "print",
- "dump",
- "format",
- "type",
- "json"
- ],
- "dependencies": {
- "get-own-enumerable-property-symbols": "^2.0.1",
- "is-obj": "^1.0.1",
- "is-regexp": "^1.0.0"
- },
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- }
-}