1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_args": [
- [
- "nthen@0.2.1",
- "/Users/user/wrk/cjdns"
- ]
- ],
- "_from": "nthen@0.2.1",
- "_id": "nthen@0.2.1",
- "_inBundle": false,
- "_integrity": "sha512-QW3p6gxOaHHLFM+2HcytugGUiji4pNpLkNAtPQi2gX2+hSmndnNSDYbDSUdIEy7vGJ+LkocZ3EvgwxeKfToZGg==",
- "_location": "/nthen",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "nthen@0.2.1",
- "name": "nthen",
- "escapedName": "nthen",
- "rawSpec": "0.2.1",
- "saveSpec": null,
- "fetchSpec": "0.2.1"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/nthen/-/nthen-0.2.1.tgz",
- "_spec": "0.2.1",
- "_where": "/Users/user/wrk/cjdns",
- "author": {
- "name": "Caleb James DeLisle"
- },
- "bugs": {
- "url": "https://github.com/cjdelisle/nthen/issues"
- },
- "description": "Simple intuitive asynchronous control flow.",
- "devDependencies": {
- "flow-bin": "^0.106.2",
- "tap": "^14.6.1"
- },
- "homepage": "https://github.com/cjdelisle/nthen#readme",
- "keywords": [
- "async",
- "flow",
- "chaining"
- ],
- "license": "MIT",
- "name": "nthen",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/cjdelisle/nthen.git"
- },
- "scripts": {
- "flow": "flow",
- "lint": "jshint --config .jshintrc --exclude-path .jshintignore .",
- "test": "tap ./test"
- },
- "version": "0.2.1"
- }
|