source: trip-planner-front/node_modules/pinkie/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.7 KB
Line 
1{
2 "_args": [
3 [
4 "pinkie@2.0.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "pinkie@2.0.4",
10 "_id": "pinkie@2.0.4",
11 "_inBundle": false,
12 "_integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
13 "_location": "/pinkie",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "pinkie@2.0.4",
19 "name": "pinkie",
20 "escapedName": "pinkie",
21 "rawSpec": "2.0.4",
22 "saveSpec": null,
23 "fetchSpec": "2.0.4"
24 },
25 "_requiredBy": [
26 "/pinkie-promise"
27 ],
28 "_resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
29 "_spec": "2.0.4",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Vsevolod Strukchinsky",
33 "email": "floatdrop@gmail.com",
34 "url": "github.com/floatdrop"
35 },
36 "bugs": {
37 "url": "https://github.com/floatdrop/pinkie/issues"
38 },
39 "description": "Itty bitty little widdle twinkie pinkie ES2015 Promise implementation",
40 "devDependencies": {
41 "core-assert": "^0.1.1",
42 "coveralls": "^2.11.4",
43 "mocha": "*",
44 "nyc": "^3.2.2",
45 "promises-aplus-tests": "*",
46 "xo": "^0.10.1"
47 },
48 "engines": {
49 "node": ">=0.10.0"
50 },
51 "files": [
52 "index.js"
53 ],
54 "homepage": "https://github.com/floatdrop/pinkie#readme",
55 "keywords": [
56 "promise",
57 "promises",
58 "es2015",
59 "es6"
60 ],
61 "license": "MIT",
62 "name": "pinkie",
63 "repository": {
64 "type": "git",
65 "url": "git+https://github.com/floatdrop/pinkie.git"
66 },
67 "scripts": {
68 "coverage": "nyc report --reporter=text-lcov | coveralls",
69 "test": "xo && nyc mocha"
70 },
71 "version": "2.0.4"
72}
Note: See TracBrowser for help on using the repository browser.