2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "stringify-object",
|
2017-08-14 05:01:11 +02:00
|
|
|
"version": "3.2.0",
|
2016-11-03 01:33:53 +01:00
|
|
|
"description": "Stringify an object/array like JSON.stringify just without all the double-quotes",
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"repository": "yeoman/stringify-object",
|
2016-10-10 03:43:44 +02:00
|
|
|
"author": {
|
|
|
|
"name": "Sindre Sorhus",
|
|
|
|
"email": "sindresorhus@gmail.com",
|
|
|
|
"url": "sindresorhus.com"
|
|
|
|
},
|
|
|
|
"engines": {
|
2017-08-14 05:01:11 +02:00
|
|
|
"node": ">=4"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"scripts": {
|
2017-08-14 05:01:11 +02:00
|
|
|
"test": "xo && mocha"
|
2016-11-03 01:33:53 +01:00
|
|
|
},
|
2016-10-10 03:43:44 +02:00
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"object",
|
|
|
|
"stringify",
|
|
|
|
"pretty",
|
|
|
|
"print",
|
|
|
|
"dump",
|
|
|
|
"format",
|
|
|
|
"type",
|
|
|
|
"json"
|
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"dependencies": {
|
2017-08-14 05:01:11 +02:00
|
|
|
"get-own-enumerable-property-symbols": "^1.0.1",
|
|
|
|
"is-obj": "^1.0.1",
|
2016-11-03 01:33:53 +01:00
|
|
|
"is-regexp": "^1.0.0"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"devDependencies": {
|
2017-08-14 05:01:11 +02:00
|
|
|
"mocha": "*",
|
|
|
|
"xo": "*"
|
|
|
|
},
|
|
|
|
"xo": {
|
|
|
|
"esnext": true
|
2016-11-03 01:33:53 +01:00
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|