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.json15
1 files changed, 10 insertions, 5 deletions
diff --git a/node_modules/stringify-object/package.json b/node_modules/stringify-object/package.json
index d4a1265ae..625864260 100644
--- a/node_modules/stringify-object/package.json
+++ b/node_modules/stringify-object/package.json
@@ -1,6 +1,6 @@
{
"name": "stringify-object",
- "version": "2.4.0",
+ "version": "3.2.0",
"description": "Stringify an object/array like JSON.stringify just without all the double-quotes",
"license": "BSD-2-Clause",
"repository": "yeoman/stringify-object",
@@ -10,10 +10,10 @@
"url": "sindresorhus.com"
},
"engines": {
- "node": ">=0.10.0"
+ "node": ">=4"
},
"scripts": {
- "test": "mocha"
+ "test": "xo && mocha"
},
"files": [
"index.js"
@@ -29,10 +29,15 @@
"json"
],
"dependencies": {
- "is-plain-obj": "^1.0.0",
+ "get-own-enumerable-property-symbols": "^1.0.1",
+ "is-obj": "^1.0.1",
"is-regexp": "^1.0.0"
},
"devDependencies": {
- "mocha": "*"
+ "mocha": "*",
+ "xo": "*"
+ },
+ "xo": {
+ "esnext": true
}
}