1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_args": [
- [
- "javascript-stringify@1.6.0",
- "/Users/apple/tmp/ok/vue_cli_default"
- ]
- ],
- "_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": "http://registry.npm.taobao.org/javascript-stringify/download/javascript-stringify-1.6.0.tgz",
- "_spec": "1.6.0",
- "_where": "/Users/apple/tmp/ok/vue_cli_default",
- "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"
- }
|