| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "_args": [
- [
- "ndir@0.1.2",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_from": "ndir@0.1.2",
- "_id": "ndir@0.1.2",
- "_inBundle": false,
- "_integrity": "sha1-ne6OQqFsL9CFBKaxTvCMVSPnsMU=",
- "_location": "/ndir",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ndir@0.1.2",
- "name": "ndir",
- "escapedName": "ndir",
- "rawSpec": "0.1.2",
- "saveSpec": null,
- "fetchSpec": "0.1.2"
- },
- "_requiredBy": [
- "/oss"
- ],
- "_resolved": "https://registry.npmjs.org/ndir/-/ndir-0.1.2.tgz",
- "_spec": "0.1.2",
- "_where": "E:\\item\\newItem\\admin",
- "author": {
- "name": "fengmk2",
- "email": "fengmk2@gmail.com",
- "url": "http://github.com/fengmk2"
- },
- "bugs": {
- "url": "https://github.com/fengmk2/ndir/issues"
- },
- "dependencies": {},
- "description": "The lost dir util tools for Nodejs. Handle dir and file in Event",
- "devDependencies": {
- "mocha": ">=0.7.1",
- "should": ">=0.4.2"
- },
- "engines": {
- "node": ">= 0.6.0"
- },
- "homepage": "http://github.com/fengmk2/ndir",
- "keywords": [
- "dir",
- "mkdir",
- "walk",
- "file",
- "rm",
- "filesystem",
- "event",
- "readfile",
- "linereader"
- ],
- "license": "MIT",
- "main": "./lib/ndir.js",
- "name": "ndir",
- "repository": {
- "type": "git",
- "url": "git://github.com/fengmk2/ndir.git"
- },
- "scripts": {
- "test": "make test"
- },
- "version": "0.1.2"
- }
|