This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/javascript-stringify/package.json

65 lines
1.8 KiB
JSON

{
"_from": "javascript-stringify@^1.6.0",
"_id": "javascript-stringify@1.6.0",
"_inBundle": false,
"_integrity": "sha1-FC0RHzpuPa6PSpr9d9RYVbWpzOM=",
"_location": "/javascript-stringify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"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",
"_shasum": "142d111f3a6e3dae8f4a9afd77d45855b5a9cce3",
"_spec": "javascript-stringify@^1.6.0",
"_where": "/home/soeren/dev/keksaccountgui/node_modules/webpack-chain",
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"bugs": {
"url": "https://github.com/blakeembrey/javascript-stringify/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
}