12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_args": [
- [
- "native-or-bluebird@~1.1.2",
- "D:\\work\\im\\node_modules\\koa.io\\node_modules\\uid-safe"
- ]
- ],
- "_from": "native-or-bluebird@>=1.1.2 <1.2.0",
- "_id": "native-or-bluebird@1.1.2",
- "_inCache": true,
- "_installable": true,
- "_location": "/native-or-bluebird",
- "_nodeVersion": "0.11.14",
- "_npmUser": {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- "_npmVersion": "2.1.5",
- "_phantomChildren": {},
- "_requested": {
- "name": "native-or-bluebird",
- "raw": "native-or-bluebird@~1.1.2",
- "rawSpec": "~1.1.2",
- "scope": null,
- "spec": ">=1.1.2 <1.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/koa.io/uid-safe"
- ],
- "_resolved": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.1.2.tgz",
- "_shasum": "3921e110232d1eb790f3dac61bb370531c7d356e",
- "_shrinkwrap": null,
- "_spec": "native-or-bluebird@~1.1.2",
- "_where": "D:\\work\\im\\node_modules\\koa.io\\node_modules\\uid-safe",
- "author": {
- "email": "me@jongleberry.com",
- "name": "Jonathan Ong",
- "url": "http://jongleberry.com"
- },
- "bugs": {
- "url": "https://github.com/normalize/native-or-bluebird/issues"
- },
- "dependencies": {},
- "deprecated": "'native-or-bluebird' is deprecated. Please use 'any-promise' instead.",
- "description": "use either the native Promise or Bluebird",
- "devDependencies": {
- "bluebird": "*",
- "istanbul": "0",
- "mocha": "1"
- },
- "directories": {},
- "dist": {
- "shasum": "3921e110232d1eb790f3dac61bb370531c7d356e",
- "tarball": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.1.2.tgz"
- },
- "files": [
- "index.js",
- "promise.js",
- "LICENSE"
- ],
- "gitHead": "652f5744d08bf2121a2cc3cc1a560d4d7d96b591",
- "homepage": "https://github.com/normalize/native-or-bluebird",
- "keywords": [
- "bluebird",
- "promise",
- "promises"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- {
- "email": "arpad.borsos@googlemail.com",
- "name": "swatinem"
- }
- ],
- "name": "native-or-bluebird",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/normalize/native-or-bluebird.git"
- },
- "scripts": {
- "test": "mocha --reporter spec",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
- "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
- },
- "version": "1.1.2"
- }
|