mockba 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +12 -2
- package/readme.md +17 -0
package/package.json
CHANGED
|
@@ -1,9 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mockba",
|
|
3
3
|
"homepage": "https://рантайм.москва",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"license": "CC-BY-ND-4.0",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"moskva": "^0.1.2"
|
|
8
|
-
}
|
|
8
|
+
},
|
|
9
|
+
"keywords": [
|
|
10
|
+
"info",
|
|
11
|
+
"information",
|
|
12
|
+
"инфо",
|
|
13
|
+
"информация",
|
|
14
|
+
"city",
|
|
15
|
+
"город",
|
|
16
|
+
"weather",
|
|
17
|
+
"погода"
|
|
18
|
+
]
|
|
9
19
|
}
|
package/readme.md
CHANGED
|
@@ -4,4 +4,21 @@
|
|
|
4
4
|
<img src="https://рантайм.москва/img/MOCKBA-npm.jpg">
|
|
5
5
|
</a>
|
|
6
6
|
|
|
7
|
+
```sh
|
|
8
|
+
yarn add mockba
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
```js
|
|
12
|
+
var МОСКВА=require('MOCKBA')
|
|
13
|
+
|
|
14
|
+
class MOCKBA extends МОСКВА {
|
|
15
|
+
вып() {
|
|
16
|
+
super.вып()
|
|
17
|
+
console.log('my moscow @ example')
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
var москва=new MOCKBA()
|
|
21
|
+
москва()
|
|
22
|
+
```
|
|
23
|
+
|
|
7
24
|
<!-- https://xn--80aa1amcqq.xn--80adxhks/img/MOCKBA-npm.jpg -->
|