|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
799 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "core-util-is",
|
|---|
| 3 | "version": "1.0.3",
|
|---|
| 4 | "description": "The `util.is*` functions introduced in Node v0.12.",
|
|---|
| 5 | "main": "lib/util.js",
|
|---|
| 6 | "files": [
|
|---|
| 7 | "lib"
|
|---|
| 8 | ],
|
|---|
| 9 | "repository": {
|
|---|
| 10 | "type": "git",
|
|---|
| 11 | "url": "git://github.com/isaacs/core-util-is"
|
|---|
| 12 | },
|
|---|
| 13 | "keywords": [
|
|---|
| 14 | "util",
|
|---|
| 15 | "isBuffer",
|
|---|
| 16 | "isArray",
|
|---|
| 17 | "isNumber",
|
|---|
| 18 | "isString",
|
|---|
| 19 | "isRegExp",
|
|---|
| 20 | "isThis",
|
|---|
| 21 | "isThat",
|
|---|
| 22 | "polyfill"
|
|---|
| 23 | ],
|
|---|
| 24 | "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
|
|---|
| 25 | "license": "MIT",
|
|---|
| 26 | "bugs": {
|
|---|
| 27 | "url": "https://github.com/isaacs/core-util-is/issues"
|
|---|
| 28 | },
|
|---|
| 29 | "scripts": {
|
|---|
| 30 | "test": "tap test.js",
|
|---|
| 31 | "preversion": "npm test",
|
|---|
| 32 | "postversion": "npm publish",
|
|---|
| 33 | "prepublishOnly": "git push origin --follow-tags"
|
|---|
| 34 | },
|
|---|
| 35 | "devDependencies": {
|
|---|
| 36 | "tap": "^15.0.9"
|
|---|
| 37 | }
|
|---|
| 38 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.