source: trip-planner-front/node_modules/core-util-is/package.json

Last change on this file was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "core-util-is@~1.0.0",
3 "_id": "core-util-is@1.0.3",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
[59329aa]6 "_location": "/core-util-is",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "core-util-is@~1.0.0",
[59329aa]12 "name": "core-util-is",
13 "escapedName": "core-util-is",
[e29cc2e]14 "rawSpec": "~1.0.0",
[59329aa]15 "saveSpec": null,
[e29cc2e]16 "fetchSpec": "~1.0.0"
[59329aa]17 },
18 "_requiredBy": [
19 "/are-we-there-yet/readable-stream",
20 "/hpack.js/readable-stream",
21 "/memory-fs/readable-stream",
22 "/webpack-dev-server/readable-stream"
23 ],
[e29cc2e]24 "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
25 "_shasum": "a6042d3634c2b27e9328f837b965fac83808db85",
26 "_spec": "core-util-is@~1.0.0",
27 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\webpack-dev-server\\node_modules\\readable-stream",
[59329aa]28 "author": {
29 "name": "Isaac Z. Schlueter",
30 "email": "i@izs.me",
31 "url": "http://blog.izs.me/"
32 },
33 "bugs": {
34 "url": "https://github.com/isaacs/core-util-is/issues"
35 },
[e29cc2e]36 "bundleDependencies": false,
37 "deprecated": false,
[6a3a178]38 "description": "The `util.is*` functions introduced in Node v0.12.",
[59329aa]39 "devDependencies": {
[e29cc2e]40 "tap": "^15.0.9"
[6a3a178]41 },
[e29cc2e]42 "files": [
43 "lib"
44 ],
[59329aa]45 "homepage": "https://github.com/isaacs/core-util-is#readme",
[6a3a178]46 "keywords": [
47 "util",
48 "isBuffer",
49 "isArray",
50 "isNumber",
51 "isString",
52 "isRegExp",
53 "isThis",
54 "isThat",
55 "polyfill"
56 ],
57 "license": "MIT",
[59329aa]58 "main": "lib/util.js",
59 "name": "core-util-is",
60 "repository": {
61 "type": "git",
62 "url": "git://github.com/isaacs/core-util-is.git"
[6a3a178]63 },
64 "scripts": {
[e29cc2e]65 "postversion": "npm publish",
66 "prepublishOnly": "git push origin --follow-tags",
67 "preversion": "npm test",
[6a3a178]68 "test": "tap test.js"
69 },
[e29cc2e]70 "version": "1.0.3"
[6a3a178]71}
Note: See TracBrowser for help on using the repository browser.