123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_args": [
- [
- "javascript-stringify@1.6.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_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.npm.taobao.org/javascript-stringify/download/javascript-stringify-1.6.0.tgz",
- "_spec": "1.6.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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"
- }
|