12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "_args": [
- [
- "jsonify@0.0.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "jsonify@0.0.0",
- "_id": "jsonify@0.0.0",
- "_inBundle": false,
- "_integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=",
- "_location": "/jsonify",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "jsonify@0.0.0",
- "name": "jsonify",
- "escapedName": "jsonify",
- "rawSpec": "0.0.0",
- "saveSpec": null,
- "fetchSpec": "0.0.0"
- },
- "_requiredBy": [
- "/shell-quote"
- ],
- "_resolved": "https://registry.npm.taobao.org/jsonify/download/jsonify-0.0.0.tgz",
- "_spec": "0.0.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Douglas Crockford",
- "url": "http://crockford.com/"
- },
- "bugs": {
- "url": "https://github.com/substack/jsonify/issues"
- },
- "description": "JSON without touching any globals",
- "devDependencies": {
- "garbage": "0.0.x",
- "tap": "0.0.x"
- },
- "directories": {
- "lib": ".",
- "test": "test"
- },
- "homepage": "https://github.com/substack/jsonify#readme",
- "keywords": [
- "json",
- "browser"
- ],
- "license": "Public Domain",
- "main": "index.js",
- "name": "jsonify",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/substack/jsonify.git"
- },
- "scripts": {
- "test": "tap test"
- },
- "version": "0.0.0"
- }
|