1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "_args": [
- [
- "path-browserify@0.0.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "path-browserify@0.0.0",
- "_id": "path-browserify@0.0.0",
- "_inBundle": false,
- "_integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=",
- "_location": "/path-browserify",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "path-browserify@0.0.0",
- "name": "path-browserify",
- "escapedName": "path-browserify",
- "rawSpec": "0.0.0",
- "saveSpec": null,
- "fetchSpec": "0.0.0"
- },
- "_requiredBy": [
- "/node-libs-browser"
- ],
- "_resolved": "https://registry.npm.taobao.org/path-browserify/download/path-browserify-0.0.0.tgz",
- "_spec": "0.0.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bugs": {
- "url": "https://github.com/substack/path-browserify/issues"
- },
- "dependencies": {},
- "description": "the path module from node core for browsers",
- "devDependencies": {
- "tape": "~1.0.4"
- },
- "homepage": "https://github.com/substack/path-browserify",
- "keywords": [
- "path",
- "browser",
- "browserify"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "path-browserify",
- "repository": {
- "type": "git",
- "url": "git://github.com/substack/path-browserify.git"
- },
- "scripts": {
- "test": "tape test/*.js"
- },
- "version": "0.0.0"
- }
|