1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/javascript-stringify/package.json

69 lines
1.8 KiB
JSON

{
"_args": [
[
"javascript-stringify@1.6.0",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_development": true,
"_from": "javascript-stringify@1.6.0",
"_id": "javascript-stringify@1.6.0",
"_inBundle": false,
"_integrity": "sha1-FC0RHzpuPa6PSpr9d9RYVbWpzOM=",
"_location": "/javascript-stringify",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "javascript-stringify@1.6.0",
"name": "javascript-stringify",
"escapedName": "javascript-stringify",
"rawSpec": "1.6.0",
"saveSpec": null,
"fetchSpec": "1.6.0"
},
"_requiredBy": [
"/webpack-chain"
],
"_resolved": "https://registry.npmjs.org/javascript-stringify/-/javascript-stringify-1.6.0.tgz",
"_spec": "1.6.0",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/javascript-stringify/issues"
},
"description": "Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`",
"devDependencies": {
"chai": "^1.9.1",
"istanbul": "^0.3.0",
"mocha": "^1.21.3"
},
"files": [
"javascript-stringify.js",
"javascript-stringify.d.ts"
],
"homepage": "https://github.com/blakeembrey/javascript-stringify#readme",
"keywords": [
"stringify",
"javascript",
"object",
"string"
],
"license": "MIT",
"main": "javascript-stringify.js",
"name": "javascript-stringify",
"repository": {
"type": "git",
"url": "git+https://github.com/blakeembrey/javascript-stringify.git"
},
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
},
"typings": "javascript-stringify.d.ts",
"version": "1.6.0"
}