| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_args": [
- [
- {
- "raw": "promise@^7.1.1",
- "scope": null,
- "escapedName": "promise",
- "name": "promise",
- "rawSpec": "^7.1.1",
- "spec": ">=7.1.1 <8.0.0",
- "type": "range"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/less"
- ]
- ],
- "_from": "promise@>=7.1.1 <8.0.0",
- "_id": "promise@7.1.1",
- "_inCache": true,
- "_installable": true,
- "_location": "/promise",
- "_nodeVersion": "1.6.2",
- "_npmUser": {
- "name": "forbeslindesay",
- "email": "forbes@lindesay.co.uk"
- },
- "_npmVersion": "2.7.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "promise@^7.1.1",
- "scope": null,
- "escapedName": "promise",
- "name": "promise",
- "rawSpec": "^7.1.1",
- "spec": ">=7.1.1 <8.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/less"
- ],
- "_resolved": "https://registry.npmjs.org/promise/-/promise-7.1.1.tgz",
- "_shasum": "489654c692616b8aa55b0724fa809bb7db49c5bf",
- "_shrinkwrap": null,
- "_spec": "promise@^7.1.1",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/less",
- "author": {
- "name": "ForbesLindesay"
- },
- "bugs": {
- "url": "https://github.com/then/promise/issues"
- },
- "dependencies": {
- "asap": "~2.0.3"
- },
- "description": "Bare bones Promises/A+ implementation",
- "devDependencies": {
- "acorn": "^1.0.1",
- "better-assert": "*",
- "istanbul": "^0.3.13",
- "mocha": "*",
- "promises-aplus-tests": "*",
- "rimraf": "^2.3.2"
- },
- "directories": {},
- "dist": {
- "shasum": "489654c692616b8aa55b0724fa809bb7db49c5bf",
- "tarball": "https://registry.npmjs.org/promise/-/promise-7.1.1.tgz"
- },
- "gitHead": "90757a38c86975f36893012581b72315b352d482",
- "homepage": "https://github.com/then/promise",
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "forbeslindesay",
- "email": "forbes@lindesay.co.uk"
- },
- {
- "name": "nathan7",
- "email": "nathan@nathan7.eu"
- }
- ],
- "name": "promise",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/then/promise.git"
- },
- "scripts": {
- "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- --bail --timeout 200 --slow 99999 -R dot",
- "prepublish": "node build",
- "pretest": "node build",
- "pretest-extensions": "node build",
- "pretest-memory-leak": "node build",
- "pretest-resolve": "node build",
- "test": "mocha --bail --timeout 200 --slow 99999 -R dot && npm run test-memory-leak",
- "test-extensions": "mocha test/extensions-tests.js --timeout 200 --slow 999999",
- "test-memory-leak": "node --expose-gc test/memory-leak.js",
- "test-resolve": "mocha test/resolver-tests.js --timeout 200 --slow 999999"
- },
- "version": "7.1.1"
- }
|