徐总多门店
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.8 KiB

5 months ago
{
"_args": [
[
"javascript-stringify@1.6.0",
"D:\\project\\cashier"
]
],
"_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": "D:\\project\\cashier",
"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"
}