| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "_from": "parents@^1.0.1",
- "_id": "parents@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-/t1NK/GTp3dF/nHjcdc8MwfZx1E=",
- "_location": "/parents",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "parents@^1.0.1",
- "name": "parents",
- "escapedName": "parents",
- "rawSpec": "^1.0.1",
- "saveSpec": null,
- "fetchSpec": "^1.0.1"
- },
- "_requiredBy": [
- "/browserify",
- "/module-deps"
- ],
- "_resolved": "https://registry.npmjs.org/parents/-/parents-1.0.1.tgz",
- "_shasum": "fedd4d2bf193a77745fe71e371d73c3307d9c751",
- "_spec": "parents@^1.0.1",
- "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browserify",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bin": {},
- "bugs": {
- "url": "https://github.com/substack/node-parents/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "path-platform": "~0.11.15"
- },
- "deprecated": false,
- "description": "return all the parent directories for a directory",
- "devDependencies": {
- "tap": "~0.2.5"
- },
- "directories": {
- "example": "example",
- "test": "test"
- },
- "engine": {
- "node": ">=0.6"
- },
- "homepage": "https://github.com/substack/node-parents",
- "keywords": [
- "directory",
- "parent",
- "path",
- "tree"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "parents",
- "repository": {
- "type": "git",
- "url": "git://github.com/substack/node-parents.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "1.0.1"
- }
|