123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_args": [
- [
- "promise@^6.0.1",
- "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/less"
- ]
- ],
- "_from": "promise@>=6.0.1 <7.0.0",
- "_id": "promise@6.1.0",
- "_inCache": true,
- "_location": "/promise",
- "_npmUser": {
- "email": "forbes@lindesay.co.uk",
- "name": "forbeslindesay"
- },
- "_npmVersion": "1.5.0-alpha-4",
- "_phantomChildren": {},
- "_requested": {
- "name": "promise",
- "raw": "promise@^6.0.1",
- "rawSpec": "^6.0.1",
- "scope": null,
- "spec": ">=6.0.1 <7.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/less"
- ],
- "_resolved": "https://registry.npmjs.org/promise/-/promise-6.1.0.tgz",
- "_shasum": "2ce729f6b94b45c26891ad0602c5c90e04c6eef6",
- "_shrinkwrap": null,
- "_spec": "promise@^6.0.1",
- "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/less",
- "author": {
- "name": "ForbesLindesay"
- },
- "bugs": {
- "url": "https://github.com/then/promise/issues"
- },
- "dependencies": {
- "asap": "~1.0.0"
- },
- "description": "Bare bones Promises/A+ implementation",
- "devDependencies": {
- "better-assert": "*",
- "mocha": "*",
- "promises-aplus-tests": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "2ce729f6b94b45c26891ad0602c5c90e04c6eef6",
- "tarball": "http://registry.npmjs.org/promise/-/promise-6.1.0.tgz"
- },
- "gitHead": "c627c0cc1f886ed3aa26edec97838ec9e7dd858b",
- "homepage": "https://github.com/then/promise",
- "installable": true,
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "forbeslindesay",
- "email": "forbes@lindesay.co.uk"
- },
- {
- "name": "nathan7",
- "email": "nathan@nathan7.eu"
- }
- ],
- "name": "promise",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "https://github.com/then/promise.git"
- },
- "scripts": {
- "test": "mocha --timeout 200 --slow 99999",
- "test-extensions": "mocha test/extensions-tests.js -R spec --timeout 200 --slow 999999",
- "test-resolve": "mocha test/resolver-tests.js -R spec --timeout 200 --slow 999999"
- },
- "version": "6.1.0"
- }
|