123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- {
- "_args": [
- [
- {
- "raw": "async@~1.0.0",
- "scope": null,
- "escapedName": "async",
- "name": "async",
- "rawSpec": "~1.0.0",
- "spec": ">=1.0.0 <1.1.0",
- "type": "range"
- },
- "/Applications/MAMP/htdocs/wechat_read/node_modules/winston"
- ]
- ],
- "_from": "async@>=1.0.0 <1.1.0",
- "_id": "async@1.0.0",
- "_inCache": true,
- "_location": "/async",
- "_nodeVersion": "0.12.3",
- "_npmUser": {
- "name": "aearly",
- "email": "alexander.early@gmail.com"
- },
- "_npmVersion": "2.9.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "async@~1.0.0",
- "scope": null,
- "escapedName": "async",
- "name": "async",
- "rawSpec": "~1.0.0",
- "spec": ">=1.0.0 <1.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/winston"
- ],
- "_resolved": "https://registry.npmjs.org/async/-/async-1.0.0.tgz",
- "_shasum": "f8fc04ca3a13784ade9e1641af98578cfbd647a9",
- "_shrinkwrap": null,
- "_spec": "async@~1.0.0",
- "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/winston",
- "author": {
- "name": "Caolan McMahon"
- },
- "bugs": {
- "url": "https://github.com/caolan/async/issues"
- },
- "dependencies": {},
- "description": "Higher-order functions and common patterns for asynchronous code",
- "devDependencies": {
- "benchmark": "~1.0.0",
- "jshint": "~2.7.0",
- "lodash": ">=2.4.1",
- "mkdirp": "~0.5.1",
- "nodeunit": ">0.0.0",
- "uglify-js": "1.2.x"
- },
- "directories": {},
- "dist": {
- "shasum": "f8fc04ca3a13784ade9e1641af98578cfbd647a9",
- "tarball": "https://registry.npmjs.org/async/-/async-1.0.0.tgz"
- },
- "gitHead": "cfa81645c9cb4011b23d1d1a445ad855762568e0",
- "homepage": "https://github.com/caolan/async#readme",
- "jam": {
- "main": "lib/async.js",
- "include": [
- "lib/async.js",
- "README.md",
- "LICENSE"
- ],
- "categories": [
- "Utilities"
- ]
- },
- "keywords": [
- "async",
- "callback",
- "utility",
- "module"
- ],
- "license": "MIT",
- "main": "lib/async.js",
- "maintainers": [
- {
- "name": "caolan",
- "email": "caolan.mcmahon@gmail.com"
- },
- {
- "name": "beaugunderson",
- "email": "beau@beaugunderson.com"
- },
- {
- "name": "aearly",
- "email": "alexander.early@gmail.com"
- }
- ],
- "name": "async",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/caolan/async.git"
- },
- "scripts": {
- "lint": "jshint lib/*.js test/*.js perf/*.js",
- "test": "npm run-script lint && nodeunit test/test-async.js"
- },
- "spm": {
- "main": "lib/async.js"
- },
- "version": "1.0.0",
- "volo": {
- "main": "lib/async.js",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
- }
|